HomeSort by relevance Sort by last modified time
    Searched refs:arg666 (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_getargs2.py 318 getargs_keywords((1,2),3,arg5=10,arg666=666)
320 self.assertEqual(str(err), "'arg666' is an invalid keyword argument for this function")
  /external/python/cpython2/Lib/test/
test_getargs2.py 514 getargs_keywords((1,2),3,arg5=10,arg666=666)
516 self.assertEqual(str(err), "'arg666' is an invalid keyword argument for this function")
    [all...]
  /external/python/cpython3/Lib/test/
test_getargs2.py 579 getargs_keywords((1,2),3,arg5=10,arg666=666)
581 self.assertEqual(str(err), "'arg666' is an invalid keyword argument for this function")
    [all...]

Completed in 82 milliseconds