Searched refs:_push_object (Results 1 - 4 of 4) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/tests/
H A Dtest_wsgiwrappers.py22 WSGIRequest.defaults._push_object(dict(content_type='text/html',
111 WSGIResponse.defaults._push_object(dict(content_type='text/html',
126 WSGIResponse.defaults._push_object(dict(content_type='text/html',
137 WSGIResponse.defaults._push_object(dict(content_type='text/html',
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dconfig.py41 self._push_object(conf)
H A Dregistry.py108 New objects are added to the top of the stack with _push_object while
199 def _push_object(self, obj): member in class:StackedObjectProxy
208 module.glob._push_object(obj)
269 _push_object.__doc__)
319 stacked._push_object(obj)
339 stacked._push_object(obj)
541 for func_name in ('_current_obj', '_push_object', '_pop_object'):
H A Dwsgiwrappers.py33 def _push_object(self, obj): member in class:DeprecatedSettings
37 WSGIResponse.defaults._push_object(obj)
38 StackedObjectProxy._push_object(self, obj)

Completed in 79 milliseconds