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

Method add_parent

Lib/urllib/request.py:578–579  ·  view source on GitHub ↗
(self, parent)

Source from the content-addressed store, hash-verified

576 handler_order = 500
577
578 def add_parent(self, parent):
579 self.parent = parent
580
581 def close(self):
582 # Only exists for backwards compatibility

Callers 1

add_handlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected