dict.fromkeys
a.fromkeys(seq[, value]) Creates a new dictionary with keys from seq
and values set to value.
dict.fromkeys is a class method that returns a new dictionary. value defaults to None. New in version 2.3.
a.fromkeys(seq[, value]) Creates a new dictionary with keys from seq
and values set to value.
dict.fromkeys is a class method that returns a new dictionary. value defaults to None. New in version 2.3.
this page was rendered by a django application in 0.01s 2011-06-21 20:53:56.738777. hosted by webfaction.