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

Method test_simple_builtin_singletons

Lib/test/test_crossinterp.py:860–869  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

858 MODE = 'marshal'
859
860 def test_simple_builtin_singletons(self):
861 self.assert_roundtrip_identical([
862 True,
863 False,
864 None,
865 Ellipsis,
866 ])
867 self.assert_not_shareable([
868 NotImplemented,
869 ])
870
871 def test_simple_builtin_objects(self):
872 self.assert_roundtrip_equal([

Callers

nothing calls this directly

Calls 2

assert_not_shareableMethod · 0.80

Tested by

no test coverage detected