🔍 Code Extractor

Search Components

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

Search Results for "convenience"

Found 15 matching component(s)

  • class MetadataCatalog

    Helper class to manage FileCloud metadata sets and attributes. This class provides methods to work with FileCloud metadata by providing a more user-friendly interface on top of the raw API.

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

    class metadatacatalog
  • function get_logger_v1

    A wrapper function that retrieves a logger instance from Python's logging module with the specified name.

    File: /tf/active/vicechatdev/contract_validity_analyzer/utils/logging_utils.py

    logging logger wrapper utility debugging
  • function get_approval_v1

    A convenience wrapper function that retrieves approval cycle details by delegating to get_approval_cycle with the same parameters.

    File: /tf/active/vicechatdev/CDocs/controllers/approval_controller_bis.py

    approval approval-cycle document-management workflow convenience-function
  • function log_version_event

    A convenience wrapper function that logs audit events specifically for document version operations by delegating to a generic log_event function with the resource_type fixed as 'DocumentVersion'.

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

    audit logging document-version event-tracking audit-trail
  • function log_review_event

    A convenience wrapper function that logs audit events specifically for review cycle operations by delegating to a generic log_event function with the resource_type pre-set to 'ReviewCycle'.

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

    audit logging review-cycle event-tracking audit-trail
  • function log_approval_event

    A convenience wrapper function that logs approval-related events by delegating to a generic log_event function with the resource_type fixed as 'Approval'.

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

    audit-trail logging approval-workflow event-tracking database
  • function load_connection_config

    Loads database connection configuration from a specified configuration file and returns a ConnectionConfig object.

    File: /tf/active/vicechatdev/full_smartstat/sql_query_generator.py

    configuration database connection file-loading initialization
  • function lzip

    A convenience wrapper around Python's built-in zip function that returns a list instead of an iterator.

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

    utility list zip iteration data-processing
  • class ApprovalController

    Controller for managing document approval processes.

    File: /tf/active/vicechatdev/CDocs single class/controllers/approval_controller.py

    class approvalcontroller
  • class ReviewController

    Controller for managing document review processes.

    File: /tf/active/vicechatdev/CDocs single class/controllers/review_controller.py

    class reviewcontroller
  • class DocumentDashboard_v1

    Dashboard for viewing and managing controlled documents.

    File: /tf/active/vicechatdev/CDocs single class/ui/document_dashboard.py

    class documentdashboard
  • function detect_session_from_file

    Detects session information from a file by analyzing its content (for PDFs) or filename, returning structured session metadata if found.

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

    session-detection file-analysis pdf-processing metadata-extraction document-parsing
  • function process_multi_page_pdf

    A convenience wrapper function that processes multi-page PDF files and extracts analysis data from each page along with document metadata.

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

    pdf-processing document-analysis multi-page file-processing content-extraction
  • function authenticate_remarkable

    A convenience wrapper function that creates a RemarkableAuth instance and performs authentication to obtain a user token for the reMarkable cloud service.

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

    authentication remarkable cloud-service token api
  • function get_authenticated_session

    Creates and returns an authenticated requests session for the Remarkable API by instantiating a RemarkableAuth object and calling its authentication method.

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

    authentication http-session api-client remarkable requests

Search Examples