Package | Description |
---|---|
org.bytedeco.cpython |
Modifier and Type | Method and Description |
---|---|
ternaryfunc |
PyNumberMethods.nb_inplace_power() |
ternaryfunc |
PyNumberMethods.nb_power() |
ternaryfunc |
PyTypeObject.tp_call() |
Modifier and Type | Method and Description |
---|---|
PyNumberMethods |
PyNumberMethods.nb_inplace_power(ternaryfunc setter) |
PyNumberMethods |
PyNumberMethods.nb_power(ternaryfunc setter) |
PyTypeObject |
PyTypeObject.tp_call(ternaryfunc setter) |
Copyright © 2020. All rights reserved.