MCPcopy Create free account
hub / github.com/apache/tvm-ffi / _map_item_missing

Method _map_item_missing

python/tvm_ffi/access_path.py:99–99  ·  view source on GitHub ↗
(self, _1: Any, /)

Source from the content-addressed store, hash-verified

97 def _attr_missing(self, _1: str, /) -> AccessPath: ...
98 def _array_item_missing(self, _1: int, /) -> AccessPath: ...
99 def _map_item_missing(self, _1: Any, /) -> AccessPath: ...
100 def _is_prefix_of(self, _1: AccessPath, /) -> bool: ...
101 def _to_steps(self, /) -> Sequence[AccessStep]: ...
102 def _path_equal(self, _1: AccessPath, /) -> bool: ...

Callers 1

map_item_missingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected