agronholm / agronholm/sqlacodegen

(optionally) add generic docstring

オープン
#25 コメント 4 件 リアクション 2 件 担当者 0 名 GitHub で見る
enhancement minor
主要言語
Python
スター
2.4k
フォーク
284
平均マージ
2日 1時間
マージ済み PR(30日)
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。