remove venv
This commit is contained in:
parent
056387013d
commit
0680c7594e
13999 changed files with 0 additions and 2895688 deletions
|
|
@ -1,31 +0,0 @@
|
|||
from typing import Any, Literal
|
||||
|
||||
from matplotlib.axes import Axes
|
||||
from matplotlib.backend_bases import Event, MouseButton
|
||||
from matplotlib.widgets import AxesWidget, Widget
|
||||
|
||||
def get_ax() -> Axes: ...
|
||||
def noop(*args: Any, **kwargs: Any) -> None: ...
|
||||
def mock_event(
|
||||
ax: Axes,
|
||||
button: MouseButton | int | Literal["up", "down"] | None = ...,
|
||||
xdata: float = ...,
|
||||
ydata: float = ...,
|
||||
key: str | None = ...,
|
||||
step: int = ...,
|
||||
) -> Event: ...
|
||||
def do_event(
|
||||
tool: AxesWidget,
|
||||
etype: str,
|
||||
button: MouseButton | int | Literal["up", "down"] | None = ...,
|
||||
xdata: float = ...,
|
||||
ydata: float = ...,
|
||||
key: str | None = ...,
|
||||
step: int = ...,
|
||||
) -> None: ...
|
||||
def click_and_drag(
|
||||
tool: Widget,
|
||||
start: tuple[float, float],
|
||||
end: tuple[float, float],
|
||||
key: str | None = ...,
|
||||
) -> None: ...
|
||||
Loading…
Add table
Add a link
Reference in a new issue