Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get
Method
get
tests/test_factory_constructors.py:237–238 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
235
236
class
PythFactory7(TestFactory7):
237
def
get(self):
238
return
100 + TestFactory7.get(self)
239
240
a1 = TestFactory7(1)
241
a2 = PythFactory7(2)
Callers
1
test_init_factory_dual
Function · 0.95
Calls
1
get
Method · 0.45
Tested by
no test coverage detected