Home
last modified time | relevance | path

Searched defs:wraps (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dfunctools.py39 def wraps(wrapped, function
/external/webrtc/webrtc/system_wrappers/source/
Drtp_to_ntp.cc48 int64_t wraps = CheckForWrapArounds(new_timestamp, old_timestamp); in CompensateForWrapAround() local
/external/pdfium/third_party/pymock/
Dmock.py50 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/
Dsix.py812 def wraps(wrapped, assigned=functools.WRAPPER_ASSIGNMENTS, function
820 wraps = functools.wraps variable
/external/python/cpython3/Lib/
Dfunctools.py74 def wraps(wrapped, function
/external/python/cpython2/Lib/test/
D_mock_backport.py381 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/
Dmock.py377 self, spec=None, wraps=None, name=None, spec_set=None, argument
918 wraps=None, name=None, spec_set=None, parent=None, argument