MCPcopy Create free account
hub / github.com/WwwwwyDev/crawlipt / __init__

Method __init__

crawlipt/script.py:19–22  ·  view source on GitHub ↗
(self, e: Exception, method: str, deep: str)

Source from the content-addressed store, hash-verified

17
18class ScriptSyntaxError(Exception):
19 def __init__(self, e: Exception, method: str, deep: str):
20 self.e = e
21 self.method = method
22 self.deep = deep
23
24 def __str__(self):
25 info = ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected