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-104010: Separate and improve docs for typing.get_origin and typing.get_args #104013

Commits on Apr 30, 2023

  1. typing: separate and improve docs for get_origin and get_args

    * separate documentation and examples for both functions
    * add examples demonstrating behaviour with unsupported types
    chgnrdv committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    f6a2736 View commit details
    Browse the repository at this point in the history
  2. documented return value of get_origin for ParamSpecArgs and `Para…

    …mSpecKwargs` instances
    chgnrdv committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    6009b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a1b63 View commit details
    Browse the repository at this point in the history
  4. removed doubleticks

    chgnrdv committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    83dd082 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'typing-separate-and-improve-get_args-get_origin-docs' o…

    …f github.com:chgnrdv/cpython into typing-separate-and-improve-get_args-get_origin-docs
    chgnrdv committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    e733947 View commit details
    Browse the repository at this point in the history
  6. swapped get_args and get_origin docs, changed "objects" to "types…

    …" in `get_origin` doc
    chgnrdv committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    d53b595 View commit details
    Browse the repository at this point in the history