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

Method close

Lib/tarfile.py:609–610  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

607 return "tar"
608
609 def close(self):
610 self.fileobj.close()
611# class StreamProxy
612
613#------------------------

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected