Home
last modified time | relevance | path

Searched refs:PyType_Modified (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dtype.rst45 .. c:function:: void PyType_Modified(PyTypeObject *type)
/external/python/cpython3/Doc/c-api/
Dtype.rst51 .. c:function:: void PyType_Modified(PyTypeObject *type)
/external/python/cpython3/Objects/
Dtypeobject.c221 PyType_Modified(&PyBaseObject_Type); in PyType_ClearCache()
233 PyType_Modified(PyTypeObject *type) in PyType_Modified() function
268 PyType_Modified((PyTypeObject *)ref); in PyType_Modified()
347 PyType_Modified(&PyBaseObject_Type); in assign_version_tag()
518 PyType_Modified(type); in type_set_module()
566 PyType_Modified(type); in type_set_abstractmethods()
832 PyType_Modified(type); in type_set_doc()
1992 PyType_Modified(type); in mro_internal()
3534 PyType_Modified(type); in type_clear()
7216 PyType_Modified(type); in update_slot()
/external/python/cpython2/Objects/
Dtypeobject.c70 PyType_Modified(&PyBaseObject_Type); in PyType_ClearCache()
75 PyType_Modified(PyTypeObject *type) in PyType_Modified() function
109 PyType_Modified((PyTypeObject *)ref); in PyType_Modified()
194 PyType_Modified(&PyBaseObject_Type); in assign_version_tag()
326 PyType_Modified(type); in type_set_module()
370 PyType_Modified(type); in type_set_abstractmethods()
1715 PyType_Modified(type); in mro_internal()
2865 PyType_Modified(type); in type_clear()
6444 PyType_Modified(type);
/external/python/cpython3/PC/
Dpython3.def600 PyType_Modified=python37.PyType_Modified
/external/python/cpython3/Include/
Dobject.h511 PyAPI_FUNC(void) PyType_Modified(PyTypeObject *);
/external/python/cpython2/Include/
Dobject.h456 PyAPI_FUNC(void) PyType_Modified(PyTypeObject *);
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst1130 Add ``PyType_Modified()`` as a public API to clear the type cache.
/external/python/cpython3/Doc/data/
Drefcounts.dat2304 PyType_Modified:void:::
2305 PyType_Modified:PyTypeObject*:type:0: