Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pybind/pybind11
/ B2
Class
B2
tests/test_virtual_functions.py:146–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
144
""
"
145
146
class
B2(m.A2):
147
def
__init__(self):
148
super().__init__()
149
150
def
f(self):
151
print(
"In python B2.f()"
)
152
153
# No python subclass version
154
with
capture:
Callers
1
test_alias_delay_initialization2
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_alias_delay_initialization2
Function · 0.56