Module: RubyPython::Python
- Extended by:
- FFI::Library
- Defined in:
- lib/rubypython/python.rb,
lib/rubypython/python.rb
Overview
This module provides access to the Python C API functions via the Ruby FFI gem.
Documentation
Defined Under Namespace
Classes: DummyStruct, PyMethodDef, PyObjectStruct
Constant Summary collapse
- EXEC =
RubyPython::PythonExec.new(RubyPython.[:python_exe])
- PYTHON_LIB =
EXEC.library
- PY_FILE_INPUT =
257
- PY_EVAL_INPUT =
258
- METH_VARARGS =
Function methods & constants
0x0001