Skip to main content

has_callbacks

Function
This function is defined in the display module.
Check if callbacks are registered for a display type

Signature

def has_callbacks(display_type: DisplayType) -> bool

Parameters

display_type
DisplayType
required
No description available.

Returns

Returns
bool
The result of the operation.

Uses

  • read
  • contains_key

Source

View on GitHub

praisonai/src/display.rs at line 568