🔍 Code Extractor

Search Components

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

Search Results for "specification"

Found 14 matching component(s)

  • function clean_text_for_xml

    Sanitizes text by removing or replacing XML-incompatible characters to ensure compatibility with Word document XML structure.

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

    text-processing xml sanitization word-documents character-encoding
  • function clean_text_for_xml_v1

    Sanitizes text strings to ensure XML 1.0 compatibility by removing or replacing invalid control characters and ensuring all characters meet XML specification requirements for Word document generation.

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

    text-processing xml sanitization data-cleaning word-documents
  • function get_instruction_templates

    Flask API endpoint that returns a dictionary of predefined instruction templates for different document types including SOPs, work instructions, quality forms, and document comparison guidelines.

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

    flask api endpoint templates instructions
  • function clean_for_json_v1

    Recursively traverses nested data structures (dicts, lists) and replaces NaN and Infinity float values with None to ensure JSON serialization compatibility.

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

    json serialization data-cleaning nan-handling infinity-handling
  • class AnalysisRequest

    A dataclass that encapsulates an analysis request combining data retrieval requirements and statistical analysis specifications.

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

    dataclass analysis request data-retrieval statistical-analysis
  • 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 match_spec

    Matches an element's type, group, and label against a hierarchical specification dictionary, returning the most specific matching value.

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

    matching specification hierarchical-lookup configuration element-matching
  • function get_overlay_spec

    Constructs a specification tuple for an Element within an Overlay by combining the element's type name, group, label, and key dimensions.

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

    overlay specification element-identification data-structure tuple-construction
  • function layer_groups

    Groups elements from an ordering list into a dictionary based on a slice of each element's specification, using the first 'length' items as the grouping key.

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

    grouping data-organization layer-management hierarchical-structure dictionary
  • function get_spec

    Extracts a specification tuple from a labeled data object, consisting of the class name, group, and label attributes.

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

    metadata specification data-object identification holoviews
  • function closest_match

    Recursively finds the closest matching specification from a list of specs by comparing hierarchical keys (type, group, label, overlay) with a target match pattern.

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

    matching recursive hierarchical specification pattern-matching
  • class HoloMap

    HoloMap is an n-dimensional mapping container that stores viewable elements or overlays indexed by tuple keys along declared key dimensions, enabling interactive exploration through widgets.

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

    visualization mapping multi-dimensional interactive container
  • 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 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

Search Examples