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

Method _statstream

Lib/logging/handlers.py:489–494  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

487 self._statstream()
488
489 def _statstream(self):
490 if self.stream is None:
491 return
492 sres = os.fstat(self.stream.fileno())
493 self.dev = sres.st_dev
494 self.ino = sres.st_ino
495
496 def reopenIfNeeded(self):
497 """

Callers 2

__init__Method · 0.95
reopenIfNeededMethod · 0.95

Calls 1

filenoMethod · 0.45

Tested by

no test coverage detected