Skip to content

Bind self correctly when mapping class methods from supertype #7474

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 2 commits into from
Sep 5, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Address CR
  • Loading branch information
Ivan Levkivskyi committed Sep 5, 2019
commit 7de627c514f65272076321a8b99561a031fdbe76
4 changes: 1 addition & 3 deletions mypy/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1532,10 +1532,8 @@ def bind_and_map_method(self, sym: SymbolTableNode, typ: FunctionLike,
and not is_static(sym.node)):
if isinstance(sym.node, Decorator):
is_class_method = sym.node.func.is_class
elif isinstance(sym.node, OverloadedFuncDef):
is_class_method = sym.node.is_class
else:
is_class_method = False
is_class_method = sym.node.is_class
bound = bind_self(typ, self.scope.active_self_type(), is_class_method)
else:
bound = typ
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy