dict.setdefault

a.setdefault(k[, x]) a[k] if k in a, else x (also setting it).

dict.setdefault is like dict.get, except that if k is missing, x is both returned and inserted into the dictionary as the value of k. x defaults to None.

 

A Django site. this page was rendered by a django application in 0.01s 2010-09-02 15:25:51.711118. hosted by webfaction.