agronholm / agronholm/sqlacodegen
(optionally) add generic docstring
- 主要语言
- Python
- 星标
- 2.4k
- 派生
- 284
- 平均合并
- 2 天 1 小时
- 30 天内合并 PR
- 1
描述
Originally reported by: **Rami Abughazaleh (Bitbucket: [ramiabughazaleh](https://bitbucket.org/ramiabughazaleh), GitHub: [ramiabughazaleh](https://github.com/ramiabughazaleh))**
----------------------------------------
Thank you for sqlacodegen 1.1.6.
I'd like to request the ability to add generic docstrings to the models/tables.
For example:
```
#!python
class Student(Base):
"""
Student
"""
class ClassRoom(Base):
"""
Class Room
"""
```
In this way, when I inspect my code using PyCharm, it doesn't produce a warning indicating that a docstring is missing for example.
Thank you
----------------------------------------
- Bitbucket: https://bitbucket.org/agronholm/sqlacodegen/issue/25
贡献指南
评估
这个 Issue 还没有评估数据。