🔍 Code Extractor

Search Components

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

Search Results for "synchronous"

Found 6 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 run_query_v2

    Executes a Cypher query against a Neo4j graph database and returns the results as a list of dictionaries.

    File: /tf/active/vicechatdev/neo4j_schema/neo4j_python_snippets.py

    neo4j graph-database cypher database-query data-retrieval
  • function get_client

    Asynchronous singleton factory function that retrieves or initializes a global Client instance with optional device registration prompting.

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

    singleton factory async client-management initialization
  • function register_device

    Asynchronously registers a device using a provided registration code by delegating to the client's register_device method.

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

    device-registration authentication async client-wrapper device-pairing
  • class Document_v1

    Document class represents a reMarkable document file, extending the Item class to provide document-specific operations like content extraction, uploading, and rendering with annotations.

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

    document remarkable pdf epub annotation
  • function add_sync

    A decorator that creates a synchronous wrapper function for an async function, automatically running it with trio.run() and injecting it into the caller's namespace with a suffix.

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

    decorator async sync trio wrapper

Search Examples