Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ unknown_decl
Method
unknown_decl
Lib/_markupbase.py:395–396 ·
view source on GitHub ↗
(self, data)
Source
from the content-addressed store, hash-verified
393
394
# To be overridden -- handlers for unknown objects
395
def
unknown_decl(self, data):
396
pass
Callers
2
parse_declaration
Method · 0.95
parse_marked_section
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected