8000 pep612: more semantic analysis for paramspec by hauntsaninja · Pull Request #9422 · python/mypy · GitHub
[go: up one dir, main page]

Skip to content

pep612: more semantic analysis for paramspec #9422

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

Merged
merged 13 commits into from
Sep 8, 2020
Prev Previous commit
Next Next commit
tvar_scope: [minor] fix docstring nit
  • Loading branch information
hauntsaninja committed Sep 7, 2020
commit 12fab24989ec2d79feec8c0947d092b8e8a9cde9
1 change: 0 additions & 1 deletion mypy/tvar_scope.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ class TypeVarLikeScope:
"""Scope that holds bindings for type variables and parameter specifications.

Node fullname -> TypeVarLikeDef.

"""

def __init__(self,
Expand Down
0