Primary
__call__() ⚬|Documentation|1st|20260110191350-00-⌔
3. Data model — Python 3 documentation#object.call
object.__call__(self[, args...])Called when the instance is “called” as a function; if this method is defined,
x(arg1, arg2,...)roughly translates totype(x).__call__(x, arg1,...). Theobjectclass itself does not provide this method.Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •