Module resolver

Source

Functionsยง

get_recursive_refs
Returns a list of indices of all recursive references in the given object and its references.
resolve_all_refs
Attempts to resolve all references in the given object and its references. This will remove all unused references and resolve all non-recursively stored references. If there are any recursive references, they will be left as LoadRef or StoreRef objects and included in the returned references.