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

Method write

tools/python-3.11.9-amd64/Lib/idlelib/pyshell.py:1421–1433  ·  view source on GitHub ↗
(self, s, tags=())

Source from the content-addressed store, hash-verified

1419 self.ctip.remove_calltip_window()
1420
1421 def write(self, s, tags=()):
1422 try:
1423 self.text.mark_gravity("iomark", "right")
1424 count = OutputWindow.write(self, s, tags, "iomark")
1425 self.text.mark_gravity("iomark", "left")
1426 except:
1427 raise ###pass # ### 11Aug07 KBK if we are expecting exceptions
1428 # let's find out what they are and be specific.
1429 if self.canceled:
1430 self.canceled = False
1431 if not use_subprocess:
1432 raise KeyboardInterrupt
1433 return count
1434
1435 def rmenu_check_cut(self):
1436 try:

Callers 15

beginMethod · 0.95
saveMethod · 0.45
saveMethod · 0.45
send_errorMethod · 0.45
flush_headersMethod · 0.45
log_messageMethod · 0.45
run_cgiMethod · 0.45
_commitMethod · 0.45
_addvalMethod · 0.45
_setvalMethod · 0.45
_addkeyMethod · 0.45
idle_showwarningFunction · 0.45

Calls 1

mark_gravityMethod · 0.80

Tested by 15

write_scriptMethod · 0.36
test_classMethod · 0.36
write_setupMethod · 0.36
write_scriptMethod · 0.36
test_package_dataMethod · 0.36