Searched defs:app_iterable (Results 1 – 1 of 1) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/paste/ |
D | wsgilib.py | 37 def __init__(self, app_iterable, close_func): argument 69 def __init__(self, app_iterable, start_func, close_func=None): argument 150 def __init__(self, app_iterable, encoding=sys.getdefaultencoding(), argument 194 def __init__(self, app_iterable, error_callback, ok_callback): argument 241 def __init__(self, environ, start_response, app_iterable, argument
|