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

Add Aliasing Decorators section to libraries.rst #1243

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

Commits on Aug 22, 2022

  1. Add Aliasing Decorators section to libraries.rst

    I believe I'm not the only one who will struggle with behavior of `Callable` type aliases.
    I hope if this is added to the documentation - some people will save an hour on figuring how `TypeAlias` work.
    
    I'm not sure if it is worth introducing "decorator factory" term here, but it is used in [mypy documentation](https://mypy.readthedocs.io/en/stable/generics.html#decorator-factories).
    
    Related discussion:
    python#1236
    Drino committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    db97dc4 View commit details
    Browse the repository at this point in the history
  2. Add link to annotation-decorators

    Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
    Drino and srittau committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    724920d View commit details
    Browse the repository at this point in the history
  3. Use -> IdentityFunction

    Drino committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    45d4211 View commit details
    Browse the repository at this point in the history
  4. Fix typos

    Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
    Drino and AlexWaygood committed Aug 22, 2022
    Configuration menu
    Copy the full SHA
    30f2d49 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Add a link to _typeshed readme

    Drino committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    9631223 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Add anchor

    Drino committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    1816e48 View commit details
    Browse the repository at this point in the history