mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-16 21:57:22 -04:00
85dd766853
The Python builtin ``dir()`` is now supported for a SQLAlchemy "properties" object, such as that of a Core columns collection (e.g. ``.c``), ``mapper.attrs``, etc. Allows iPython autocompletion to work as well. Pull request courtesy Uwe Korn. Change-Id: I8696729542d1b74a566642a3a63fd500f64588cd Pull-request: https://github.com/zzzeek/sqlalchemy/pull/458 Mention Properties keys in __dir__ Change-Id: I88939955857c8df5eed0b87bc27c45357780b17d