MCPcopy Index your code
hub / github.com/RustPython/RustPython / close

Method close

Lib/multiprocessing/popen_fork.py:85–87  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

83 self.sentinel = parent_r
84
85 def close(self):
86 if self.finalizer is not None:
87 self.finalizer()

Callers 1

_launchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected