Temporary params of class solution.

This commit is contained in:
Dave Halter
2014-10-23 14:41:01 +02:00
parent 387fc3b038
commit 51ffc54471
4 changed files with 28 additions and 15 deletions
+3
View File
@@ -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):