Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ PythonDerived
Class
PythonDerived
06-VirtualFunctionsInPython/virtual.py:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
from
virtual
import
Base, identify
4
5
class
PythonDerived(Base):
6
def
name(self):
7
return
"PythonDerived"
8
9
b = Base()
10
identify(b)
Callers
1
virtual.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected