mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-22 17:48:47 +08:00
A parso docstring.
This commit is contained in:
@@ -208,7 +208,7 @@ class Leaf(NodeOrLeaf):
|
||||
|
||||
@utf8_repr
|
||||
def __repr__(self):
|
||||
return "<%s: %s start=%s>" % (type(self).__name__, self.value, self.start_pos)
|
||||
return "<%s: %s>" % (type(self).__name__, self.value)
|
||||
|
||||
|
||||
class BaseNode(NodeOrLeaf):
|
||||
|
||||
Reference in New Issue
Block a user