Searched defs:wraps (Results 1 – 7 of 7) 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/scapy/scapy/modules/ |
D | six.py | 812 def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, function 820 wraps = functools.wraps variable
|
/external/python/cpython3/Lib/ |
D | functools.py | 74 def wraps(wrapped, function
|
/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
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 377 self, spec=None, wraps=None, name=None, spec_set=None, argument 918 wraps=None, name=None, spec_set=None, parent=None, argument
|