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

Class NUL

Lib/test/test_csv.py:1498–1501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496 self.assertTrue(dialect.doublequote)
1497
1498class NUL:
1499 def write(s, *args):
1500 pass
1501 writelines = write
1502
1503@unittest.skipUnless(hasattr(sys, "gettotalrefcount"),
1504 'requires sys.gettotalrefcount()')

Callers 2

test_create_writeMethod · 0.85
test_writeMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_create_writeMethod · 0.68
test_writeMethod · 0.68