Home
last modified time | relevance | path

Searched refs:callable (Results 1 – 5 of 5) sorted by relevance

/unit/src/python/
H A Dnxt_python.c403 char *callable, *module_name; in nxt_python_set_target() local
434 callable = nxt_alloca(12); in nxt_python_set_target()
435 nxt_memcpy(callable, "application", 12); in nxt_python_set_target()
440 callable = nxt_alloca(str.length + 1); in nxt_python_set_target()
441 nxt_memcpy(callable, str.start, str.length); in nxt_python_set_target()
442 callable[str.length] = '\0'; in nxt_python_set_target()
445 obj = PyDict_GetItemString(PyModule_GetDict(module), callable); in nxt_python_set_target()
448 callable, module_name); in nxt_python_set_target()
454 callable, module_name); in nxt_python_set_target()
/unit/test/
H A Dtest_python_application.py814 self.load('callable', callable="app")
818 self.load('callable', callable="blah")
H A Dconftest.py154 elif callable(prereq_version):
/unit/
H A DCHANGES160 native callable object, notably with Falcon.
429 *) Feature: the "callable" option sets Python application callable
881 *) Bugfix: Python applications that use the write() callable did not
932 start_response() was called outside of WSGI callable.
/unit/docs/
H A Dunit-openapi.yaml5682 callable:
5684 description: "Name of the `module`-based callable that Unit runs
5714 `callable` values."
5726 callable:
5728 description: "Name of the `module`-based callable that Unit