AttributeProxy.__dev_proxy is not initialized with python internals

AttributeProxy.__dev_proxy is not initialized with python internals.

One side effect of this issue is that the attribute list of the device is refreshed whenever the attribute is read, because of this line:

executors = getattr(obj, "_executors", {})

The PR is coming up.