Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ get_string2
Method
get_string2
tests/test_virtual_functions.py:37–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
super().__init__(state + 1)
36
37
def
get_string2(self):
38
return
"override2"
39
40
ex12 = m.ExampleVirt(10)
41
with
capture:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected