there are probably a few more of these: <https://g...
# development
a
there are probably a few more of these: https://github.com/pantsbuild/pants/blob/master/src/python/pants/engine/selectors.py#L23-L24
Copy code
@frozen_after_init
@dataclass(unsafe_hash=True)
class Get(Generic[_Product]):
    """Experimental synchronous generator API.
    May be called equivalently as either:   # verbose form: Get[product](subject_declared_type,
    subject)   # shorthand form: Get[product](subject_declared_type(<constructor args for subject>))
    """