HomeSort by relevance Sort by last modified time
    Searched refs:is_docstring (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_tuple_params.py 27 def is_docstring(stmt): function
99 elif is_docstring(suite[0].children[start]):
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_tuple_params.py 27 def is_docstring(stmt): function
99 elif is_docstring(suite[0].children[start]):
  /external/python/cpython3/Lib/lib2to3/fixes/
fix_tuple_params.py 27 def is_docstring(stmt): function
99 elif is_docstring(suite[0].children[start]):
  /external/yapf/yapf/yapflib/
reformatter.py 471 if first_token.is_docstring:
484 if prev_last_token.is_docstring:

Completed in 867 milliseconds