OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:strip_common_indent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/
TreeFragment.py
192
def
strip_common_indent
(lines):
function
203
def fmt(x): return u"\n".join(
strip_common_indent
(x.split(u"\n")))
/external/chromium_org/third_party/cython/src/Cython/
TestUtils.py
3
from Cython.Compiler.TreeFragment import TreeFragment,
strip_common_indent
namespace
76
expected_lines =
strip_common_indent
(expected.split("\n"))
/external/chromium_org/third_party/cython/src/Cython/Build/
Inline.py
123
code =
strip_common_indent
(code)
219
def
strip_common_indent
(code):
function
Completed in 503 milliseconds