callable

Python Language Primaries - Callable.

If a class defines the __call__() method, its instance calls a callabe object. Any python expression which points to a callabe class can use obj() format to call the __call__() class method.

Author:

JLDP

Version:

2023.12.05.1

Classes

TestCallable

Python Callable Test Class.