MCPcopy Create free account

hub / github.com/benoitc/gunicorn / functions

Functions698 in github.com/benoitc/gunicorn

Methoddo_load_config
(self)
tests/test_reload.py:12
Methodenv
(self)
gunicorn/config.py:182
Functionerror_factory
()
tests/support.py:34
Functionfin
()
tests/test_config.py:274
Methodfinalize_options
(self)
setup.py:58
Methodfinish_request
(self, fs)
gunicorn/workers/gthread.py:231
Functionformat_settings
(app)
docs/gunicorn_ext.py:36
Methodget
(self)
examples/frameworks/tornadoapp.py:22
Functionget_arity
(f)
gunicorn/util.py:113
Methodget_environ
(self)
gunicorn/workers/ggevent.py:175
Methodget_funs
(p)
tests/treq.py:216
Functiongetcwd
()
gunicorn/util.py:434
Methodgid
(self)
gunicorn/config.py:136
Functiongoodbye_world
(request)
examples/frameworks/pyramidapp.py:7
Functionhandle
This is the websocket handler function. Note that we can dispatch based on path in here, too.
examples/websocket/gevent_websocket.py:422
Functionhandle
This is the websocket handler function. Note that we can dispatch based on path in here, too.
examples/websocket/websocket.py:422
Methodhandle
(self, listener, client, addr)
gunicorn/workers/geventlet.py:145
Methodhandle
(self, conn)
gunicorn/workers/gthread.py:262
Methodhandle
(self, listener, client, addr)
gunicorn/workers/ggevent.py:119
Methodhandle
(self, listener, client, addr)
gunicorn/workers/base_async.py:33
Methodhandle_abort
(self, sig, frame)
gunicorn/workers/base.py:200
Methodhandle_chld
SIGCHLD handling
gunicorn/arbiter.py:240
Methodhandle_exit
(self, sig, frame)
gunicorn/workers/base.py:190
Methodhandle_exit
(self, sig, frame)
gunicorn/workers/gtornado.py:45
Methodhandle_hup
\ HUP handling. - Reload configuration - Start the new worker processes with a new configuration - Gracefully shutdown
gunicorn/arbiter.py:245
Methodhandle_int
SIGINT handling
gunicorn/arbiter.py:259
Methodhandle_quit
SIGQUIT handling
gunicorn/arbiter.py:264
Methodhandle_quit
(self, sig, frame)
gunicorn/workers/geventlet.py:136
Methodhandle_quit
(self, sig, frame)
gunicorn/workers/base.py:193
Methodhandle_quit
(self, sig, frame)
gunicorn/workers/gthread.py:98
Methodhandle_quit
(self, sig, frame)
gunicorn/workers/ggevent.py:133
Methodhandle_request
(self, listener_name, req, sock, addr)
gunicorn/workers/ggevent.py:125
Methodhandle_term
SIGTERM handling
gunicorn/arbiter.py:255
Methodhandle_ttin
\ SIGTTIN handling. Increases the number of workers by one.
gunicorn/arbiter.py:269
Methodhandle_ttou
\ SIGTTOU handling. Decreases the number of workers by one.
gunicorn/arbiter.py:277
Methodhandle_usr1
\ SIGUSR1 handling. Kill all workers by sending them a SIGUSR1
gunicorn/arbiter.py:287
Methodhandle_usr1
(self, sig, frame)
gunicorn/workers/geventlet.py:139
Methodhandle_usr1
(self, sig, frame)
gunicorn/workers/base.py:187
Methodhandle_usr1
(self, sig, frame)
gunicorn/workers/ggevent.py:138
Methodhandle_usr2
\ SIGUSR2 handling. Creates a new arbiter/worker set as a fork of the current arbiter without affecting old workers. Use this
gunicorn/arbiter.py:295
Methodhandle_winch
SIGWINCH handling
gunicorn/arbiter.py:304
Methodhandle_winch
(self, sig, fname)
gunicorn/workers/base.py:271
Functionhandler_app
(environ, start_response)
examples/standalone_app.py:20
Functionhas_fileno
(obj)
gunicorn/util.py:568
Methodheartbeat
(self)
gunicorn/workers/gtornado.py:63
Functionhello
(environ, start_response)
examples/multidomainapp.py:25
Functionhello
()
examples/frameworks/flaskapp.py:10
Functionhello
()
examples/frameworks/flaskapp_aiohttp_wsgi.py:14
Functionhello_world
(request)
examples/frameworks/pyramidapp.py:4
Functionhome
(request)
examples/frameworks/django/testing/testing/apps/someapp/views.py:16
Functionhttp_date
Return the current date and time formatted for a message header.
gunicorn/util.py:448
Functionimport_app
(module)
gunicorn/util.py:351
Functionindex
()
examples/frameworks/flask_sendfile.py:8
Methodindex
(self)
examples/frameworks/cherryapp.py:6
Methodinit
(self, parser, opts, args)
gunicorn/app/wsgiapp.py:14
Methodinit
No-op
tests/test_arbiter.py:19
Methodinit_process
(self)
gunicorn/workers/geventlet.py:132
Methodinit_process
(self)
gunicorn/workers/gthread.py:88
Methodinit_process
(self)
gunicorn/workers/ggevent.py:143
Methodinit_process
(self)
gunicorn/workers/gtornado.py:81
Methodinitialize_options
(self)
setup.py:54
Methodis_already_handled
(self, respiter)
gunicorn/workers/geventlet.py:127
Functionis_hoppish
(header)
gunicorn/util.py:456
Functionis_ipv6
(addr)
gunicorn/util.py:205
Methodis_ssl
(self)
gunicorn/config.py:170
Functionissue_role
(typ, rawtext, text, lineno, inliner, options={}, content=[])
docs/gunicorn_ext.py:83
Methodlen
(self)
tests/t.py:49
Functionlisten_fds
Get the number of sockets inherited from systemd socket activation. :param unset_environment: clear systemd environment variables unless Fal
gunicorn/systemd.py:12
Functionload
(arg)
examples/alt_spec.py:14
Methodload
(self)
gunicorn/app/pasterapp.py:72
Methodload
(self)
gunicorn/app/wsgiapp.py:54
Methodload
(self)
tests/test_config.py:54
Methodload
(self)
tests/test_config.py:62
Methodload
No-op
tests/test_arbiter.py:22
Methodload
(self)
examples/standalone_app.py:46
Functionload_class
(uri, default="gunicorn.workers.sync.SyncWorker", section="gunicorn.workers")
gunicorn/util.py:57
Methodload_config
(self)
gunicorn/app/base.py:155
Methodload_config
(self)
gunicorn/app/pasterapp.py:55
Methodload_config
(self)
gunicorn/app/wsgiapp.py:38
Methodload_config
No-op
tests/test_arbiter.py:25
Methodload_config
Set the 'preload_app' and 'raw_env' settings in order to verify their interaction below.
tests/test_arbiter.py:158
Methodload_config
(self)
examples/standalone_app.py:40
Functionload_py
(fname)
tests/treq.py:32
Methodlog
(self, lvl, msg, *args, **kwargs)
gunicorn/glogging.py:272
Methodlog_request
(self)
gunicorn/workers/ggevent.py:163
Functionmake_fail_app
(msg)
gunicorn/util.py:594
Methodmatch_iter
\ This skips sizes because there's its not part of the iter api.
tests/treq.py:193
Methodmatch_read
(self, req, body, sizes)
tests/treq.py:131
Methodmatch_readline
(self, req, body, sizes)
tests/treq.py:153
Methodmatch_readlines
\ This skips the sizes checks as we don't implement it.
tests/treq.py:175
Methodnotify
(self)
gunicorn/workers/workertmp.py:44
Functionnworkers_changed_3
(server, new_value, old_value)
tests/test_config.py:314
Methodon_close
(instance, server_conn)
gunicorn/workers/gtornado.py:135
Methodparse
(self, unreader)
gunicorn/http/message.py:190
Functionparse_address
(netloc, default_port='8000')
gunicorn/util.py:215
Methodpaste_global_conf
(self)
gunicorn/config.py:216
Functionpaster_ini
()
tests/test_config.py:31
Functionpost_fork
(server, worker)
examples/example_config.py:186
Functionpost_request_2
(worker, req)
tests/test_config.py:298
Functionpost_request_3
(worker, req, environ)
tests/test_config.py:295
← previousnext →401–500 of 698, ranked by callers