Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Behaviour on double-underscore Python attributes #60

Open
alexbarcelo opened this issue Nov 6, 2020 · 0 comments
Open

Behaviour on double-underscore Python attributes #60

alexbarcelo opened this issue Nov 6, 2020 · 0 comments

Comments

@alexbarcelo
Copy link
Member

alexbarcelo commented Nov 6, 2020

AFAICT, "private variables" will break given that there is a little big of mangling when registering classes.

As of the time of writing this issue, original hierarchy of classes is lost on class registration, and thus the name mangling performed by Python should be inaccurate --and potentially result in name clashing, e.g. when using mixins.

This may be automatically resolved once bsc-dom/dataclay-packaging/issues/7 is addressed. But maybe it's worth taking that into account during the design phase of that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant