()
| 404 | |
| 405 | |
| 406 | def _no_kw() -> exc.ArgumentError: |
| 407 | return exc.ArgumentError( |
| 408 | class="st">"Additional keyword arguments are not accepted by this " |
| 409 | class="st">"function/method. The presence of **kw is for pep-484 typing purposes" |
| 410 | ) |
| 411 | |
| 412 | |
| 413 | def _unexpected_kw(methname: str, kw: Dict[str, Any]) -> NoReturn: |
no outgoing calls
no test coverage detected