Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boy-hack/hack-requests
/ HackError
Class
HackError
HackRequests/HackRequests.py:19–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
18
19
class
HackError(Exception):
20
def
__init__(self, content):
21
self.content = content
22
23
def
__str__(self):
24
return
self.content
25
26
27
def
extract_dict(text, sep, sep2=
"="
):
Callers
2
httpraw
Method · 0.85
http
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected