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

Method __del__

IPython/testing/plugin/show_refs.py:9–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected