PITCalc.groups#

property PITCalc.groups: set[tuple[str, str]]#

The groups the node is part of.

The groups are defined as a set of tuples, each of which consists of the group name and the key of the node in the group, e.g.:

{
    ("group1", "key_in_group1"),
    ("group2", "key_in_group2"),
}
Return type

set[tuple[str, str]]