Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _SelectorContext
Class
_SelectorContext
Lib/xml/etree/ElementPath.py:350–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
348
_cache = {}
349
350
class
_SelectorContext:
351
parent_map = None
352
def
__init__(self, root):
353
self.root = root
354
355
# --------------------------------------------------------------------
356
Callers
1
iterfind
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected