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: ...
|