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

Method __exit__

python-client/deutschland/smard/api_client.py:90–91  ·  view source on GitHub ↗
(self, exc_type, exc_value, traceback)

Source from the content-addressed store, hash-verified

88 return self
89
90 def __exit__(self, exc_type, exc_value, traceback):
91 self.close()
92
93 def close(self):
94 if self._pool:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected