Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
444
def
create_parser(*args, **kwargs):
445
return
ExpatParser(*args, **kwargs)
446
447
# ---
448
Callers
15
test_expat_binary_file
Method · 0.90
test_expat_text_file
Method · 0.90
test_expat_binary_file_nonascii
Method · 0.90
test_expat_binary_file_bytes_name
Method · 0.90
test_expat_binary_file_int_name
Method · 0.90
test_expat_dtdhandler
Method · 0.90
test_expat_external_dtd_enabled
Method · 0.90
test_expat_external_dtd_default
Method · 0.90
test_expat_entityresolver_enabled
Method · 0.90
test_expat_entityresolver_default
Method · 0.90
test_expat_attrs_empty
Method · 0.90
test_expat_attrs_wattr
Method · 0.90
Calls
1
ExpatParser
Class · 0.70
Tested by
15
test_expat_binary_file
Method · 0.72
test_expat_text_file
Method · 0.72
test_expat_binary_file_nonascii
Method · 0.72
test_expat_binary_file_bytes_name
Method · 0.72
test_expat_binary_file_int_name
Method · 0.72
test_expat_dtdhandler
Method · 0.72
test_expat_external_dtd_enabled
Method · 0.72
test_expat_external_dtd_default
Method · 0.72
test_expat_entityresolver_enabled
Method · 0.72
test_expat_entityresolver_default
Method · 0.72
test_expat_attrs_empty
Method · 0.72
test_expat_attrs_wattr
Method · 0.72