MCPcopy
hub / github.com/pallets/werkzeug / __dir__

Method __dir__

tests/test_local.py:533–534  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

531 del self.values[name]
532
533 def __dir__(self):
534 return sorted(self.values.keys())
535
536 _, p = _make_proxy(Example())
537 assert p.nothing is None

Callers

nothing calls this directly

Calls 1

keysMethod · 0.45

Tested by

no test coverage detected