mirror of https://github.com/exaloop/codon.git
Add PyFunction::nargs field
parent
47949ed17f
commit
c467645aec
|
@ -17,6 +17,7 @@ struct PyFunction {
|
|||
std::string doc;
|
||||
Func *func = nullptr;
|
||||
Type type = Type::TOPLEVEL;
|
||||
int nargs = 0;
|
||||
};
|
||||
|
||||
struct PyMember {
|
||||
|
|
Loading…
Reference in New Issue