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.

clear_display_callbacks

Function
This function is defined in the display module.
Clear all callbacks for a display type

Signature

def clear_display_callbacks(display_type: DisplayType) -> ()

Parameters

display_type
DisplayType
required
No description available.

Returns

Returns
()
The result of the operation.

Uses

  • write
  • remove

Source

View on GitHub

praisonai/src/display.rs at line 347

Rust Display

Rust Output