Py

Toplevel name space for Ruby/Python. In addition to the following functions, this module includes Python built-in functions as module functions.

Constants:

AS_KEYWORD
KW

A constant to represent keyword arguments.

Module Functions:

eval(expression)

Evaluate Python expression and return the value of expression.

exec(statement)

Execute Python statement.


fukusima@goto.info.waseda.ac.jp