Beispiel #1
0
 def strip_ignored(d):
     return dict_filter(d, lambda k, v: not k.startswith("_"))
Beispiel #2
0
		def strip_ignored(d):
			return dict_filter(d, lambda k, v: not k.startswith("_"))