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 - reportin the project.
- reportskore.EstimatorReport
- The report to associate with - keyin the project.
 
- Raises:
- TypeError
- If the combination of parameters are not valid.