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

Class NoLenMethod

Lib/test/test_builtin.py:1345–1345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1343 return -sys.maxsize-10
1344 self.assertRaises(ValueError, len, HugeNegativeLen())
1345 class NoLenMethod(object): pass
1346 self.assertRaises(TypeError, len, NoLenMethod())
1347
1348 def test_map(self):

Callers 1

test_lenMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_lenMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…