MCPcopy 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

assertInstancesEqualMethod · 0.95
test_empty_addressMethod · 0.45
test_floats_rejectedMethod · 0.45
pickle_testMethod · 0.45
test_leading_zerosMethod · 0.45
assertBadLengthMethod · 0.45
assertBadLengthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected