MCPcopy Index your code
hub / github.com/ipython/ipython / write

Method write

tests/test_kitty.py:7–8  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

5
6class DummyStdout:
7 def write(self, *args, **kwargs):
8 pass
9
10 def flush(self):
11 pass

Callers 15

update_whatsnew.pyFile · 0.45
mainFunction · 0.45
retar.pyFile · 0.45
_build_sphinxFunction · 0.45
test_embed_svg_urlFunction · 0.45
test_video_embeddingFunction · 0.45
setUpMethod · 0.45
test_extension_loadingFunction · 0.45
test_extension_builtinsFunction · 0.45
check_cpasteFunction · 0.45
test_deepreloadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected