dict.pop
a.pop(k[, x]) a[k] if k in a, else x (and remove k).
dict.pop raises a KeyError when no default value is given and the key is not found. New in version 2.3.
a.pop(k[, x]) a[k] if k in a, else x (and remove k).
dict.pop raises a KeyError when no default value is given and the key is not found. New in version 2.3.
this page was rendered by a django application in 0.00s 2012-02-09 21:00:38.167757. hosted by webfaction.