Files
typeshed/stdlib
Jelle Zijlstra d60f26c448 add object.__dir__ in Python 3 (#1532)
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__()`.
2017-08-07 19:29:13 -07:00
..
2017-08-07 19:29:13 -07:00
2017-03-20 20:07:58 -07:00