🔍 Code Extractor

Search Components

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

Search Results for "generators"

Found 7 matching component(s)

  • function process_inline_markdown

    Processes inline markdown formatting by unescaping HTML entities in text. Currently performs basic cleanup while preserving markdown syntax for downstream processing.

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

    markdown text-processing html-entities preprocessing formatting
  • class SectionType

    An enumeration class that defines the types of sections that can be added to documents, providing standardized section type identifiers.

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

    enum enumeration document section type-definition
  • 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 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
  • 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
  • class DynamicMap

    A DynamicMap is a type of HoloMap where the elements are dynamically generated by a callable. The callable is invoked with values associated with the key dimensions or with values supplied by stream parameters.

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

    class dynamicmap
  • class GraphicsGenerator

    GraphicsGenerator is a coordinator class that orchestrates the generation of different types of graphics (charts, diagrams, illustrations, and sketches) by delegating to specialized generator classes.

    File: /tf/active/vicechatdev/e-ink-llm/graphics_generator.py

    graphics visualization coordinator async chart-generation

Search Examples