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

Method close

Lib/typing.py:3570–3571  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3568
3569 @abstractmethod
3570 def close(self) -> None:
3571 pass
3572
3573 @property
3574 @abstractmethod

Callers 15

fcompareFunction · 0.45
download_and_unpackFunction · 0.45
unix_getpassFunction · 0.45
_mainFunction · 0.45
__call__Method · 0.45
openMethod · 0.45
forkFunction · 0.45
import_moduleMethod · 0.45
load_packageMethod · 0.45
_createMethod · 0.45
_get_system_versionFunction · 0.45
_rmtree_safe_fdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected