Sha256: bec278653144e8449705e68aa11530796047ce10bb7ca47b14b9cd7568e27402

Contents?: true

Size: 486 Bytes

Versions: 9

Compression:

Stored size: 486 Bytes

Contents

#include "config.h"

#ifndef _RP_ERROR_H_
#include "rp_error.h"
#endif

#ifndef _PTOR_H_
#define _PTOR_H_
	
//Python to Ruby Conversion
VALUE ptor_string(PyObject* pString);

VALUE ptor_list(PyObject* pList);

VALUE ptor_obj(PyObject* pObj);

VALUE ptor_int(PyObject* pNum);

VALUE ptor_long(PyObject* pNum);

VALUE ptor_float(PyObject* pNum);

VALUE ptor_tuple(PyObject* pTuple);

VALUE ptor_dict(PyObject* pDict);

VALUE ptor_obj_no_destruct(PyObject *pObj);



#endif /* _PTOR_H_ */

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rubypython-0.2.8 ext/rubypython_bridge/ptor.h
rubypython-0.2.7 ext/rubypython_bridge/ptor.h
rubypython-0.2.0 ext/rubypython_bridge/ptor.h
rubypython-0.2.1 ext/rubypython_bridge/ptor.h
rubypython-0.2.3 ext/rubypython_bridge/ptor.h
rubypython-0.2.2 ext/rubypython_bridge/ptor.h
rubypython-0.2.4 ext/rubypython_bridge/ptor.h
rubypython-0.2.5 ext/rubypython_bridge/ptor.h
rubypython-0.2.6 ext/rubypython_bridge/ptor.h