MCPcopy Create free account
hub / github.com/boy-hack/hack-requests / __init__

Method __init__

HackRequests/HackRequests.py:50–53  ·  view source on GitHub ↗
(self, timeout=10)

Source from the content-addressed store, hash-verified

48 '''
49
50 def __init__(self, timeout=10):
51 self.timeout = timeout
52 self.protocol = []
53 self._get_protocol()
54
55 def _get_protocol(self):
56 if not self.protocol:

Callers

nothing calls this directly

Calls 1

_get_protocolMethod · 0.95

Tested by

no test coverage detected