basf2 (Belle II Analysis Software Framework) # Author: The Belle II Collaboration # # See git log for contributors and copyright holders. More...
Public Member Functions | |
__init__ (self, name, number) | |
Public Attributes | |
name = name | |
The name of the store content. | |
number = number | |
The number of items in this store content. | |
basf2 (Belle II Analysis Software Framework) # Author: The Belle II Collaboration # # See git log for contributors and copyright holders.
# This file is licensed under LGPL-3.0, see LICENSE.md. #
Data class for an entry in a store content list.
Definition at line 8 of file entities.py.
__init__ | ( | self, | |
name, | |||
number ) |
Create a new entry in a Store Content List. Parameters: name: The name of the store content. number: The number of items in this store content.
Definition at line 13 of file entities.py.
name = name |
The name of the store content.
Definition at line 22 of file entities.py.
number = number |
The number of items in this store content.
Definition at line 24 of file entities.py.