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.02s 2010-03-15 20:05:16.417241. hosted by webfaction.