MCPcopy Index your code
hub / github.com/python/mypy / close

Method close

mypy/ipc.py:178–183  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

176 self.connection.sendall(encoded_data)
177
178 def close(self) -> None:
179 if sys.platform == "win32":
180 if self.connection != _winapi.NULL:
181 _winapi.CloseHandle(self.connection)
182 else:
183 self.connection.close()
184
185
186class IPCClient(IPCBase):

Callers 13

_daemonize_cbFunction · 0.45
__exit__Method · 0.45
__exit__Method · 0.45
cleanupMethod · 0.45
run_buildFunction · 0.45
test_connect_twiceMethod · 0.45
run_case_onceMethod · 0.45
run_case_stepMethod · 0.45

Calls

no outgoing calls