| 789 | // Does nothing; provided for backwards compatibility. |
| 790 | PYBIND11_DEPRECATED("Use of error_already_set.clear() is deprecated") |
| 791 | void clear() {} |
| 792 | |
| 793 | /// Check if the currently trapped error type matches the given Python exception class (or a |
| 794 | /// subclass thereof). May also be passed a tuple to search for any exception class matches in |
nothing calls this directly
no outgoing calls
no test coverage detected