Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ parse
Method
parse
Lib/test/test_clinic.py:938–939 ·
view source on GitHub ↗
(self, block)
Source
from the content-addressed store, hash-verified
936
pass
937
938
def
parse(self, block):
939
block.output = block.input
940
941
942
class
ClinicBlockParserTest(TestCase):
Callers
15
setUpClass
Method · 0.45
test_5027_1
Method · 0.45
test_expat_binary_file
Method · 0.45
test_expat_text_file
Method · 0.45
test_expat_binary_file_nonascii
Method · 0.45
test_expat_binary_file_bytes_name
Method · 0.45
test_expat_binary_file_int_name
Method · 0.45
test_expat_inpsource_filename
Method · 0.45
test_expat_inpsource_sysid
Method · 0.45
test_expat_inpsource_sysid_nonascii
Method · 0.45
test_expat_inpsource_byte_stream
Method · 0.45
test_expat_inpsource_character_stream
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected