Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/Paste/paste/util/
Dclassinstance.py17 return _methodwrapper(self.func, obj=obj, type=type)
19 class _methodwrapper(object): class