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

Method __init__

tests/python/utils/test_kwargs_wrapper.py:59–60  ·  view source on GitHub ↗
(self, base: int)

Source from the content-addressed store, hash-verified

57 # Bound methods
58 class Calculator:
59 def __init__(self, base: int) -> None:
60 self.base = base
61
62 def add(self, a: int, b: int) -> int:
63 return self.base + a + b

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected