MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / close

Method close

tools/python-3.11.9-amd64/Lib/chunk.py:90–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88 return self.chunksize
89
90 def close(self):
91 if not self.closed:
92 try:
93 self.skip()
94 finally:
95 self.closed = True
96
97 def isatty(self):
98 if self.closed:

Callers

nothing calls this directly

Calls 1

skipMethod · 0.95

Tested by

no test coverage detected