An example python command to get a <%= object.class.to_s.underscore %> using its uuid:
import arvados

x = arvados.api().<%= object.class.to_s.pluralize.underscore %>().get(uuid='<%= object.uuid %>').execute()