Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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