Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get
Method
get
tests/test_factory_constructors.py:197–198 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
195
m.TestFactory6.__init__(self, *args)
196
197
def
get(self):
198
return
-5 + m.TestFactory6.get(self)
199
200
# Return Class by value, moved into new alias:
201
z = MyTest(tag.base, 123)
Callers
4
test_init_factory_alias
Function · 0.95
test_init_factory_basic
Function · 0.45
test_init_factory_casting
Function · 0.45
get
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected