🔍 Code Extractor

Search Components

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

Search Results for "iterable"

Found 9 matching component(s)

  • class DocumentDetail_v1

    Document detail view component

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

    class documentdetail
  • function lzip

    A convenience wrapper around Python's built-in zip function that returns a list instead of an iterator.

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

    utility list zip iteration data-processing
  • function python2sort

    A sorting function that mimics Python 2's behavior of grouping incomparable types separately and sorting within each group, rather than raising a TypeError when comparing incompatible types.

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

    sorting python2-compatibility mixed-types heterogeneous-data type-safety
  • function one_to_one

    Validates whether a directed graph represents a one-to-one mapping by checking if each node maps to exactly one unique edge and vice versa.

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

    graph-theory validation mapping bijection one-to-one
  • function cross_index

    Efficiently indexes into a Cartesian product of iterables without materializing the full product, using a linear index to retrieve the corresponding tuple of values.

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

    cartesian-product indexing combinatorics memory-efficient itertools-alternative
  • class DocumentDetail_v3

    Document detail view component

    File: /tf/active/vicechatdev/CDocs single class/ui/document_detail.py

    class documentdetail
  • class PropertyDict

    A specialized dictionary subclass that treats None values and missing keys as semantically identical, automatically removing None values and returning None for missing keys instead of raising KeyError.

    File: /tf/active/vicechatdev/resources/py2html.py

    dictionary data-structure property-store key-value none-handling
  • class Node

    A Node class representing a graph node with labels and properties, designed to work with Neo4j graph databases. It extends PropertyDict to manage node properties and provides methods for label management and graph synchronization.

    File: /tf/active/vicechatdev/neo4j_driver/neo4j_objects.py

    graph-database neo4j node graph-node labels
  • class Subgraph

    A class representing a graph subgraph containing nodes and relationships, with support for set operations and graph binding/unbinding.

    File: /tf/active/vicechatdev/neo4j_driver/neo4j_objects.py

    graph subgraph nodes relationships set-operations

Search Examples