mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
Update zipline-0.6.2.md
This commit is contained in:
@@ -90,10 +90,11 @@
|
|||||||
> The record() function can now take positional args before the kwargs.
|
> The record() function can now take positional args before the kwargs.
|
||||||
> All original usage and functionality is the same, but now these
|
> All original usage and functionality is the same, but now these
|
||||||
> extra usages will work:
|
> extra usages will work:
|
||||||
|
>
|
||||||
- name = 'string'
|
|
||||||
- record( name, value, ... )
|
name = 'string'
|
||||||
- record( name, value1, 'name2', value2, name3=value3, name4=value4)
|
record( name, value, ... )
|
||||||
|
record( name, value1, 'name2', value2, name3=value3, name4=value4 )
|
||||||
|
|
||||||
> The requirements are simply that the poritional args occur only before the
|
> The requirements are simply that the poritional args occur only before the
|
||||||
> kwargs.
|
> kwargs.
|
||||||
|
|||||||
Reference in New Issue
Block a user