Searched refs:one_liner_docstring_pattern (Results 1 – 1 of 1) sorted by relevance
59 one_liner_docstring_pattern = re.compile('^(%s|%s)""".*"""$' % (TWO_SPACES, EIGHT_SPACES)) variable420 if one_liner_docstring_pattern.match(line):