1
0
Fork 0
deluge/__builtins__.pyi
Daniel Baumann 45a63a8493
Merging upstream version 2.1.2~dev0+20240910.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-17 07:44:19 +01:00

6 lines
123 B
Python

from twisted.web.http import Request
__request__: Request
def _(string: str) -> str: ...
def _n(string: str) -> str: ...