HomeSort by relevance Sort by last modified time
    Searched refs:_push_object (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/tests/
test_wsgiwrappers.py 22 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/catapult/third_party/Paste/paste/
config.py 41 self._push_object(conf)
registry.py 108 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'):
wsgiwrappers.py 33 def _push_object(self, obj): member in class:DeprecatedSettings
37 WSGIResponse.defaults._push_object(obj)
38 StackedObjectProxy._push_object(self, obj)

Completed in 85 milliseconds