getting float from PyObject

Benoit Dejean bnet at ifrance.com
Mon Nov 24 13:38:17 EST 2003


Le Mon, 24 Nov 2003 10:54:37 +0100, Boštjan Jerko a écrit :

> Is there a way to get C float from PyObject (in C extension)?
> 
> B.

have a look at Py_ParseTuple
http://www.python.org/doc/current/api/arg-parsing.html





More information about the Python-list mailing list