Преглед на файлове

Fix docstring in bitshift/parser/python.py

tags/v1.0^2
Benjamin Attal преди 10 години
родител
ревизия
d485b87f21
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      bitshift/parser/python.py

+ 2
- 2
bitshift/parser/python.py Целия файл

@@ -16,11 +16,11 @@ class PyTreeCutter(ast.NodeVisitor):

def start_n_end(self, big_node):
"""
Helper function to get the start and end lines of a code node.
Helper function to get the start and end lines of an AST node.

:param big_node: The node.

:type big_node: ast.FunctionDef, ast.ClassDef, ast.Module
:type big_node: ast.FunctionDef or ast.ClassDef or ast.Module
"""

start_line = big_node.lineno


Зареждане…
Отказ
Запис