MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / __del__

Method __del__

0b_traits/python/iterators.py:14–15  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12 raise StopIteration
13
14 def __del__(self):
15 print("destroyed at", self.count)
16
17
18if __name__ == '__main__':

Callers

nothing calls this directly

Calls 1

printFunction · 0.50

Tested by

no test coverage detected