Skip to content

Commit

Permalink
add methods to .pyi file
Browse files Browse the repository at this point in the history
  • Loading branch information
errorxyz committed Dec 10, 2024
1 parent c1dc462 commit 7d8718d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mitmproxy-rs/mitmproxy_rs/local.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ class LocalRedirector:
def set_intercept(self, spec: str) -> None: ...
def close(self) -> None: ...
async def wait_closed(self) -> None: ...
def unavailable_reason() -> str | None: ...
1 change: 1 addition & 0 deletions mitmproxy-rs/mitmproxy_rs/tun.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ class TunInterface:
def close(self) -> None: ...
async def wait_closed(self) -> None: ...
def __repr__(self) -> str: ...
def unavailable_reason() -> str | None: ...

0 comments on commit 7d8718d

Please sign in to comment.