Searched refs:get_objects (Results 1 – 21 of 21) sorted by relevance
794 any(l is element for element in gc.get_objects(generation=0))797 any(l is element for element in gc.get_objects(generation=1))800 any(l is element for element in gc.get_objects(generation=2))804 any(l is element for element in gc.get_objects(generation=0))807 any(l is element for element in gc.get_objects(generation=1))810 any(l is element for element in gc.get_objects(generation=2))814 any(l is element for element in gc.get_objects(generation=0))817 any(l is element for element in gc.get_objects(generation=1))820 any(l is element for element in gc.get_objects(generation=2))824 any(l is element for element in gc.get_objects(generation=0))[all …]
1272 orig_objects = len(gc.get_objects())1275 new_objects = len(gc.get_objects())4775 for o in gc.get_objects():
26 counts.add(len(gc.get_objects()))
39 for obj in gc.get_objects():
64 std::vector<DrmObject*> get_objects() const;
46 all_objects = gc.get_objects()
38 objs = gc.get_objects()
125 collections.Counter([type(obj).__name__ for obj in gc.get_objects()]) -774 id(obj) for obj in gc.get_objects() if _is_tensorflow_object(obj))791 obj for obj in gc.get_objects()
262 for (auto ob : get_objects()) { in setup()333 std::vector<kms::DrmObject*> Card::get_objects() const in get_objects() function in kms::Card
58 def get_objects(self): member in PhabObjectCache363 reviews_cache.get_objects(), key=lambda r: -r.dateModified)388 for user in users_cache.get_objects():
119 o for o in gc.get_objects() if isinstance(o, internal.NativeObject)
142 live = [x for x in gc.get_objects()
138 live = [x for x in gc.get_objects()
84 object_ids_before = {id(o) for o in gc.get_objects()}88 o for o in gc.get_objects() if id(o) not in object_ids_before)
69 .. function:: get_objects()
38 ``gc.get_objects`` can now receive an optional parameter indicating a
62 gc.get_objects() no longer contains a broken tuple with NULL pointer.
73 gc.get_objects() no longer contains a broken tuple with NULL pointer.
66 .. function:: get_objects(generation=None)
1154 orig_objects = len(gc.get_objects())1157 new_objects = len(gc.get_objects())4849 for o in gc.get_objects():
820 :func:`~gc.get_objects` can now receive an optional *generation* parameter