MCPcopy Index your code
hub / github.com/python/cpython / get_warning_stream

Method get_warning_stream

Lib/idlelib/pyshell.py:1036–1037  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1034 warning_stream = stream
1035
1036 def get_warning_stream(self):
1037 return warning_stream
1038
1039 def toggle_debugger(self, event=None):
1040 if self.executing:

Callers 1

checksyntaxMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected