Searched defs:skipfirst (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Tools/framer/framer/ |
D | util.py | 13 def unindent(s, skipfirst=True): argument
|
/external/u-boot/fs/ext4/ |
D | ext4fs.c | 79 int skipfirst = 0; in ext4fs_read_file() local
|
D | ext4_write.c | 778 int skipfirst = 0; in ext4fs_write_file() local
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 151 def _getsignature(func, skipfirst, instance=False): argument 200 def _check_signature(func, mock, skipfirst, instance=False): argument
|
/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 106 def _check_signature(func, mock, skipfirst, instance=False): argument
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 96 def _check_signature(func, mock, skipfirst, instance=False): argument
|
/external/python/mock/mock/ |
D | mock.py | 203 def _check_signature(func, mock, skipfirst, instance=False): argument
|