Searched refs:maint_parser (Results 1 – 1 of 1) sorted by relevance
32 maint_parser = None # pylint: disable=C0103 variable275 path = maint_parser.path277 output += maint_parser.header288 entries = list(maint_parser.maint_entries.keys())292 fields = maint_parser.maint_entries[name]296 field_name = maint_parser.fields.get(field, field)333 path = maint_parser.path339 for profile, entry in sorted(maint_parser.profile_entries.items()):360 for f in sorted(maint_parser.profile_toc):361 fname = os.path.join(maint_parser.base_dir, "Documentation", f)[all …]