mirror of
https://github.com/django-q2/django-q2.git
synced 2026-09-25 07:08:12 +08:00
@@ -32,6 +32,16 @@ You can also use an :class:`Iter` instance which can sometimes be more convenien
|
||||
i.append(2, -1)
|
||||
i.append(3, -1)
|
||||
|
||||
# run it
|
||||
i.run()
|
||||
|
||||
# get the results
|
||||
print(i.result())
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
[-1.0, -2.0, -3.0]
|
||||
|
||||
Reference
|
||||
---------
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@
|
||||
arrow==0.7.0
|
||||
blessed==1.12.0
|
||||
boto3==1.2.1
|
||||
botocore==1.3.4 # via boto3
|
||||
botocore==1.3.5 # via boto3
|
||||
django-picklefield==0.3.2
|
||||
django-redis==4.3.0
|
||||
docutils==0.12 # via botocore
|
||||
|
||||
Reference in New Issue
Block a user