MCPcopy Index your code
hub / github.com/clips/pattern / __init__

Method __init__

pattern/web/__init__.py:216–217  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

214
215class Error(Exception):
216 def __init__(self, *args, **kwargs):
217 Exception.__init__(self, *args); self.src=kwargs.pop("src", None)
218
219class URLError(Error):
220 pass # URL contains errors (e.g. a missing t in htp://).

Callers

nothing calls this directly

Calls 2

__init__Method · 0.45
popMethod · 0.45

Tested by

no test coverage detected