Home
last modified time | relevance | path

Searched refs:pyobject_vectorcall (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_call.py527 result = _testcapi.pyobject_vectorcall(func, args, None)
531 result = _testcapi.pyobject_vectorcall(func, args, ())
536 result = _testcapi.pyobject_vectorcall(func, None, None)
540 result = _testcapi.pyobject_vectorcall(func, None, ())
547 result = _testcapi.pyobject_vectorcall(func, args, kwnames)
644 from _testcapi import pyobject_vectorcall, pyvectorcall_call namespace
651 return pyobject_vectorcall(func, args, kwnames)
692 self.assertEqual(expected, pyobject_vectorcall(func, args, None))

Completed in 3 milliseconds