Home
last modified time | relevance | path

Searched defs:getargs (Results 1 – 4 of 4) sorted by relevance

/external/curl/scripts/
Dmanagen1198 sub getargs { subroutine
/external/python/cpython3/Lib/test/test_capi/
Dtest_getargs.py785 from _testcapi import getargs_positional_only_and_keywords as getargs unknown in PositionalOnlyAndKeywords_TestCase
/external/python/cpython3/Include/internal/
Dpycore_runtime.h303 struct _getargs_runtime_state getargs; member
/external/python/cpython3/Lib/
Dinspect.py1299 def getargs(co): function