Sha256: d1e244d2850aea7afd9a9267801cac3df354306fd78ddc97f983b48cf4a07755
Contents?: true
Size: 350 Bytes
Versions: 2
Compression:
Stored size: 350 Bytes
Contents
#include "config.h" #include "ptor.h" #include "rtop.h" #include "cbridge.h" #include "rp_error.h" #ifndef _RP_OBJECT_H_ #define _RP_OBJECT_H_ typedef struct RubyPyObj { PyObject* pObject; } PObj; PyObject* rpObjectGetPyObject(VALUE); VALUE rpObjectFromPyObject(PyObject*); int rpHasSymbol(VALUE, ID); VALUE rpRespondsTo(VALUE, VALUE); #endif
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rubypython-0.2.10 | ext/rubypython_bridge/rp_object.h |
rubypython-0.2.9 | ext/rubypython_bridge/rp_object.h |