### Summary The class `matplotlib.backend_bases.LocationEvent` has the attribute `modifiers`, but it is missing in the corresponding type stubs. ### Proposed fix Add `modifiers: frozenset[str]` to the type stub.