mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-22 01:28:55 +08:00
Docstring changes.
This commit is contained in:
@@ -985,7 +985,7 @@ class Param(PythonBaseNode):
|
|||||||
|
|
||||||
def _tfpdef(self):
|
def _tfpdef(self):
|
||||||
"""
|
"""
|
||||||
tfpdef: see grammar.txt.
|
tfpdef: see e.g. grammar36.txt.
|
||||||
"""
|
"""
|
||||||
offset = int(self.children[0] in ('*', '**'))
|
offset = int(self.children[0] in ('*', '**'))
|
||||||
return self.children[offset]
|
return self.children[offset]
|
||||||
|
|||||||
Reference in New Issue
Block a user