Searched refs:npargs (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/binding/petsc4py/conf/ |
| H A D | cyautodoc.py | 91 npargs=0, argument 104 arglist.insert(npargs + npoargs, '*%s' % arg_doc) 106 arglist.insert(npargs + npoargs, '*') 126 npargs=0, argument 135 args, npoargs, npargs, pargs, nkargs, kargs, hide_self=hide_self 206 npargs = len(node.args) - nkargs - npoargs 213 npargs,
|