Home
last modified time | relevance | path

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

/aosp_15_r20/external/yapf/yapf/yapflib/
H A Dformat_decision_state.py60 def __init__(self, line, first_indent): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dlexer.h415 auto first_indent = lexRaw(true); in Lexer() local