Files
python/reference/concepts/namespaces.md
Michael Morehouse 29478dd68c Organize concepts, eliminate duplication
* Stage 1

* Finish restructuring, add checkboxes.

* Minor format fixes

* fixing broken link

* fixing broken link

* fixing README link

* Fix multiples bad links

* Fix links in reference/concepts/keywords/README.md

* Correcting list description
2021-01-29 11:14:36 -05:00

473 B

Namespaces

TODO: ADD MORE

  • knowing to use self.<propertyname> for instance properties and self as first argument to instance methods in a class matrix
  • knowing to use self.<propertyname> for instance attributes and self as first argument to instance methods in a class. Additionally, the example uses self.<methodname>() to call a previously stored method name. robot-simulator