Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ B
Class
B
tests/test_virtual_functions.py:105–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
""
"
104
105
class
B(m.A):
106
def
__init__(self):
107
super().__init__()
108
109
def
f(self):
110
print(
"In python f()"
)
111
112
# C++ version
113
with
capture:
Callers
1
test_alias_delay_initialization1
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_alias_delay_initialization1
Function · 0.56