MCPcopy 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
14def test_drvd_add():

Callers 1

test_drvd_addFunction · 0.95

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected