ElementsConverter.__call__

ElementsConverter.__call__(*args, **kwargs)[source]

Extract the (address table, feature table) pair for this class of hyper-edges.

All arguments are forwarded verbatim to _get_table().

Returns:

The address table (columns port_list, or None) and the feature table (columns feature_list, or None); both share the same row order, one row per hyper-edge.

Return type:

tuple[DataFrame | None, DataFrame | None]