Home
last modified time | relevance | path

Searched refs:line_prefix (Results 1 - 4 of 4) sorted by relevance

/third_party/json/tools/cpplint/
H A Dcpplint.py4445 line_prefix = opening_parenthesis[0][0:opening_parenthesis[2]]
4446 macro = Search(r'\b([A-Z_][A-Z0-9_]*)\s*$', line_prefix)
4447 func = Match(r'^(.*\])\s*$', line_prefix)
4454 Search(r'\b(?:struct|union)\s+alignas\s*$', line_prefix) or
4455 Search(r'\bdecltype$', line_prefix) or
4456 Search(r'\s+=\s*$', line_prefix)):
/third_party/python/Lib/
H A Dpdb.py201 # text using value of line_prefix string. A newline and arrow may
203 # command "pdb.line_prefix = '\n% '".
204 # line_prefix = ': ' # Use this to get the old situation back
205 line_prefix = '\n-> ' # Probably a better default variable
1544 def print_stack_entry(self, frame_lineno, prompt_prefix=line_prefix):
/third_party/python/Lib/test/
H A Dtest_clinic.py55 self.line_prefix = self.line_suffix = ''
/third_party/python/Tools/clinic/
H A Dclinic.py1463 if clinic.line_prefix:
1464 s = indent_all_lines(s, clinic.line_prefix)
1965 self.line_prefix = self.line_suffix = ''
4114 if name not in ("line_prefix", "line_suffix"):

Completed in 21 milliseconds