V
V
Vadim Ushakov2021-10-17 21:29:37
Python
Vadim Ushakov, 2021-10-17 21:29:37

List of all supermethods of a class?

Interested in a link to a resource or a guide to all supermethods (analogue metamethods in lua). In particular, the method that is called when inheriting from a class is of interest, I forgot its name, but the reference book itself will not be superfluous.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2021-10-17
@Nightmare1

In python, this is called magic methods. All of them are described here .

R
rPman, 2021-10-17
@rPman

dir ?
check if an object is a function - callable

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question