(self, path: str, username: str, password: str)
| 166 | yield cb_wrapper |
| 167 | |
| 168 | def set_auth(self, path: str, username: str, password: str) -> None: |
| 169 | self.auth[path] = (username, password) |
| 170 | |
| 171 | def set_csp(self, path: str, value: str) -> None: |
| 172 | self.csp[path] = value |
nothing calls this directly
no outgoing calls
no test coverage detected