Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/p/y/PyRM-HEAD/pyrm/PyLucid_stuff/PyRM_plugin/PyRM_plugin.py PyRM(Download)
self.context["PAGE"].title = _(u"PyRM - Rechnungen") bills = Rechnung.objects.all()[:DISPLAY_BILL_LIMIT] for bill in bills: bill.link = self.URLs.methodLink("bill_detail", bill.id)
src/p/y/PyRM-HEAD/pyrm/PyLucid_stuff/PyRM_plugin/forms.py PyRM(Download)
self.context["PAGE"].title = _(u"PyRM - Rechnungen") bills = Rechnung.objects.all()[:DISPLAY_BILL_LIMIT] for bill in bills: bill.link = self.URLs.methodLink("bill_detail", bill.id)