bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Thu, 21 Sep 2017 16:29:26 +0200
changeset 12298 08d79eadd1a4
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
[rset] add convenient first() and last() methods on ResultSet These make life easier for the heavy user of the CW shell. Also aliases entities() with all(); so we end with a pretty consistant set: - .one() - .first() - .last() - .all()

#!/usr/bin/env python
from cubicweb.cwctl import run
run()