DEBSOURCES
Skip Quicknav
sources / pydevd / 2.9.5%2Bds-4 / tests_python / test_null.py
12345678
def test_null(): from _pydevd_bundle.pydevd_constants import Null null = Null() assert not null assert len(null) == 0 with null as n: n.write('foo')