MCPcopy
hub / github.com/smallfawn/QLScriptPublic / DESAdapter

Class DESAdapter

tianyi.py:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38context.verify_mode = ssl.CERT_NONE
39
40class DESAdapter(requests.adapters.HTTPAdapter):
41 def init_poolmanager(self, *args, **kwargs):
42 kwargs['ssl_context'] = context
43 return super().init_poolmanager(*args, **kwargs)
44
45class BlockAll(cookiejar.CookiePolicy):
46 return_ok = set_ok = domain_return_ok = path_return_ok = lambda self, *args, **kwargs: False

Callers 2

tianyi.pyFile · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected