mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-05 00:44:15 +08:00
__file__ should be listed as a module attribute.
This commit is contained in:
@@ -336,7 +336,7 @@ class LazyName(FakeName):
|
||||
|
||||
@parent.setter
|
||||
def parent(self, value):
|
||||
pass # Do nothing, lower level can try to set the parent.
|
||||
pass # Do nothing, super classes can try to set the parent.
|
||||
|
||||
|
||||
def stmts_to_stmt(statements):
|
||||
|
||||
Reference in New Issue
Block a user