TargetUniverse
Target universe in BXL. Used for looking up valid configured targets to use in cquery. This is not needed for uquery.
TargetUniverse.lookup
def TargetUniverse.lookup(
targets: bxl.UnconfiguredTargetNode | str | target_label | target_set | list[bxl.UnconfiguredTargetNode | str | target_label],
) -> target_set
Looks up valid configured target nodes within the universe. The targets passed in are either string literals, unconfigured target nodes, or unconfigured target labels.
TargetUniverse.target_set
def TargetUniverse.target_set(
) -> target_set
The target set of the nodes used to construct the target universe.
TargetUniverse.universe_target_set
def TargetUniverse.universe_target_set(
) -> target_set
The target set of the entire target universe.