[][src]Macro rustpython_vm::type_check

macro_rules! type_check {
    ($vm:ident, $args:ident, $arg_count:ident, $arg_name:ident, $arg_type:expr) => { ... };
}