(self, v_map: Mapping[Any, Any], v_array: Sequence[Any], v_i64: int = ..., v_f64: float = ..., v_str: str = ...)
| 109 | if TYPE_CHECKING: |
| 110 | def __init__(self, v_map: Mapping[Any, Any], v_array: Sequence[Any], v_i64: int = ..., v_f64: float = ..., v_str: str = ...) -> None: ... |
| 111 | def __ffi_init__(self, v_map: Mapping[Any, Any], v_array: Sequence[Any], v_i64: int = ..., v_f64: float = ..., v_str: str = ...) -> None: ... # ty: ignore[invalid-method-override] |
| 112 | # fmt: on |
| 113 | # tvm-ffi-stubgen(end) |
| 114 |
nothing calls this directly
no outgoing calls
no test coverage detected