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

Method __delattr__

cdslib/core/utils/argparse_utils.py:191–192  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

189 self[name] = value
190
191 def __delattr__(self, name: str) -> None:
192 del self[name]
193
194
195def recursive_dict_update(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected