Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:fopts

187         fopts = ' '.join(_format_optdict(opts, True, ("children",)))
188 head = "%s%s%s" % (' ' * indent, elem, (" %s" % fopts) if fopts else '')