Searched refs:getargs_y_hash (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/test_capi/ |
H A D | test_getargs.py | 841 from _testcapi import getargs_y_hash namespace 842 self.assertRaises(TypeError, getargs_y_hash, 'abc\xe9') 843 self.assertEqual(getargs_y_hash(b'bytes'), b'bytes') 844 self.assertEqual(getargs_y_hash(b'nul:\0'), b'nul:\0') 845 self.assertRaises(TypeError, getargs_y_hash, bytearray(b'bytearray')) 846 self.assertRaises(TypeError, getargs_y_hash, memoryview(b'memoryview')) 847 self.assertRaises(TypeError, getargs_y_hash, None)
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 1760 getargs_y_hash(PyObject *self, PyObject *args) in getargs_y_hash() function 6540 {"getargs_y_hash", getargs_y_hash, METH_VARARGS},
|
Completed in 13 milliseconds