🔍 Code Extractor

Search Components

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

Search Results for "utilities"

Found 26 matching component(s)

  • class DocumentDetail

    Document detail view component

    File: /tf/active/vicechatdev/document_detail_backup.py

    class documentdetail
  • class DocumentDetail_v1

    Document detail view component

    File: /tf/active/vicechatdev/document_detail_old.py

    class documentdetail
  • function tail_logs

    Reads and displays the last N lines from a specified log file, with error handling for missing files and read failures.

    File: /tf/active/vicechatdev/SPFCsync/monitor.py

    logging file-reading tail log-viewer debugging
  • function create_test_file_v1

    Creates a temporary test file with specified content and filename in a temporary directory.

    File: /tf/active/vicechatdev/SPFCsync/test_upload_modalities.py

    testing file-creation temporary-files test-utilities file-operations
  • function create_test_document

    Creates a text file at the specified path with the given content, primarily used for testing purposes.

    File: /tf/active/vicechatdev/docchat/test_incremental_indexing.py

    testing file-creation test-utilities file-io document-creation
  • function modify_test_document

    Modifies the content of a test document file by writing new content to it, with a built-in delay to ensure the file's modification time changes.

    File: /tf/active/vicechatdev/docchat/test_incremental_indexing.py

    testing file-operations file-modification test-utilities mtime
  • function setup_test_logging

    Configures Python logging with both console and file output for test execution, returning a logger instance for the calling module.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_local_document.py

    logging testing configuration setup file-output
  • function setup_test_logging_v1

    Configures Python logging for test environments with both console and file output handlers.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_single_document.py

    logging testing configuration file-output console-output
  • function setup_logging_v4

    Configures Python's logging system for testing purposes with both console and file output.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_implementation.py

    logging testing configuration setup file-logging
  • function setup_test_logging_v2

    Configures Python logging for test execution with both console and file output handlers.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_missing_end_dates.py

    logging testing configuration file-output console-output
  • function setup_test_logging_v3

    Configures Python logging with both console and file output for test execution, returning a logger instance for the calling module.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_ocr_retry.py

    logging testing configuration setup debugging
  • function setup_test_logging_v4

    Configures Python logging with both console and file output for test execution, returning a logger instance for the calling module.

    File: /tf/active/vicechatdev/contract_validity_analyzer/test_simulated_document.py

    logging testing configuration setup file-output
  • function hash_cleaner

    A pytest fixture that instantiates and returns a HashCleaner object for use in test cases.

    File: /tf/active/vicechatdev/chromadb-cleanup/tests/test_hash_cleaner.py

    pytest fixture testing hash cleaner
  • function main_v53

    A command-line interface (CLI) entry point that parses command-line arguments and dispatches to various development tool functions for managing browser cache, static files, and debug endpoints.

    File: /tf/active/vicechatdev/vice_ai/dev_tools.py

    cli command-line development-tools menu dispatcher
  • function inject_cache_buster

    Flask context processor that injects cache busting variables into all Jinja2 templates to prevent browser caching of static assets.

    File: /tf/active/vicechatdev/vice_ai/complex_app.py

    flask context-processor cache-busting template-injection static-assets
  • function test_markdown_processing

    A test function that validates markdown processing capabilities by testing content parsing, element extraction, and HTML conversion functionality.

    File: /tf/active/vicechatdev/vice_ai/test_markdown.py

    testing markdown html-conversion text-processing unit-test
  • class DocumentService

    Service class for managing Document entities, including creation, retrieval, section management, versioning, and duplication operations.

    File: /tf/active/vicechatdev/vice_ai/services.py

    document-management service-layer crud-operations versioning section-management
  • class PDFManipulator

    Manipulates existing PDF documents This class provides methods to add watermarks, merge PDFs, extract pages, and perform other manipulation operations.

    File: /tf/active/vicechatdev/CDocs/utils/pdf_utils.py

    class pdfmanipulator
  • class ControlledDocumentConverter

    A comprehensive document converter class that transforms controlled documents into archived PDFs with signature pages, audit trails, hash-based integrity verification, and PDF/A compliance for long-term archival.

    File: /tf/active/vicechatdev/CDocs/utils/document_converter.py

    document-conversion pdf-generation audit-trail document-control archival
  • class DocumentDetail_v2

    Document detail view component

    File: /tf/active/vicechatdev/CDocs/ui/document_detail.py

    class documentdetail
  • function test_imports

    A diagnostic function that tests the availability and correct import of all critical project modules including configuration, logging utilities, and email forwarding components.

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

    testing diagnostics imports health-check validation
  • 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 _origin_url

    Removes the protocol scheme (http/https) from a URL string, returning only the domain and path portion.

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

    url-processing string-manipulation protocol-removal url-normalization web-utilities
  • function resolve_dependent_kwargs

    Resolves parameter dependencies in a dictionary by evaluating dependent parameter values, Parameterized instance methods, and parameterized functions.

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

    parameter-resolution dependency-resolution parameterized param dictionary-processing
  • class TestLoggingUtils

    Unit test class for testing logging utilities including InvoiceExtractionLogger, PerformanceLogger, and get_logger function.

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

    testing unit-test logging unittest invoice-extraction
  • function create_node

    Creates a node in a Neo4j graph database with a specified label and properties, automatically generating a UID and timestamp if not provided.

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

    neo4j graph-database node-creation database cypher

Search Examples