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

  /external/chromium-trace/catapult/third_party/Paste/paste/
registry.py 64 getting at the actual object via the proxy with the ``_current_obj`` function:
76 session = sessions.Session._current_obj()
81 the underlying object. The ``_current_obj`` function is preceded by an
130 dir_list.extend(dir(self._current_obj()))
137 return getattr(self._current_obj(), attr)
140 setattr(self._current_obj(), attr, value)
143 delattr(self._current_obj(), name)
146 return self._current_obj()[key]
149 self._current_obj()[key] = value
152 del self._current_obj()[key
177 def _current_obj(self): member in class:StackedObjectProxy
    [all...]
config.py 69 def _current_obj(self): member in class:DispatchingConfig
71 return super(DispatchingConfig, self)._current_obj()
78 current = current_conf = _current_obj
wsgiwrappers.py 117 defaults = self.defaults._current_obj()
316 defaults = self.defaults._current_obj()
  /external/chromium-trace/catapult/third_party/Paste/tests/
test_registry.py 235 stacked._current_obj()

Completed in 69 milliseconds