MCPcopy Create free account
hub / github.com/python/cpython / stream

Method stream

Lib/logging/__init__.py:1288–1289  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1286
1287 @property
1288 def stream(self):
1289 return sys.stderr
1290
1291
1292_defaultLastResort = _StderrHandler(WARNING)

Callers 2

adFunction · 0.80
d3.min.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected