|
4.26.2 pyobject expressions
A pyobject expression is (optional parts in square brackets):
-
an identifier of type pyobject
-
a function returning pyobject
-
pyobject expressions combined by the arithmetic operations
+ , - , * , / , or ^ , and the member-of
operators . and ::
-
an list expression with elements made of pyobject expressions
(see Type conversion and casting)
-
an string expression (see Type conversion and casting)
-
an int expression (see Type conversion and casting)
Example:
|