OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, host, port, app, handler=None, passthrough_errors=False, ssl_context=None, fd=None) |
def | log (self, type, message, *args) |
def | serve_forever (self) |
def | handle_error (self, request, client_address) |
def | get_request (self) |
Data Fields | |
address_family | |
app | |
passthrough_errors | |
shutdown_signal | |
host | |
port | |
socket | |
server_address | |
ssl_context | |
Static Public Attributes | |
multithread | |
multiprocess | |
request_queue_size | |
Simple single-threaded, single-process WSGI server.
def __init__ | ( | self, | |
host, | |||
port, | |||
app, | |||
handler = None , |
|||
passthrough_errors = False , |
|||
ssl_context = None , |
|||
fd = None |
|||
) |
def get_request | ( | self | ) |
def handle_error | ( | self, | |
request, | |||
client_address | |||
) |
def log | ( | self, | |
type, | |||
message, | |||
* | args | ||
) |
def serve_forever | ( | self | ) |
address_family |
app |
host |
|
static |
|
static |
passthrough_errors |
port |
|
static |
server_address |
shutdown_signal |
socket |
ssl_context |