Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
Next Next commit
Remove debug print
  • Loading branch information
JukkaL committed Nov 11, 2022
commit 89ddfd7e3fc38742481086549bed4816ddcfbcad
1 change: 0 additions & 1 deletion mypy/fastparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2133,7 +2133,6 @@ def visit_index_expr(self, e: IndexExpr) -> None:
pass

def visit_member_expr(self, e: MemberExpr) -> None:
print(e, self.lvalue)
if self.lvalue:
self.found = True

Expand Down