Lines Matching defs:__init__
319 def __init__(self, url, data=None, headers={},
427 def __init__(self):
795 def __init__(self, proxies=None):
836 def __init__(self):
910 def __init__(self, *args, **kwargs):
912 super().__init__(*args, **kwargs)
960 def __init__(self, password_mgr=None):
1091 def __init__(self, passwd=None):
1258 def __init__(self, debuglevel=0):
1385 def __init__(self, debuglevel=0, context=None, check_hostname=None):
1386 AbstractHTTPHandler.__init__(self, debuglevel)
1399 def __init__(self, cookiejar=None):
1591 def __init__(self):
1707 def __init__(self, proxies=None, **x509):
2142 def __init__(self, *args, **kwargs):
2143 URLopener.__init__(self, *args, **kwargs)
2402 def __init__(self, user, passwd, host, port, dirs, timeout=None,