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

Method __init__

Lib/test/test_urllib2.py:1675–1677  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1673 # order of calls here to check digest comes first:
1674 class RecordingOpenerDirector(OpenerDirector):
1675 def __init__(self):
1676 OpenerDirector.__init__(self)
1677 self.recorded = []
1678
1679 def record(self, info):
1680 self.recorded.append(info)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected