🔍 Code Extractor

Search Components

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

Search Results for "scalar"

Found 7 matching component(s)

  • function evaluate_query

    Executes a Cypher query against a Neo4j database session and returns the first value from a single result record.

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

    neo4j cypher database graph-database query-execution
  • function isscalar

    Checks if a value is a scalar type, None, or a datetime-related type.

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

    validation type-checking scalar datetime numpy
  • function isfinite

    Extended version of numpy.isfinite that handles additional data types including None, strings, datetime objects, masked arrays, and dask arrays.

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

    validation data-processing numpy pandas dask
  • function isdatetime

    Determines whether a given value (array or scalar) is a recognized datetime type, checking both NumPy datetime64 arrays and Python datetime objects.

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

    datetime type-checking validation numpy temporal-data
  • function is_float

    A type-checking utility function that determines whether a given object is a floating-point scalar value, supporting both Python's native float type and NumPy floating-point types.

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

    type-checking validation float numpy scalar
  • function numpy_scalar_to_python

    Converts NumPy scalar types to their equivalent native Python types (float or int), returning the original value if it's not a NumPy numeric scalar.

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

    numpy type-conversion scalar data-processing utility
  • 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