🔍 Code Extractor

Search Components

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

Search Results for "networking"

Found 5 matching component(s)

  • function run_server

    Initializes and runs an asynchronous SMTP server with platform-specific event loop configuration and error handling.

    File: /tf/active/vicechatdev/email-forwarder/src/main.py

    server smtp asyncio event-loop windows-compatibility
  • class SMTPServer

    SMTPServer is a class that manages an SMTP server for receiving emails, handling their forwarding, and providing server statistics.

    File: /tf/active/vicechatdev/email-forwarder/src/forwarder/smtp_server.py

    smtp email server async networking
  • function run_smtp_server

    Initializes and runs an asynchronous SMTP server using a new event loop, with proper error handling and graceful shutdown.

    File: /tf/active/vicechatdev/email-forwarder/src/forwarder/smtp_server.py

    smtp email server async asyncio
  • function _server_url

    Constructs a properly formatted server URL by combining a base URL with a port number, handling both HTTP-prefixed and non-prefixed URLs.

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

    url-construction server-configuration networking bokeh web-server
  • function serve

    Serves one or more Panel objects on a single web server, allowing interactive dashboards and applications to be deployed locally or remotely with configurable networking and threading options.

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

    server deployment web-server panel dashboard

Search Examples