Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bmn__
on March 16, 2021
|
parent
|
context
|
favorite
| on:
How C++ Resolves a Function Call
> I have no idea what purpose calling the next most specific function would serve.
This is a replacement for calling the superclass, but it uses C3 method resolution order.
yvdriess
on March 16, 2021
[–]
This reminds me that you can get the precedence list in Python with C.__mro__, similar to CLOS's (class-precedence-list C)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
This is a replacement for calling the superclass, but it uses C3 method resolution order.