Closed fortinmike closed 10 years ago
self.someProperty
_variable
Implemented along with much better symbol handling in 99969f2f0d732ad7182b4da65b570f4f83eb81d1.
self.someProperty
as global._variable
as global (a variable beginning with an underscore represents an instance variable by convention).