Book a Demo

Author Topic: python reverse engineering: "private" methods?  (Read 2351 times)

DaveToo

  • EA Novice
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
python reverse engineering: "private" methods?
« on: August 03, 2011, 11:39:28 am »
Noting that in Python, "protected" and "private" methods/attributes are almost purely convention... is there a feature I'm missing that can automatically classify attributes/methods with leading underscores as protected/private?