(self, username=None, password=None)
| 281 | auth_parse = auth_parse_param |
| 282 | |
| 283 | def get_auth(self, username=None, password=None): |
| 284 | return basic_auth(header=f'{header}==') |
| 285 | |
| 286 | plugin_manager.register(Plugin) |
| 287 |
nothing calls this directly
no test coverage detected