mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-02 13:13:07 +00:00
7 lines
123 B
Python
7 lines
123 B
Python
|
|
from twisted.web.http import Request
|
||
|
|
|
||
|
|
__request__: Request
|
||
|
|
|
||
|
|
def _(string: str) -> str: ...
|
||
|
|
def _n(string: str) -> str: ...
|