Home
last modified time | relevance | path

Searched refs:get_objects (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/test/
Dtest_gc.py795 any(l is element for element in gc.get_objects(generation=0))
798 any(l is element for element in gc.get_objects(generation=1))
801 any(l is element for element in gc.get_objects(generation=2))
805 any(l is element for element in gc.get_objects(generation=0))
808 any(l is element for element in gc.get_objects(generation=1))
811 any(l is element for element in gc.get_objects(generation=2))
815 any(l is element for element in gc.get_objects(generation=0))
818 any(l is element for element in gc.get_objects(generation=1))
821 any(l is element for element in gc.get_objects(generation=2))
825 any(l is element for element in gc.get_objects(generation=0))
[all …]
Daudit-tests.py362 gc.get_objects(generation=1)
Dtest_descr.py1282 orig_objects = len(gc.get_objects())
1285 new_objects = len(gc.get_objects())
4836 for o in gc.get_objects():
/third_party/python/Doc/library/
Dgc.rst66 .. function:: get_objects(generation=None)
75 .. audit-event:: gc.get_objects generation gc.get_objects
/third_party/python/Lib/ctypes/test/
Dtest_callbacks.py138 live = [x for x in gc.get_objects()
/third_party/nghttp2/doc/_exts/rubydomain/
Drubydomain.py695 def get_objects(self): member in RubyDomain
/third_party/python/Misc/NEWS.d/
D3.8.0a2.rst38 ``gc.get_objects`` can now receive an optional parameter indicating a
D3.10.0a7.rst36 Add audit hooks for :func:`gc.get_objects`, :func:`gc.get_referrers` and
D3.5.2rc1.rst62 gc.get_objects() no longer contains a broken tuple with NULL pointer.
D3.6.0a1.rst73 gc.get_objects() no longer contains a broken tuple with NULL pointer.
/third_party/python/Doc/whatsnew/
D3.8.rst821 :func:`~gc.get_objects` can now receive an optional *generation* parameter
D3.10.rst1106 Add audit hooks for :func:`gc.get_objects`, :func:`gc.get_referrers` and