Skip to content

common

fastmessage.common

CustomOutput dataclass

a result that contains the output device name to send the value to

InputDeviceName

Bases: str

a place holder class for input_device name

MultipleReturnValues

Bases: list

a value that indicates that multiple output values should be returned

OtherMethodOutput

OtherMethodOutput(method, **kwargs)

a result that contains the other method to send the result to

get_callable_name

get_callable_name(named_callable)

tries to return a callable name

Parameters:

Name Type Description Default
named_callable _CALLABLE_TYPE

the callable to get the name for

required

Returns:

Type Description
str

the name of the callable, or raises UnnamedCallableException