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

Method close

mypy/moduleinspect.py:136–138  ·  view source on GitHub ↗

Free any resources used.

(self)

Source from the content-addressed store, hash-verified

134 self.counter = 0 # Number of successful roundtrips
135
136 def close(self) -> None:
137 """Free any resources used."""
138 self.proc.terminate()
139
140 def get_package_properties(self, package_id: str) -> ModuleProperties:
141 """Return some properties of a module/package using runtime introspection.

Callers 2

__exit__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected