public property accessible as Boolean:
Allows reflective access to a non-public attribute when enabled.
attr = type(r).getAttribute("_numerator") attr.accessible = true print(attr.getValue(r))