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

Support type stub generation for staticmethod #14934

Merged
merged 13 commits into from
Jan 8, 2024

Commits on Nov 7, 2023

  1. Add test for static methods of pybind11 class

    Marcel Weiler committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    bb15d87 View commit details
    Browse the repository at this point in the history
  2. Fix is_staticmethod for c modules

    Marcel Weiler committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    feebc70 View commit details
    Browse the repository at this point in the history
  3. Updated stub files for stubgen test

    Marcel Weiler committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a634dee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cae94e6 View commit details
    Browse the repository at this point in the history
  5. Fix failing type check

    Marcel Weiler committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1aacfcc View commit details
    Browse the repository at this point in the history
  6. Merge branch 'support_staticmethod' of https://github.com/WeilerMarce…

    …l/mypy into support_staticmethod
    Marcel Weiler committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    32389c1 View commit details
    Browse the repository at this point in the history
  7. dummy

    Marcel Weiler committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    8142772 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. dummy to rerun unstable macos tests

    Marcel Weiler committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    bc42c57 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Simplify is_staticmethod check

    Marcel Weiler committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    8121e3c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Add type hint for mapping proxies

    Marcel Weiler committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2504078 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

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

Commits on Dec 5, 2023

  1. Fix stubgenc docstring test

    Marcel Weiler committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e6f61ec View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Replace string comparison by isinstance

    Marcel Weiler committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    14fd95c View commit details
    Browse the repository at this point in the history