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

Method write

Lib/idlelib/pyshell.py:808–810  ·  view source on GitHub ↗

Override base class method

(self, s)

Source from the content-addressed store, hash-verified

806 pass
807
808 def write(self, s):
809 "Override base class method"
810 return self.tkconsole.stderr.write(s)
811
812 def display_port_binding_error(self):
813 messagebox.showerror(

Callers 1

showsyntaxerrorMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected