|
Usually Python::Object instances are constructed implicitly when python data is passed to perl over a call interface, but they can also be constructed explicitly with one of the following constructor functions: Python::object($something) Python::int($number) Python::long($number) Python::float($number) Python::complex($real, $imag) Python::list(@elements) Python::tuple(@elements) Python::dict($key => $value,...) |
|