Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GStreamer/gst-python
/ gccollect
Method
gccollect
testsuite/common.py:55–62 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
self._tracked.append(obj)
54
55
def
gccollect(self):
56
ret = 0
57
while
True:
58
c = gc.collect()
59
ret += c
60
if
c == 0:
61
break
62
return
ret
63
64
def
gcverify(self):
65
leaked = []
Callers
15
gctrack
Method · 0.95
gcverify
Method · 0.95
tearDown
Method · 0.95
tearDown
Method · 0.80
testGoodConstructor
Method · 0.80
testGoodConstructor
Method · 0.80
tearDown
Method · 0.80
testRemovingProbe
Method · 0.80
testAddPad
Method · 0.80
tearDown
Method · 0.80
tearDown
Method · 0.80
tearDown
Method · 0.80
Calls
no outgoing calls
Tested by
15
tearDown
Method · 0.64
testGoodConstructor
Method · 0.64
testGoodConstructor
Method · 0.64
tearDown
Method · 0.64
testRemovingProbe
Method · 0.64
testAddPad
Method · 0.64
tearDown
Method · 0.64
tearDown
Method · 0.64
tearDown
Method · 0.64
testGet
Method · 0.64
tearDown
Method · 0.64
testPlaying
Method · 0.64