When registering a concrete algorithm or translator with a resolver, we already copy it, so now we can also bind the copied object to the resolver. Then we don't have to worry about passing in a resolver when we call it later. The __call__() method can automatically use the resolver if needed.
This PR is needed for metagraph-dev/metagraph-numba#1.
When registering a concrete algorithm or translator with a resolver, we already copy it, so now we can also bind the copied object to the resolver. Then we don't have to worry about passing in a resolver when we call it later. The
__call__()
method can automatically use the resolver if needed.This PR is needed for metagraph-dev/metagraph-numba#1.