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

Method close

tools/python-3.11.9-amd64/Lib/fileinput.py:234–238  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

232 self.close()
233
234 def close(self):
235 try:
236 self.nextfile()
237 finally:
238 self._files = ()
239
240 def __enter__(self):
241 return self

Callers 4

__del__Method · 0.95
__exit__Method · 0.95
closeFunction · 0.45
nextfileMethod · 0.45

Calls 1

nextfileMethod · 0.95

Tested by

no test coverage detected