Functions, parameters

Matimus mccredie at gmail.com
Thu Feb 8 13:40:56 EST 2007


>>> Poll.objects.filter(question__startswith='What')

That is an example of a keyword argument. You can read about it in the
Python Tutorial:
http://docs.python.org/tut/node6.html#SECTION006720000000000000000

-Matt





More information about the Python-list mailing list