Home | History | Annotate | Download | only in Python

Lines Matching refs:nb_int

1773    calling arg type's nb_int method if it is defined.  Returns NULL
1788 nb->nb_int == NULL) {
1794 v = nb->nb_int(arg);