Searched defs:type_module (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dtypeobject.c289 type_module(PyTypeObject *type, void *context) function
643 {"__module__", (getter)type_module, (setter)type_set_module, NULL},
705 mod = type_module(type, NULL);
3049 mod = type_module(type, NULL);

Completed in 104 milliseconds