Searched refs:PyType_Modified (Results 1 – 15 of 15) sorted by relevance
71 .. c:function:: void PyType_Modified(PyTypeObject *type)105 :c:func:`PyType_Modified` reports a change to *type*. (The callback may be120 The callback must not modify *type* or cause :c:func:`PyType_Modified` to be
1341 To indicate that a class has changed call :c:func:`PyType_Modified`
559 PyAPI_FUNC(void) PyType_Modified(PyTypeObject *);
1050 PyType_Modified(PyTypeObject *type) in PyType_Modified() function1351 PyType_Modified(type); in type_set_module()1446 PyType_Modified(type); in type_set_abstractmethods()1752 PyType_Modified(type); in type_set_doc()1784 PyType_Modified(type); in type_get_annotations()1818 PyType_Modified(type); in type_set_annotations()1847 PyType_Modified(type); in type_set_type_params()3092 PyType_Modified(type); in mro_internal_unlocked()5962 PyType_Modified(type); in type_clear()10724 PyType_Modified(type); in update_all_slots()
655 EXPORT_FUNC(PyType_Modified)
695 func,PyType_Modified,3.2,,
2389 PyType_Modified:void:::2390 PyType_Modified:PyTypeObject*:type:0:
815 …<elf-symbol name='PyType_Modified' type='func-type' binding='global-binding' visibility='default-v…9887 …PyType_Modified' mangled-name='PyType_Modified' filepath='Objects/typeobject.c' line='1050' column…
2926 PyType_Modified(CMessage_Type); in InitProto2MessageModule()
1399 [function.PyType_Modified]
2402 PyType_Modified((PyTypeObject *)type); in type_modified()
18000 PyType_Modified((PyTypeObject *)state->SchedParamType); in posixmodule_exec()
5825 :c:func:`PyType_Modified`.