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

gh-100039: enhance __signature__ to work with str and callables #100168

Merged
merged 4 commits into from
Dec 16, 2022

Commits on Dec 11, 2022

  1. enhance __signature__ to work with str and callables

    Callables should be either class- or static-methods.
    Enum now uses the classmethod version to greatly improve the help
    given for enums and flags.
    ethanfurman committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    d2df0c6 View commit details
    Browse the repository at this point in the history
  2. enhance __signature__ to work with str and callables

    Callables should be either class- or static-methods.
    Enum now uses the classmethod version to greatly improve the help
    given for enums and flags.
    ethanfurman committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    86d93cd View commit details
    Browse the repository at this point in the history
  3. fix enum test

    ethanfurman committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    0ea1d38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6a5cc5 View commit details
    Browse the repository at this point in the history