MCPcopy Create free account
hub / github.com/easy-graph/Easy-Graph / num_e_of_group

Method num_e_of_group

easygraph/classes/hypergraph.py:509–515  ·  view source on GitHub ↗

r"""Return the number of hyperedges of the specified hyperedge group. Args: ``group_name`` (``str``): The name of the specified hyperedge group.

(self, group_name: str)

Source from the content-addressed store, hash-verified

507 return super().num_e
508
509 def num_e_of_group(self, group_name: str) -> int:
510 r"""Return the number of hyperedges of the specified hyperedge group.
511
512 Args:
513 ``group_name`` (``str``): The name of the specified hyperedge group.
514 """
515 return super().num_e_of_group(group_name)
516
517 @property
518 def deg_v(self) -> List[int]:

Callers 4

N_eMethod · 0.95
N_vMethod · 0.95
N_v_of_groupMethod · 0.95
v2e_update_of_groupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected