MCPcopy Index your code
hub / github.com/RustPython/RustPython / create_parser

Function create_parser

Lib/xml/sax/expatreader.py:444–445  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

442# ---
443
444def create_parser(*args, **kwargs):
445 return ExpatParser(*args, **kwargs)
446
447# ---
448

Calls 1

ExpatParserClass · 0.70