🔍 Code Extractor

Search Components

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

Search Results for "convenience"

Found 8 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

Search Examples