MCPcopy Index your code
hub / github.com/kubernetes-client/python / close

Method close

kubernetes/client/api_client.py:90–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 self.close()
89
90 def close(self):
91 if self._pool:
92 self._pool.close()
93 self._pool.join()
94 self._pool = None
95 if hasattr(atexit, 'unregister'):
96 atexit.unregister(self.close)
97
98 @property
99 def pool(self):

Callers 10

__exit__Method · 0.95
__deserialize_fileMethod · 0.45
test_portforward_rawMethod · 0.45
list_pods.pyFile · 0.45
patch.pyFile · 0.45
portforward_commandsFunction · 0.45
exec_commandsFunction · 0.45
stream_logsFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_portforward_rawMethod · 0.36