mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-17 13:08:00 +08:00
Temporary params of class solution.
This commit is contained in:
@@ -305,6 +305,9 @@ class FakeStatement(pr.ExprStmt):
|
||||
"""Overwriting the original start_pos property."""
|
||||
return self._start_pos
|
||||
|
||||
def __repr__(self):
|
||||
return '<%s: %s>' % (type(self).__name__, self.values)
|
||||
|
||||
|
||||
class FakeImport(pr.Import):
|
||||
def __init__(self, name, parent, level=0):
|
||||
|
||||
Reference in New Issue
Block a user