What does "cls" stand for?
aj165602
Posts: 105
The API documentation explains "md", "service", and "account", but not "cls".
Thanks!
Comments
It's OK -- I understand now.
Thanks,
Antony
cls is how to read or assign class variables in a classmethod (compared to reading/assigning class variable in an instance method)
You will find this referenced in methods like on_strategy_finish() or on_strategy_start()