Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/component-docs
/ add
Method
add
component-model/examples/tutorial/python/app.py:4–5 ·
view source on GitHub ↗
(self, x: int, y: int)
Source
from the content-addressed store, hash-verified
2
3
class
Add(exports.Add):
4
def
add(self, x: int, y: int) -> int:
5
return
x + y
Callers
3
changeTab
Function · 0.45
main
Function · 0.45
run.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected