MCPcopy Create free account
hub / github.com/apple/ml-pointersect / __init__

Method __init__

cdslib/core/utils/argparse_utils.py:173–174  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

171 """
172
173 def __init__(self, *args, **kwargs):
174 super().__init__(*args, **kwargs)
175
176 def get(self, key, default=None):
177 if key not in self:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected