MCPcopy Create free account
hub / github.com/ipython/ipython / C

Class C

IPython/testing/plugin/show_refs.py:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import gc
7
8class C(object):
9 def __del__(self):
10 pass
11 #print 'deleting object...' # dbg
12
13if __name__ == '__main__':
14 c = C()

Callers 1

show_refs.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected