helpers_python.i 79 B

123
  1. %{
  2. const char *TypeFromObject(PyObject *op) { return op->ob_type->tp_name; }
  3. %}