Callable object Page

Callable object



Return to Python glossary, Python lingo, Python

Python callable object - "An object that can be invoked with the call operator (), to return a result or to perform some action. There are nine flavors of callable objects in Python: user-defined functions, built-in functions, built-in methods, instance methods, generator functions, asynchronous generator functions, coroutines, classes, and instances of classes that implement the __call__ special method." (FlntPy 2022)


"callable object - one whose type has one or more call operators; such an object can be invoked as if it were a function. Function static ’11 (70), Lambda Captures (994)" (EMCppSfe 2021)

Fair Use Sources


Fair Use Sources:
* B09WZJMMJP (FlntPy 2022)

{{navbar_python}}

{{navbar_footer}}