Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 473 Bytes

namespaces.md

File metadata and controls

6 lines (4 loc) · 473 Bytes

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