Skip to content
Snippets Groups Projects

Fix python 2.7 missing list class

Merged André Anjos requested to merge doc27 into master
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
py:class sqlalchemy.ext.declarative.api.Base
# This is not documented as py:exc in Python 2.7 - works in Python 3.x
py:obj list
py:class list
py:exc ValueError
# Other exceptions
py:class sqlalchemy.ext.declarative.api.Base
Loading