Lines Matching refs:How
63 How can I execute arbitrary Python statements from C?
74 How can I evaluate an arbitrary Python expression from C?
82 How do I extract C values from a Python object?
104 How do I use Py_BuildValue() to create a tuple of arbitrary length?
115 How do I call an object's method from C?
147 How do I catch the output from PyErr_Print() (or anything that prints to stdout/stderr)?
176 How do I access a module written in Python from C?
198 How do I interface to C++ objects from Python?
218 How do I debug an extension?
267 How do I tell "incomplete input" from "invalid input"?
438 How do I find undefined g++ symbols __builtin_new or __pure_virtual?