You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to access public class variables without manually writing get and set methods?
For reference -- ".def_readwrite" in pybind11 allows using the "dot" syntax "A.a".