Skip to content

a FunctionType generic alias #133

Description

@KotlinIsland

that pretends to be Callable if not based

if BASEDMYPY_TYPE_CHECKING or not TYPE_CHECKING:
    FunctionType = _alias(types.FunctionType, 2)
else:
    FunctionType = Callable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions