March 2003
Intermediate to advanced
656 pages
39h 30m
English
exec
voidinterp.exec(Strings) voidinterp.exec(PyObjectcode)
Executes, in interp’s
namespace, the Python statements held in Java string
s or in compiled
PyObject
code (produced
by function __builtin__.compile of package
org.python.core, covered later in this chapter).