Skip to main content

activate

No overview available.

def activate(
x: Any
) - > None

Activates a given input or component, though currently returns no value.

Parameters

NameTypeDescription
xAnyThe target object or value to be activated.

Returns

TypeDescription
NoneAlways returns None regardless of the input provided.