🔍 Code Extractor

Search Components

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

Search Results for "introspection"

Found 20 matching component(s)

  • function generate_neo4j_schema_report

    Generates a comprehensive schema report of a Neo4j graph database, including node labels, relationships, properties, constraints, indexes, and sample data, outputting multiple file formats (JSON, HTML, Python snippets, Cypher examples).

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

    neo4j graph-database schema-analysis database-introspection documentation-generation
  • function extract_excel_metadata

    Extracts comprehensive metadata from Excel files including cell comments, merged regions, named ranges, document properties, and sheet-level information that standard pandas operations miss.

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

    excel metadata openpyxl data-extraction spreadsheet
  • function check_rag_config

    Diagnostic function that inspects and reports configuration details of a hybrid RAG (Retrieval-Augmented Generation) engine module, including model settings and class attributes.

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

    diagnostic introspection configuration RAG debugging
  • function get_all_model_classes

    Retrieves a copy of the internal model registry containing all registered model classes mapped by their names.

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

    registry model-discovery introspection metadata BaseModel
  • function get_node_labels

    Retrieves all non-private attributes from the NodeLabels class as a dictionary, filtering out attributes that start with underscore.

    File: /tf/active/vicechatdev/CDocs/db/schema_manager.py

    graph-database neo4j constants metadata node-labels
  • function get_relationship_types

    Retrieves a dictionary of relationship type constants from the RelTypes class, filtering out private attributes that start with underscore.

    File: /tf/active/vicechatdev/CDocs/db/schema_manager.py

    introspection reflection constants relationship-types graph-database
  • class TableInfo

    A dataclass that encapsulates comprehensive metadata about a database table, including schema information, columns, keys, and data quality metrics.

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

    dataclass database metadata schema table-info
  • function get_database_schema

    Flask route handler that retrieves and returns comprehensive database schema information, including tables, columns, relationships, and statistics.

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

    flask api-endpoint database schema metadata
  • function get_database_schema_viewer

    Flask route handler that retrieves and formats detailed database schema information from a discovered schema stored in the Flask app object, returning it as JSON for visualization purposes.

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

    flask api-endpoint database-schema metadata visualization
  • class DatabaseSchema

    A dataclass that represents comprehensive database schema information, including table structures, columns, relationships, and categorizations for SQL database introspection and query generation.

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

    database schema metadata introspection SQL
  • function tree_attribute

    A predicate function that determines if an identifier string represents a custom attribute in AttrTrees by checking if it starts with a capitalized character or underscore.

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

    predicate validation naming-convention attribute-filtering introspection
  • function argspec

    Extracts and normalizes function argument specifications from various callable types, removing implicit 'self' or 'cls' parameters from methods.

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

    introspection reflection function-analysis argument-specification callable
  • function validate_dynamic_argspec

    Validates that a callback function has an appropriate signature to work with DynamicMap by checking its arguments against key dimensions (kdims) and stream parameters.

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

    validation signature-checking callback-validation argument-inspection dynamic-mapping
  • function callable_name

    Extracts and returns a meaningful string name from various types of callable objects including functions, methods, classes, generators, and partial functions.

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

    callable introspection reflection name-extraction utility
  • function get_method_owner

    Extracts and returns the instance object that owns a given bound method, handling both regular methods and partial functions.

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

    introspection method bound-method partial reflection
  • function is_param_method

    Checks whether an object is a method on a Parameterized object, with optional verification of parameter dependencies.

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

    param parameterized introspection method-checking dependencies
  • function stream_parameters

    Extracts and flattens parameter names from a list of stream objects, with optional duplicate detection and parameter exclusion.

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

    streams parameters introspection validation duplicate-detection
  • function dimensioned_streams

    Filters and returns streams from a DynamicMap that have parameters matching the DynamicMap's key dimensions.

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

    holoviews streams dynamicmap dimensions filtering
  • class Callable

    Callable is a wrapper class for callback functions used with DynamicMaps, providing memoization, stream management, and input/output tracking capabilities.

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

    callback wrapper memoization caching dynamic-visualization
  • class Generator

    Generator is a specialized Callable wrapper class that wraps Python generator objects, providing controlled iteration with no arguments and no memoization.

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

    generator callable iterator wrapper param

Search Examples