Files
python/reference/concepts/implicit_self.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

766 B

Implicit self

TODO: ADD MORE

  • the example uses the self implicit argument for methods and properties linked to a specific instance of the class matrix
  • the example uses self for methods and properties linked to a specific instance of the class. robot-simulator
  • the exercise relies on the implied passing of self as the first parameter of bound methods allergies
  • student needs to know how to use statement self in a class binary-search-tree
  • within the class definition, methods and properties can be accessed via the self. notation phone-number