Searched refs:indent_child (Results 1 – 3 of 3) sorted by relevance
86 cvf = lldbutil.ChildVisitingFormatter(indent_child=2)87 rdf = lldbutil.RecursiveDecentFormatter(indent_child=2)
846 def __init__(self, indent_child=2): argument848 self.cindent = indent_child869 def __init__(self, indent_level=0, indent_child=2): argument871 self.cindent = indent_child
74 cvf = lldbutil.ChildVisitingFormatter(indent_child=2)