Home
last modified time | relevance | path

Searched refs:one_liner_docstring_pattern (Results 1 – 1 of 1) sorted by relevance

/external/lldb/scripts/Python/
Dmodify-python-lldb.py59 one_liner_docstring_pattern = re.compile('^(%s|%s)""".*"""$' % (TWO_SPACES, EIGHT_SPACES)) variable
420 if one_liner_docstring_pattern.match(line):