Flipping a model across its axis [SOLVED using .ls()]

To flip a model across the Y axis:

model.setScale(1, -1, 1)
model.setAttrib(CullFaceAttrib.makeReverse())