MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / X

Class X

pager_lib/six.py:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 else:
59 # It's possible to have sizeof(long) != sizeof(Py_ssize_t).
60 class X(object):
61
62 def __len__(self):
63 return 1 << 31
64 try:
65 len(X())
66 except OverflowError:

Callers 1

six.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected