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