python Programming Glossary: initflp
How do you extend python with C++? http://stackoverflow.com/questions/2847617/how-do-you-extend-python-with-c FlpObject self char name PyObject v DL_EXPORT void initflp static PyTypeObject Flp_Type The ob_type field must be initialized.. Initialization function for the module must be called initflp DL_EXPORT void initflp PyObject m d Initialize the type of the.. for the module must be called initflp DL_EXPORT void initflp PyObject m d Initialize the type of the new type object here..
|