Searched defs:wraps (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | functools.py | 39 def wraps(wrapped, function
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | rtp_to_ntp.cc | 48 int64_t wraps = CheckForWrapArounds(new_timestamp, old_timestamp); in CompensateForWrapAround() local
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 50 def wraps(original): function 60 wraps = original_wraps variable 62 def wraps(func): function 478 self, spec=None, wraps=None, name=None, spec_set=None, argument 934 wraps=None, name=None, spec_set=None, parent=None, argument
|
/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 381 self, spec=None, wraps=None, name=None, spec_set=None, argument 889 wraps=None, name=None, spec_set=None, parent=None, argument
|