Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ factory
Method
factory
Lib/test/test_ipaddress.py:39–40 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
37
38
@property
39
def
factory(self):
40
raise
NotImplementedError
41
42
@contextlib.contextmanager
43
def
assertCleanError(self, exc_type, details, *args):
Callers
15
assertInstancesEqual
Method · 0.95
test_empty_address
Method · 0.45
test_floats_rejected
Method · 0.45
test_not_an_index_issue15559
Method · 0.45
pickle_test
Method · 0.45
test_leading_zeros
Method · 0.45
test_negative_ints_rejected
Method · 0.45
test_large_ints_rejected
Method · 0.45
assertBadLength
Method · 0.45
test_negative_ints_rejected
Method · 0.45
test_large_ints_rejected
Method · 0.45
assertBadLength
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected