Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ X
Class
X
thirdparty/six/__init__.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
__init__.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected