Home
last modified time | relevance | path

Searched refs:__init__ (Results 1 – 14 of 14) sorted by relevance

/unit/test/python/threading/
H A Dwsgi.py9 def __init__(self, x): member in Foo
11 threading.Thread.__init__(self)
H A Dasgi.py9 def __init__(self, x): member in Foo
11 threading.Thread.__init__(self)
/unit/test/python/not_iterable/
H A Dwsgi.py2 def __init__(self, environ, start_response): member in application
/unit/test/python/close/
H A Dwsgi.py2 def __init__(self, environ, start_response): member in application
/unit/test/python/close_error/
H A Dwsgi.py2 def __init__(self, environ, start_response): member in application
/unit/test/unit/applications/lang/
H A Dperl.py6 def __init__(self, application_type='perl'): member in ApplicationPerl
H A Druby.py9 def __init__(self, application_type='ruby'): member in ApplicationRuby
H A Dnode.py10 def __init__(self, application_type='node', es_modules=False): member in ApplicationNode
H A Dphp.py9 def __init__(self, application_type='php'): member in ApplicationPHP
H A Dpython.py10 def __init__(self, application_type='python', load_module='wsgi'): member in ApplicationPython
H A Djava.py12 def __init__(self, application_type='java'): member in ApplicationJava
/unit/test/python/ctx_iter_atexit/
H A Dwsgi.py5 def __init__(self, environ, start_response): member in application
/unit/test/python/iter_exception/
H A Dwsgi.py2 def __init__(self, environ, start_response): member in application
/unit/test/unit/applications/
H A Dtls.py10 def __init__(self): member in ApplicationTLS