Home
last modified time | relevance | path

Searched defs:is_docstring (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_tuple_params.py27 def is_docstring(stmt): function
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_tuple_params.py27 def is_docstring(stmt): function
/external/yapf/yapf/yapflib/
Dformat_token.py323 def is_docstring(self): member in FormatToken