Skip to content

Commit

Permalink
docs(pops): count and ids (#1238 #1276 #1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 17, 2024
1 parent 0eacabe commit a3f75d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openfisca_core/populations/_core_population.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ class CorePopulation:
"""

#: ???
#: The number :class:`.CoreEntity` members in the population.
count: int = 0

#: The :class:`.CoreEntity` of the population.
entity: t.CoreEntity

#: ???
#: A pseudo index for the members of the population.
ids: Sequence[str] = []

#: ???
#: The :class:`.Simulation` for which the population is calculated.
simulation: None | t.Simulation = None

def __init__(self, entity: t.CoreEntity, *__args: object, **__kwds: object) -> None:
Expand Down

0 comments on commit a3f75d6

Please sign in to comment.