cf 3.0.0
Introduction
CF data model
Installation
Tutorial
API reference
Aggregation rules
Performance
Older releases
Change log
Related Topics
Documentation overview
API reference
cf classes
cf.Field
Previous:
cf.Field.__isub__
Next:
cf.Field.__idiv__
This Page
Show Source
Quick search
cf.Field.__imul__
¶
Field.
__imul__
(
y
)
[source]
¶
The augmented arithmetic assignment
*=
x.__imul__(y) <==> x*=y