Theoretically, could a `Target` be registered as b...
# development
p
Theoretically, could a
Target
be registered as both a target and a
context_aware_object_factory
? I want to basically wrap python_distribution in a macro (a caof) to also create targets representing the entry points so that they can be addressable. A generator doesn't work here because a generator is replaced with its generated targets, and I want to add targets, not replace the primary target.
1
Hmm. Nope. The interface of
Target
and
ContextAwareObjectFactory
are incompatible.