ToDo List¶
Contents¶
Indices and tables¶
The following is a list of items that need to be completed:
Todo
Need to add a section in classes about the fact that names defined at the top of the class are not availabe to the class’ methods by default (see last paragraph of here. Must mark method with @classmethod
, put cls
as the first parameter, and use cls.var_name
to access.
(The original entry is located in /home/mike/gitsandbox/pythonedu-2017/doc/topics/scope/scope.rst, line 38.)