Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ create_parser
Function
create_parser
Lib/xml/sax/expatreader.py:442–443 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
440
# ---
441
442
def
create_parser(*args, **kwargs):
443
return
ExpatParser(*args, **kwargs)
444
445
# ---
446
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…