OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replace_empty_lines
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.pxd
16
# cpdef format_code(self, code_string,
replace_empty_lines
=*)
Code.py
299
def format_code(self, code_string,
replace_empty_lines
=re.compile(r'\n\n+').sub):
304
code_string =
replace_empty_lines
('\n', code_string.strip()) + '\n\n'
[
all
...]
Completed in 261 milliseconds