[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Honor hybrid property / method docstrings
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-04-18 17:50:48
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/243b222a232d/ Changeset: 243b222a232d Branch: master User: zzzeek Date: 2016-04-18 16:55:48+00:00 Summary: Honor hybrid property / method docstrings The docstring specified on a hybrid property or method is now honored at the class level, allowing it to work with tools like Sphinx autodoc. The mechanics here necessarily involve some wrapping of expressions to occur for hybrid properties, which may cause them to appear differently using introspection. Fixes: #3653 Change-Id: I02549977fe8b2a051802eed7b00cc532fbc214e3 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/239 Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |