Home
last modified time | relevance | path

Searched refs:write_help_in_xml_format (Results 1 – 5 of 5) sorted by relevance

/external/python/absl-py/absl/flags/
D_flagvalues.pyi120 def write_help_in_xml_format(self, outfile: Any = ...) -> None: ...
D_flagvalues.py1227 def write_help_in_xml_format(self, outfile=None): member in FlagValues
/external/python/absl-py/absl/
Dapp.py140 flags.FLAGS.write_help_in_xml_format(sys.stdout)
/external/python/absl-py/absl/flags/tests/
Dflags_helpxml_test.py623 fv.write_help_in_xml_format(sio)
Dflags_test.py1754 fv.write_help_in_xml_format(outfile)