MCPcopy Create free account
hub / github.com/ImageEngine/cortex / numWrappedInstances

Method numWrappedInstances

src/IECorePython/WrapperGarbageCollector.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128size_t WrapperGarbageCollector::numWrappedInstances()
129{
130 return g_refCountedToPyObject.size();
131}
132
133void WrapperGarbageCollector::setCollectThreshold( size_t t )
134{

Callers 7

testFactoryMethod · 0.80
setUpMethod · 0.80
tearDownMethod · 0.80
testMethod · 0.80
test2Method · 0.80
testWeakRefMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 4

testFactoryMethod · 0.64
setUpMethod · 0.64
tearDownMethod · 0.64