that pretends to be `Callable` if not based ```py if BASEDMYPY_TYPE_CHECKING or not TYPE_CHECKING: FunctionType = _alias(types.FunctionType, 2) else: FunctionType = Callable ```
that pretends to be
Callableif not based