Lines Matching refs:PyCFunction
12 {"is_integer", (PyCFunction)float_is_integer, METH_NOARGS, float_is_integer__doc__},
30 {"__trunc__", (PyCFunction)float___trunc__, METH_NOARGS, float___trunc____doc__},
48 {"__floor__", (PyCFunction)float___floor__, METH_NOARGS, float___floor____doc__},
66 {"__ceil__", (PyCFunction)float___ceil__, METH_NOARGS, float___ceil____doc__},
86 … {"__round__", (PyCFunction)(void(*)(void))float___round__, METH_FASTCALL, float___round____doc__},
118 {"conjugate", (PyCFunction)float_conjugate, METH_NOARGS, float_conjugate__doc__},
141 {"hex", (PyCFunction)float_hex, METH_NOARGS, float_hex__doc__},
164 {"fromhex", (PyCFunction)float_fromhex, METH_O|METH_CLASS, float_fromhex__doc__},
185 …{"as_integer_ratio", (PyCFunction)float_as_integer_ratio, METH_NOARGS, float_as_integer_ratio__doc…
235 {"__getnewargs__", (PyCFunction)float___getnewargs__, METH_NOARGS, float___getnewargs____doc__},
262 …{"__getformat__", (PyCFunction)float___getformat__, METH_O|METH_CLASS, float___getformat____doc__},
311 …{"__set_format__", (PyCFunction)(void(*)(void))float___set_format__, METH_FASTCALL|METH_CLASS, flo…
366 {"__format__", (PyCFunction)float___format__, METH_O, float___format____doc__},