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

Method write

Lib/test/test_builtin.py:90–91  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

88
89class BitBucket:
90 def write(self, line):
91 pass
92
93test_conv_no_sign = [
94 ('0', 0),

Callers 2

write_testfileMethod · 0.45
_run_childMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected