comparison stubs/cyclone/web.pyi @ 60:ec692ede704d

stubs Ignore-this: cbd364cba97eb6ae84eaba0a6778e25d
author Drew Perttula <drewp@bigasterisk.com>
date Thu, 30 May 2019 08:37:52 +0000
parents a21b87140758
children
comparison
equal deleted inserted replaced
59:dbf47ed931d9 60:ec692ede704d
1 # Stubs for cyclone.web (Python 3) 1 # Stubs for cyclone.web (Python 3)
2 # 2 #
3 # NOTE: This dynamically typed stub was automatically generated by stubgen. 3 # NOTE: This dynamically typed stub was automatically generated by stubgen.
4 4
5 from twisted.internet import protocol 5 from twisted.internet import protocol
6 from typing import Any, Optional 6 from typing import Any, List, Optional
7 from .httpserver import HTTPRequest 7 from .httpserver import HTTPRequest
8 8
9 class RequestHandler: 9 class RequestHandler:
10 SUPPORTED_METHODS: Any = ... 10 SUPPORTED_METHODS: Any = ...
11 serialize_lists: bool = ... 11 serialize_lists: bool = ...