mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
In Python 3 (but not Python 2), `object().__dir__()` works and returns a list of strings. This is relevant when implementing a custom `__dir__` that invokes `super().__dir__()`.