MCPcopy Create free account
hub / github.com/VeNoMouS/cloudscraper / __init__

Method __init__

cloudscraper/interpreters/__init__.py:24–25  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

22
23 @abc.abstractmethod
24 def __init__(self, name):
25 interpreters[name] = self
26
27 # ------------------------------------------------------------------------------- #
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected