()
| 142 | |
| 143 | class Report: |
| 144 | def get_favicon(): |
| 145 | if not hasattr(encoded_images, "REPORT_FAVICON"): |
| 146 | encoded_images.REPORT_FAVICON = encoded_images.get_report_favicon() |
| 147 | return encoded_images.REPORT_FAVICON |
| 148 | LOCKFILE = Files.DOWNLOADS_FOLDER + "/htmlreport.lock" |
| 149 | |
| 150 |
no outgoing calls
no test coverage detected