Github user felixcheung commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/530#issuecomment-165284025
@cloverhearts thanks - to clarify the rule is two leading underscores
(`__foo`)
https://www.python.org/dev/peps/pep-0008/#method-names-and-instance-variables
"To avoid name clashes with subclasses, use two leading underscores to
invoke Python's name mangling rules. Python mangles these names with the class
name: if class Foo has an attribute named __a , it cannot be accessed by
Foo.__a"
you do not match both leading and trailing (`__foo__`)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---