https://pantsbuild.org/ logo
h

hundreds-father-404

05/01/2020, 1:34 AM
Like, to correspond to
target()
in BUILD files? Yes, see
core/target_types.py
. If you mean a common class to inherit from, no. Targets no longer use inheritance in V2. Fields do, but every target should directly subclass
engine.Target
. (Nothing preventing this, beyond convention)