MCPcopy Create free account
hub / github.com/RUC-NLPIR/WebThinker / __init__

Method __init__

demo/settings.py:172–173  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

170
171class SubEnvironment(Environment):
172 def __init__(self, *args, **kwargs):
173 super().__init__(*args, **kwargs)
174
175 def _load_all(self):
176 self._load_special_tokens()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected