MCPcopy Create free account
hub / github.com/ipython/ipython / write

Method write

IPython/core/interactiveshell.py:3618–3622  ·  view source on GitHub ↗

DEPRECATED: Write a string to the default output

(self,data)

Source from the content-addressed store, hash-verified

3616
3617 @undoc
3618 def write(self,data):
3619 """DEPRECATED: Write a string to the default output"""
3620 warn('InteractiveShell.write() is deprecated, use sys.stdout instead',
3621 DeprecationWarning, stacklevel=2)
3622 sys.stdout.write(data)
3623
3624 @undoc
3625 def write_err(self,data):

Callers 15

interactionMethod · 0.45
pager_pageFunction · 0.45
page_moreFunction · 0.45
__call__Method · 0.45
show_exception_onlyMethod · 0.45
handlerMethod · 0.45
__call__Method · 0.45
logstartMethod · 0.45
show_bannerMethod · 0.45
mktempfileMethod · 0.45
write_errMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_extension_loadingFunction · 0.36
test_extension_builtinsFunction · 0.36
check_cpasteFunction · 0.36
initMethod · 0.36
test_list_profiles_inFunction · 0.36
setUpMethod · 0.36
setUpMethod · 0.36
test_changing_py_fileMethod · 0.36
test_nonascii_pathMethod · 0.36
test_iso8859_5Method · 0.36
test_changing_py_fileMethod · 0.36