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

Class BlockAll

tianyi.py:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
47 netscape = True
48 rfc2965 = hide_cookie2 = False
49
50key = b'1234567`90koiuyhgtfrdews'
51iv = 8 * b'\0'

Callers 1

tianyi.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected