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

Method __init__

python/tvm_ffi/dataclasses/enum.py:206–207  ·  view source on GitHub ↗
(self, fget: Callable[[type], Any])

Source from the content-addressed store, hash-verified

204 __slots__ = ("_fget",)
205
206 def __init__(self, fget: Callable[[type], Any]) -> None:
207 self._fget = fget
208
209 def __get__(self, instance: Any, owner: type | None = None) -> Any:
210 cls = owner if owner is not None else type(instance)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected