Home
last modified time | relevance | path

Searched defs:nargs (Results 1 - 25 of 200) sorted by relevance

12345678

/third_party/python/Modules/clinic/
H A D_lsprof.c.h40 _lsprof_Profiler_getstats(ProfilerObject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _lsprof_Profiler_getstats() argument
H A D_statisticsmodule.c.h18 _statistics__normal_dist_inv_cdf(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _statistics__normal_dist_inv_cdf() argument
H A D_cryptmodule.c.h23 crypt_crypt(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in crypt_crypt() argument
H A Dsymtablemodule.c.h19 _symtable_symtable(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _symtable_symtable() argument
H A D_randommodule.c.h39 _random_Random_seed(RandomObject *self, PyObject *const *args, Py_ssize_t nargs) in _random_Random_seed() argument
H A D_collectionsmodule.c.h19 _collections__count_elements(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _collections__count_elements() argument
H A D_weakref.c.h47 _weakref__remove_dead_weakref(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _weakref__remove_dead_weakref() argument
93 _weakref_proxy(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _weakref_proxy() argument
H A Dsocketmodule.c.h17 Py_ssize_t nargs = PyTuple_GET_SIZE(args); in sock_initobj() local
/third_party/littlefs/scripts/
H A Dteepipe.py64 nargs='+', variable
/third_party/openssl/demos/bio/
H A Dclient-arg.c24 int nargs = argc - 1; in main() local
H A Dserver-arg.c33 int nargs = argc - 1; in main() local
/third_party/python/Modules/_ctypes/libffi_osx/
H A Dffi.c132 ffi_prep_cif( ffi_cif* cif, ffi_abi abi, unsigned int nargs, ffi_type* rtype, ffi_type** atypes) ffi_prep_cif() argument
/third_party/python/Python/clinic/
H A Dmarshal.c.h30 marshal_dump(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in marshal_dump() argument
96 marshal_dumps(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in marshal_dumps() argument
H A Dtraceback.c.h23 Py_ssize_t nargs = PyTuple_GET_SIZE(args); in tb_new() local
H A DPython-tokenize.c.h16 Py_ssize_t nargs = PyTuple_GET_SIZE(args); in tokenizeriter_new() local
H A D_warnings.c.h19 warnings_warn(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in warnings_warn() argument
/third_party/python/Modules/_ssl/clinic/
H A Dcert.c.h17 _ssl_Certificate_public_bytes(PySSLCertificate *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _ssl_Certificate_public_bytes() argument
/third_party/python/Objects/clinic/
H A Denumobject.c.h31 Py_ssize_t nargs = PyTuple_GET_SIZE(args); in enum_new() local
H A Dfuncobject.c.h34 Py_ssize_t nargs = PyTuple_GET_SIZE(args); in func_new() local
H A Dmoduleobject.c.h24 Py_ssize_t nargs = PyTuple_GET_SIZE(args); in module___init__() local
H A Dstructseq.c.h16 Py_ssize_t nargs = PyTuple_GET_SIZE(args); in structseq_new() local
/third_party/python/PC/clinic/
H A D_testconsole.c.h21 _testconsole_write_input(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _testconsole_write_input() argument
63 _testconsole_read_output(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _testconsole_read_output() argument
/third_party/python/Include/internal/
H A Dpycore_call.h89 Py_ssize_t nargs = PyVectorcall_NARGS(nargsf); in _PyObject_VectorcallTstate() local
112 _PyObject_FastCallTstate(PyThreadState *tstate, PyObject *func, PyObject *const *args, Py_ssize_t nargs) in _PyObject_FastCallTstate() argument
/third_party/python/Modules/_multiprocessing/clinic/
H A Dmultiprocessing.c.h49 _multiprocessing_recv(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _multiprocessing_recv() argument
81 _multiprocessing_send(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _multiprocessing_send() argument
H A Dposixshmem.c.h21 _posixshmem_shm_open(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _posixshmem_shm_open() argument
88 _posixshmem_shm_unlink(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _posixshmem_shm_unlink() argument

Completed in 7 milliseconds

12345678