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