Skip to content

(optionally) add generic docstring #25

Open
@agronholm

Description

@agronholm

Originally reported by: Rami Abughazaleh (Bitbucket: ramiabughazaleh, GitHub: 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


Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions