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

Method __setattr__

cdslib/core/utils/argparse_utils.py:188–189  ·  view source on GitHub ↗
(self, name: str, value: T.Any)

Source from the content-addressed store, hash-verified

186 raise AttributeError(name)
187
188 def __setattr__(self, name: str, value: T.Any) -> None:
189 self[name] = value
190
191 def __delattr__(self, name: str) -> None:
192 del self[name]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected