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.01s 2010-09-02 15:38:24.797114. hosted by webfaction.