🔍 Code Extractor

Search Components

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

Search Results for "isolation"

Found 6 matching component(s)

  • function test_upload

    Flask route handler that serves a static HTML test page for debugging multiple file upload functionality.

    File: /tf/active/vicechatdev/leexi/app.py

    flask route file-upload testing debugging
  • function get_user_session_key

    Generates a user-specific session key by combining user ID and session ID when authentication is required, or returns just the session ID otherwise.

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

    session-management authentication user-session key-generation session-key
  • class ScriptExecutor

    A sandboxed Python script executor that safely runs user-provided Python code with timeout controls, security restrictions, and isolated execution environments for data analysis tasks.

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

    sandbox script-execution security code-validation data-analysis
  • function get_user_data_sections

    Flask API endpoint that retrieves all data sections associated with a specific user, enforcing access control to ensure users can only access their own data sections.

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

    flask api rest authentication authorization
  • class ScriptExecutor_v1

    A sandboxed Python script executor that safely runs user-provided Python code with timeout controls, security restrictions, and isolated execution environments for data analysis tasks.

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

    sandbox security script-execution code-execution timeout
  • function check_virtual_env

    Detects whether the Python interpreter is running inside a virtual environment by checking system attributes.

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

    virtual-environment environment-detection venv virtualenv system-check

Search Examples