june.groups.group.supergroup.Supergroup

class june.groups.group.supergroup.Supergroup(members)

A group containing a collection of groups of the same specification, like households, carehomes, etc. This class is meant to be used as template to inherit from, and it integrates basic functionality like iteration, etc. It also includes a method to delete information about people in the groups.

__init__(members)

Initialize self. See help(type(self)) for accurate signature.

_make_member_ids_dict(members)

Makes a dictionary with the ids of the members.

add(group)
clear()
classmethod for_box_mode()
classmethod for_geography()
classmethod from_file()
get_from_id(id)
get_spec() → str

Returns the speciailization of the super group.

property group_spec
property member_ids