summaryrefslogtreecommitdiffstats
path: root/__builtins__.pyi
blob: d03460554854098c87f4e022ba732599500a0f93 (plain)
1
2
3
4
5
6
from twisted.web.http import Request

__request__: Request

def _(string: str) -> str: ...
def _n(string: str) -> str: ...