Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ Add
Method
Add
tests/test_class_sh_trampoline_basic.py:10–11 ·
view source on GitHub ↗
(self, other_val)
Source
from the content-addressed store, hash-verified
8
super().__init__(val)
9
10
def
Add(self, other_val):
11
return
self.Get() * 100 + other_val
12
13
14
def
test_drvd_add():
Callers
1
test_drvd_add
Function · 0.95
Calls
1
Get
Method · 0.80
Tested by
no test coverage detected