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

Method write

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

Source from the content-addressed store, hash-verified

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

Callers 2

write_testfileMethod · 0.45
_run_childMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected