Home
last modified time | relevance | path

Searched refs:make_parser (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython3/Lib/test/test_peg_generator/
Dtest_pegen.py14 from pegen.testutil import parse_string, generate_parser, make_parser
100 parser_class = make_parser(grammar)
126 parser_class = make_parser(grammar)
142 parser_class = make_parser(grammar)
183 parser_class = make_parser(grammar)
215 parser_class = make_parser(grammar)
255 parser_class = make_parser(grammar)
289 parser_class = make_parser(grammar)
334 parser_class = make_parser(grammar)
361 parser_class = make_parser(grammar)
[all …]
/external/python/cpython3/Lib/test/
Dtest_sax.py4 from xml.sax import make_parser, ContentHandler, \
9 make_parser()
253 from xml.sax import make_parser
254 p = make_parser()
255 from xml.sax import make_parser
256 p = make_parser()
257 from xml.sax import make_parser
258 p = make_parser()
259 from xml.sax import make_parser
260 p = make_parser()
[all …]
Dtest_optparse.py1482 self.parser = self.make_parser(80)
1484 def make_parser(self, columns): member in TestHelp
1535 self.parser = self.make_parser(60)
1537 self.parser = self.make_parser(0)
Dtest_pulldom.py304 sd = SAX2DOMTestHelper(fin, xml.sax.make_parser(),
/external/python/cpython3/Lib/xml/sax/
D__init__.py30 parser = make_parser()
39 parser = make_parser()
66 def make_parser(parser_list=()): function
/external/linux-kselftest/tools/testing/selftests/net/
Ddevlink_port_split.py223 def make_parser(): function
234 parser = make_parser()
/external/ltp/android/tools/
Dmake_parser.py230 make_parser = MakeParser(args.ltp_root)
231 result = make_parser.ParseFile(args.input_path)
Dandroid_build_generator.py30 import make_parser
649 parser = make_parser.MakeParser(ltp_root)
/external/python/cpython3/Doc/library/
Dxml.dom.pulldom.rst35 from xml.sax import make_parser
38 parser = make_parser()
Dxml.sax.rst39 .. function:: make_parser(parser_list=[])
Dxml.sax.reader.rst16 function is invoked by :func:`xml.sax.make_parser` with no arguments to create
/external/python/cpython3/Lib/xml/dom/
Dpulldom.py326 parser = xml.sax.make_parser()
335 parser = xml.sax.make_parser()
/external/python/cpython3/Tools/peg_generator/pegen/
Dtestutil.py58 def make_parser(source: str) -> Type[Parser]: function
/external/pytorch/tools/
Dnightly.py601 def make_parser() -> argparse.ArgumentParser: function
680 p = make_parser()
/external/cronet/stable/base/win/embedded_i18n/
Dcreate_string_rc.py386 sax_parser = sax.make_parser()
/external/cronet/tot/base/win/embedded_i18n/
Dcreate_string_rc.py386 sax_parser = sax.make_parser()
/external/libxml2/python/
Dgenerator.py34 parser = xml.sax.make_parser()
/external/autotest/utils/frozen_chromite/lib/
Dgit.py373 parser = sax.make_parser()
/external/sdv/vsomeip/third_party/boost/spirit/doc/
Dwhat_s_new.qbk690 * Removed functions `make_parser()` and `make_generator()`
/external/python/cpython3/Doc/whatsnew/
D2.0.rst926 parser = sax.make_parser()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst3012 :func:`xml.sax.make_parser` now accepts any iterable as its *parser_list*