Core

Collection of general helper methods

Typing


source

AnyCallable

 AnyCallable (*args, **kwargs)

Generic interface for an object with a call operator that takes any number of arguments (both positional and named) and returns the type T

Build library