What does "cls" stand for?

The API documentation explains "md", "service", and "account", but not "cls".

Thanks!

Comments

  • aj165602aj165602 Posts: 105

    It's OK -- I understand now.

    Thanks,
    Antony

  • tdraughontdraughon Posts: 14
    edited May 2017

    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()

Sign In or Register to comment.