MCPcopy Create free account
hub / github.com/F-Stack/f-stack / __del__

Method __del__

dpdk/usertools/dpdk-telemetry-client.py:47–52  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

45 self.unregistered = 0
46
47 def __del__(self):
48 try:
49 if self.unregistered == 0:
50 self.unregister()
51 except:
52 print("Error - Client could not be destroyed")
53
54 def getFilepath(self, file_path):
55 # Gets arguments from Command-Line and assigns to instance of client

Callers

nothing calls this directly

Calls 2

unregisterMethod · 0.95
printFunction · 0.50

Tested by

no test coverage detected