🔍 Code Extractor

Search Components

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

Search Results for "instantiation"

Found 15 matching component(s)

  • function create_document_detail

    Factory function that creates and initializes a DocumentDetail panel component, optionally loading a specific document by its UID.

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

    ui panel document-management factory-function controlled-documents
  • class FileCloudClient

    A client class for interacting with FileCloud server API, providing authentication, file management, folder creation, and file upload capabilities.

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

    filecloud file-management cloud-storage api-client file-upload
  • function get_llm_instance

    Factory function that creates and returns an appropriate LLM (Large Language Model) instance based on the specified model name, automatically detecting the provider (OpenAI, Azure OpenAI, or Anthropic) and configuring it with the given parameters.

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

    llm factory-pattern openai azure anthropic
  • 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
  • class SmartStatConfig

    Configuration class for SmartStat service that manages directory paths and API keys for various LLM providers integrated into Vice AI.

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

    configuration setup initialization directory-management api-keys
  • class Config

    Configuration class that manages application-wide settings, directory structures, API keys, and operational parameters for a statistical analysis application.

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

    configuration settings flask api-keys directory-management
  • function test_models_integration

    Integration test function that validates the import and instantiation of data models including SectionType, TextSection, DataAnalysisSession, AnalysisStatus, DataSource, and DataSourceType.

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

    testing integration-test models validation import-test
  • function register_model

    Registers a model class in a global registry dictionary, enabling dynamic model lookup and management. Can be used as a decorator or called directly.

    File: /tf/active/vicechatdev/CDocs/models/__init__.py

    registry decorator model-registration class-registration plugin-pattern
  • function add_approval_comment

    Adds a comment to an approval cycle for a controlled document, with support for threaded comments, different comment types, and automatic notifications to relevant stakeholders.

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

    approval comment document-management collaboration permissions
  • function add_review_comment

    Adds a comment to a document review cycle with support for threaded comments, different comment types, and location-based annotations.

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

    review comment document-management collaboration threaded-comments
  • function merge_pdfs

    Merges multiple PDF files into a single consolidated PDF document by delegating to a PDFManipulator instance.

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

    pdf merge combine document-processing file-manipulation
  • function get_pdf_generator

    Factory function that creates and initializes a PDFGenerator instance with registered fonts and optional custom style initialization, using a non-standard instantiation pattern to bypass __init__.

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

    pdf-generation factory-function reportlab initialization document-generation
  • function create_training_completion

    Factory function that instantiates and returns a TrainingCompletion object for managing training completion workflows in a document control system.

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

    factory-function training document-management controlled-documents training-completion
  • function create_training_management

    Factory function that instantiates and returns a TrainingManagement object with optional parent application and document UID parameters.

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

    factory-function training-management document-control instantiation wrapper
  • class Config_v1

    Configuration class that centralizes all application settings including Flask configuration, directory paths, API keys, LLM model settings, and statistical analysis parameters.

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

    configuration settings flask llm openai

Search Examples