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

Method __del__

IPython/core/tests/tclass.py:17–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 self.flush_stdout = sys.stdout.flush
16
17 def __del__(self):
18 self.p('tclass.py: deleting object:',self.name)
19 self.flush_stdout()
20
21try:
22 name = sys.argv[1]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected