Home
last modified time | relevance | path

Searched refs:type_module (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dtypeobject.c484 type_module(PyTypeObject *type, void *context) in type_module() function
873 {"__module__", (getter)type_module, (setter)type_set_module, NULL},
887 mod = type_module(type, NULL); in type_repr()
3747 mod = type_module(type, NULL); in object_repr()
/external/python/cpython2/Objects/
Dtypeobject.c289 type_module(PyTypeObject *type, void *context) in type_module() function
643 {"__module__", (getter)type_module, (setter)type_set_module, NULL},
705 mod = type_module(type, NULL); in type_repr()
3089 mod = type_module(type, NULL); in object_repr()