🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "autoload"

Found 4 matching component(s)

  • class _state

    A global state management class that tracks and manages the state of running Panel applications, including server information, session data, busy status, and various application-level resources.

    File: /tf/active/vicechatdev/patches/state.py

    state-management global-state session-management server-management caching
  • function autoload_js_script

    Generates JavaScript code for autoloading a Bokeh document into a web page element, bundling necessary resources and creating render items for embedding.

    File: /tf/active/vicechatdev/patches/server.py

    bokeh embedding javascript autoload visualization
  • class SessionPrefixHandler

    A mixin class that provides a context manager for temporarily modifying URL prefix-related state variables during request handling in a Bokeh server application.

    File: /tf/active/vicechatdev/patches/server.py

    bokeh tornado request-handler context-manager url-handling
  • class AutoloadJsHandler

    A custom Tornado request handler that generates and serves the Bokeh autoload JavaScript chunk for embedding Bokeh applications in web pages.

    File: /tf/active/vicechatdev/patches/server.py

    tornado bokeh web-handler javascript autoload

Search Examples