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

Function DictGetItem

python/tvm_ffi/_ffi_api.py:51–51  ·  view source on GitHub ↗
(_0: MutableMapping[Any, Any], _1: Any, /)

Source from the content-addressed store, hash-verified

49 def DictErase(_0: MutableMapping[Any, Any], _1: Any, /) -> None: ...
50 def DictForwardIterFunctor(_0: MutableMapping[Any, Any], /) -> Callable[..., Any]: ...
51 def DictGetItem(_0: MutableMapping[Any, Any], _1: Any, /) -> Any: ...
52 def DictGetItemOrMissing(_0: MutableMapping[Any, Any], _1: Any, /) -> Any: ...
53 def DictSetItem(_0: MutableMapping[Any, Any], _1: Any, _2: Any, /) -> None: ...
54 def DictSize(_0: MutableMapping[Any, Any], /) -> int: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected