Searched refs:to_sections (Results 1 – 1 of 1) sorted by relevance
332 def list_refs_from_to_sections(refs, from_sections, to_sections): # type: (List[Reference], List[s… argument336 (not to_sections or ref.to_sym.section in to_sections):406 to_sections = args.to_sections.split(',') if args.to_sections else []408 refs, from_sections, to_sections