🔍 Code Extractor

Browse Components

Showing 20 of 2143 components

  • class Subgraph

    A class representing a graph subgraph containing nodes and relationships, with support for set operations and graph binding/unbinding.

    File: /tf/active/vicechatdev/neo4j_driver/neo4j_objects.py | Lines: 393-459

    graph subgraph nodes relationships set-operations
  • class Relationship

    A class representing a graph relationship between two nodes, wrapping a _Relationship object with start and end Node objects.

    File: /tf/active/vicechatdev/neo4j_driver/neo4j_objects.py | Lines: 291-390

    graph relationship edge neo4j database
  • class _Relationship

    A class representing a graph relationship (edge) with labels, properties, and an optional element ID, inheriting from PropertyDict to manage key-value properties.

    File: /tf/active/vicechatdev/neo4j_driver/neo4j_objects.py | Lines: 240-289

    graph-database relationship edge property-graph data-structure
  • class Node

    A Node class representing a graph node with labels and properties, designed to work with Neo4j graph databases. It extends PropertyDict to manage node properties and provides methods for label management and graph synchronization.

    File: /tf/active/vicechatdev/neo4j_driver/neo4j_objects.py | Lines: 97-238

    graph-database neo4j node graph-node labels
  • class Graph

    A Graph class that provides an interface for interacting with a Neo4j graph database, supporting CRUD operations on nodes and relationships through Cypher queries.

    File: /tf/active/vicechatdev/neo4j_driver/neo4j_driver.py | Lines: 92-328

    neo4j graph-database database-interface cypher nodes
  • class ResultWrapper

    ResultWrapper is a tuple subclass that wraps Cypher query results from Neo4j, providing methods to convert results into various formats including Node/Relationship objects, DataFrames, dictionaries, and Subgraphs.

    File: /tf/active/vicechatdev/neo4j_driver/neo4j_driver.py | Lines: 8-90

    neo4j graph-database cypher query-results data-conversion
  • class RemarkableUploadManager_v1

    Manages uploads to reMarkable cloud

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/upload_manager_old.py | Lines: 32-665

    class remarkableuploadmanager
  • function test_quick_upload_v1

    A test function that performs a quick upload of a PDF document to a reMarkable tablet without performing a full synchronization.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/quick_upload_test.py | Lines: 9-49

    testing pdf-upload remarkable integration-test file-upload
  • function main_v67

    Demo function that showcases the reMarkable upload functionality by authenticating a user session and initializing an upload manager with available operations menu.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/upload_manager.py | Lines: 1128-1153

    demo authentication remarkable upload-manager initialization
  • function main_v117

    Initializes a TCP messenger client and sends a job to a server queue for processing graph-related tasks with specified label types and language settings.

    File: /tf/active/vicechatdev/resources/printclient.py | Lines: 142-144

    tcp-client messaging job-submission print-client queue
  • function main_v116

    Command-line interface function that parses arguments and sends a test email through an SMTP forwarder service, displaying connection details and returning an exit code based on success.

    File: /tf/active/vicechatdev/email-forwarder/send_test_email.py | Lines: 40-68

    cli email smtp testing command-line
  • function main_v115

    A debugging utility function that analyzes and displays execution tracking information for a specific session in a statistical analysis service.

    File: /tf/active/vicechatdev/full_smartstat/debug_execution_tracking.py | Lines: 9-35

    debugging diagnostics session-tracking execution-analysis database-inspection
  • function main_v114

    Test runner function that executes a suite of regional format handling tests for CSV parsing, including European and US number formats with various delimiters.

    File: /tf/active/vicechatdev/vice_ai/test_regional_formats.py | Lines: 186-210

    testing csv-parsing regional-formats test-runner data-validation
  • function main_v113

    Analyzes and compares .content files for PDF documents stored in reMarkable cloud storage, identifying differences between working and non-working documents.

    File: /tf/active/vicechatdev/e-ink-llm/cloudtest/analyze_content_files.py | Lines: 6-118

    remarkable cloud-storage pdf-analysis debugging api-client
  • function main_v112

    Entry point function that parses command-line arguments to fix file timestamps by setting them to the oldest date found, either for a single file or recursively through a directory.

    File: /tf/active/vicechatdev/mailsearch/fix_file_dates.py | Lines: 165-238

    cli command-line argparse file-processing timestamp-management
  • function main_v111

    A cleanup utility function that removes virtual environment directories from all SmartStat sessions while preserving project files, reporting disk space freed and cleanup statistics.

    File: /tf/active/vicechatdev/vice_ai/run_full_cleanup.py | Lines: 12-55

    cleanup maintenance disk-space virtual-environment venv
  • function main_v110

    A test function that validates the cleanup functionality of virtual environments in project directories by testing on a specific session, measuring disk space before/after cleanup, and verifying that important files are preserved.

    File: /tf/active/vicechatdev/vice_ai/test_cleanup.py | Lines: 12-86

    testing cleanup virtual-environment venv disk-space
  • function main_v109

    A test harness function that validates the ability to open and process PowerPoint and Word document files, with fallback to LibreOffice conversion for problematic files.

    File: /tf/active/vicechatdev/docchat/test_problematic_files.py | Lines: 161-211

    testing document-processing file-validation powerpoint word
  • function main_v108

    Entry point function that instantiates an ImprovedProjectVictoriaGenerator and executes its complete pipeline to generate disclosure documents.

    File: /tf/active/vicechatdev/improved_project_victoria_generator.py | Lines: 789-793

    entry-point main-function disclosure-generation RAG document-generation
  • function main_v107

    Demonstrates the SmartStat SQL Workflow by loading a database schema, initializing a SQL query generator, and generating SQL queries from natural language requests for various laboratory data analysis scenarios.

    File: /tf/active/vicechatdev/smartstat/demo_sql_workflow.py | Lines: 13-74

    demonstration sql-generation natural-language-processing database-schema workflow