macro_rules! extract_py_type_name {
($obj:expr, $context:literal) => { ... };
}
Expand description
Macro for extracting PyAny type names with error handling.
macro_rules! extract_py_type_name {
($obj:expr, $context:literal) => { ... };
}
Macro for extracting PyAny type names with error handling.