🔍 Code Extractor

Search Components

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

Search Results for "network"

Found 15 matching component(s)

  • function download_model

    Downloads a model file from a specified URL and saves it to a local file path using HTTP GET request.

    File: /tf/active/vicechatdev/chromadb-cleanup/scripts/download_model.py

    download http file-io model-management network
  • function get_related_nodes

    Retrieves nodes from a Neo4j graph database that are related to a source node identified by its UID, with optional filtering by relationship type, target node label, and relationship direction.

    File: /tf/active/vicechatdev/CDocs/db/db_operations.py

    neo4j graph-database relationships traversal query
  • function check_port_listening

    Checks if TCP port 2525 on localhost (127.0.0.1) is actively listening and accepting connections.

    File: /tf/active/vicechatdev/email-forwarder/service_status.py

    network port-checking socket health-check smtp
  • function test_smtp_basic

    Tests basic SMTP server connectivity by attempting to establish a connection to a local SMTP server on port 2525 and performing an EHLO handshake.

    File: /tf/active/vicechatdev/email-forwarder/service_status.py

    smtp testing network connectivity email
  • function send_test_email

    Sends a test email via SMTP to verify email forwarding service functionality, creating a MIME multipart message with customizable sender, recipient, subject, and body content.

    File: /tf/active/vicechatdev/email-forwarder/send_test_email.py

    email smtp testing mail-sending email-forwarding
  • function check_port

    Checks if a specific port on a given host is open and accepting TCP connections.

    File: /tf/active/vicechatdev/email-forwarder/check_service.py

    network port-scanning connectivity tcp socket
  • function test_smtp_connection

    Tests the SMTP connection to a local email forwarder service running on port 2525 by establishing a connection and performing an EHLO handshake.

    File: /tf/active/vicechatdev/email-forwarder/test_e2e.py

    smtp email connection-test health-check network
  • class MockLLMClient

    A mock implementation of an LLM client designed for testing extractor components without making actual API calls to language models.

    File: /tf/active/vicechatdev/invoice_extraction/tests/test_extractors.py

    testing mock llm unit-test test-double
  • function unpack

    Reads binary data from a stream and unpacks it according to a specified struct format string.

    File: /tf/active/vicechatdev/rmcl/zipdir.py

    binary-data struct unpacking serialization deserialization
  • function test_basic_functionality

    A test function that validates the initialization of three core components (GraphicsGenerator, HybridResponseHandler, and HybridPDFGenerator) without making actual API calls.

    File: /tf/active/vicechatdev/e-ink-llm/test_hybrid_mode.py

    testing smoke-test initialization validation unit-test
  • class DiagramGenerator

    A class that generates various types of diagrams including flowcharts, process flows, and network diagrams using matplotlib and networkx, returning base64-encoded PNG images.

    File: /tf/active/vicechatdev/e-ink-llm/graphics_generator.py

    diagram-generation visualization flowchart network-diagram matplotlib
  • class DryRunUploadComparison

    A diagnostic class that compares a custom PDF upload implementation against real reMarkable app behavior by analyzing captured network logs without making actual API calls.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/dry_run_comparison.py

    testing validation remarkable-tablet pdf-upload api-comparison
  • function logged_request

    A method that intercepts and logs HTTP requests made to the reMarkable API, capturing request/response details including headers, body content, and response data for debugging purposes.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_uploads.py

    http logging debugging requests api-monitoring
  • function logged_request_v2

    A wrapper function that logs HTTP requests and responses for debugging and analysis purposes, capturing request details, response status, and body content.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/test_real_app_upload.py

    http logging debugging requests monitoring
  • class RemarkableConfig

    A dataclass that stores configuration constants for interacting with the reMarkable cloud API, including API endpoints and local file paths for device tokens.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/auth.py

    configuration dataclass remarkable cloud-api authentication

Search Examples