OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:indenter
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/cython/src/Cython/Compiler/
FusedNode.py
284
if pyx_code.
indenter
("if dtype.kind in ('i', 'u'):"):
289
if pyx_code.
indenter
("elif dtype.kind == 'f':"):
294
if pyx_code.
indenter
("elif dtype.kind == 'c':"):
299
if pyx_code.
indenter
("elif dtype.kind == 'O':"):
333
if codewriter.
indenter
("if %s:" % cond):
389
if pyx_code.
indenter
(u"else:"):
391
if pyx_code.
indenter
(u"while 1:"):
Code.py
2167
def
indenter
(self, line):
member in class:PyxCodeWriter
[
all
...]
Completed in 677 milliseconds