OMSTD icon indicating copy to clipboard operation
OMSTD copied to clipboard

Information access: globals, vars(), dirs()...

Open cr0hn opened this issue 9 years ago • 0 comments

  • Access to environment vars using globals().
  • List class vars and methods using: vars() and dir().
  • Accessing to private vars and methods in Python. Python hasn't private visibility: _Class__attr

cr0hn avatar Nov 19 '14 08:11 cr0hn