Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: --include-private issue (#16808) #16822

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 26, 2024

  1. Fix: --include-private issue (python#16808)

    * (fix): when --include-private is not passed stubgen omits packages and
      modules which names start with "_" and do not end with "__"
    nautics889 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    07f8410 View commit details
    Browse the repository at this point in the history
  2. Fix: --include-private issue (python#16808)

    * (chore): add missing type hints
    * (docs): add docsting
    nautics889 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    a8968f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53bbd3e View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    1ca45db View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    4fdef9c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Fix: --include-private issue (python#16808)

    * (fix): add checking if --include-private passed
    nautics889 committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    759c58c View commit details
    Browse the repository at this point in the history