Belle II Software development
|
basf2 (Belle II Analysis Software Framework) # Author: The Belle II Collaboration # # See git log for contributors and copyright holders. More...
Public Member Functions | |
def | __init__ (self, name, number) |
Public Attributes | |
name | |
The name of the store content. | |
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.
def __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 |
The name of the store content.
Definition at line 22 of file entities.py.
number |
The number of items in this store content.
Definition at line 24 of file entities.py.