Project.put#
- Project.put(key, report)[source]#
Put a key-report pair to the project.
If the key already exists, its last report is modified to point to this new report, while keeping track of the report history.
- Parameters:
- keystr
The key to associate with
report
in the project.- reportskore.EstimatorReport
The report to associate with
key
in the project.
- Raises:
- TypeError
If the combination of parameters are not valid.