Sha256: e2c930738f38f014ace4f41343fc338021e57ba8fc6109f73b2d96a8bb405de6
Contents?: true
Size: 411 Bytes
Versions: 3
Compression:
Stored size: 411 Bytes
Contents
#include "config.h" #ifndef _PTOR_H_ #define _PTOR_H_ //Python to Ruby Conversion VALUE ptorString(PyObject* pString); VALUE ptorList(PyObject* pList); VALUE ptorInt(PyObject* pNum); VALUE ptorLong(PyObject* pNum); VALUE ptorFloat(PyObject* pNum); VALUE ptorTuple(PyObject* pTuple); VALUE ptorDict(PyObject* pDict); VALUE ptorObject(PyObject* pObj); VALUE ptorObjectKeep(PyObject *pObj); #endif /* _PTOR_H_ */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubypython-0.2.11 | ext/rubypython_bridge/ptor.h |
rubypython-0.2.10 | ext/rubypython_bridge/ptor.h |
rubypython-0.2.9 | ext/rubypython_bridge/ptor.h |