MCPcopy Index your code
hub / github.com/python/cpython / __delattr__

Method __delattr__

Lib/test/test_class.py:432–433  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

430
431 @trackCall
432 def __delattr__(self, *args):
433 pass
434
435 testme = ExtraTests()
436

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected