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
Currently, RegistryMetadata._init_object has no explanation of what it is trying to do. In broad strokes, method recursively resolves the bindings Deferred bindings attached to the object being initialized, however there may be some subtlety here that I missed or forgot about.
This issue captures the task of determining exactly what this method does, documenting what it does, and documenting any relevant differences between _init_object and _ainit_object.
Currently,
RegistryMetadata._init_object
has no explanation of what it is trying to do. In broad strokes, method recursively resolves the bindingsDeferred
bindings attached to the object being initialized, however there may be some subtlety here that I missed or forgot about.This issue captures the task of determining exactly what this method does, documenting what it does, and documenting any relevant differences between
_init_object
and_ainit_object
.This Issue is dependent on #49.
The text was updated successfully, but these errors were encountered: