Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
Dpep8.py221 def blank_lines(logical_line, blank_lines, indent_level, line_number, argument
261 def extraneous_whitespace(logical_line): argument
296 def missing_whitespace(logical_line): argument
321 def indentation(logical_line, previous_logical, indent_char, argument
348 def whitespace_before_parameters(logical_line, tokens): argument
382 def whitespace_around_operator(logical_line): argument
411 def missing_whitespace_around_operator(logical_line, tokens): argument
476 def whitespace_around_comma(logical_line): argument
500 def whitespace_around_named_parameter_equals(logical_line): argument
536 def whitespace_before_inline_comment(logical_line, tokens): argument
[all …]