MCPcopy Index your code
hub / github.com/python/cpython / _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
350class _SelectorContext:
351 parent_map = None
352 def __init__(self, root):
353 self.root = root
354
355# --------------------------------------------------------------------
356

Callers 1

iterfindFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…