Searched refs:PyGC_IsEnabled (Results 1 – 10 of 10) sorted by relevance
158 PyAPI_FUNC(int) PyGC_IsEnabled(void);
1515 return PyGC_IsEnabled(); in gc_isenabled_impl()2073 PyGC_IsEnabled(void) in PyGC_IsEnabled() function
150 int orig_enabled = PyGC_IsEnabled(); in test_gc_control()160 if (!PyGC_IsEnabled()) { in test_gc_control()170 if (PyGC_IsEnabled()) { in test_gc_control()180 if (!PyGC_IsEnabled()) { in test_gc_control()191 if (PyGC_IsEnabled()) { in test_gc_control()
225 .. c:function:: int PyGC_IsEnabled(void)
275 EXPORT_FUNC(PyGC_IsEnabled)
283 function,PyGC_IsEnabled,3.10,
262 …<elf-symbol name='PyGC_IsEnabled' type='func-type' binding='global-binding' visibility='default-vi…19345 …PyGC_IsEnabled' mangled-name='PyGC_IsEnabled' filepath='Modules/gcmodule.c' line='2073' column='1'…
2155 function PyGC_IsEnabled
1752 :c:func:`PyGC_IsEnabled()`, corresponding to the functions in the :mod:`gc`
2123 :c:func:`PyGC_IsEnabled()`.