MCPcopy Create free account
hub / github.com/bundesAPI/smard-api / close

Method close

python-client/deutschland/smard/api_client.py:93–99  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 self.close()
92
93 def close(self):
94 if self._pool:
95 self._pool.close()
96 self._pool.join()
97 self._pool = None
98 if hasattr(atexit, "unregister"):
99 atexit.unregister(self.close)
100
101 @property
102 def pool(self):

Callers 3

__exit__Method · 0.95
deserialize_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected