コード例 #1
0
 def strip_ignored(d):
     return dict_filter(d, lambda k, v: not k.startswith("_"))
コード例 #2
0
ファイル: flask.py プロジェクト: beeverycreative/BEEweb
		def strip_ignored(d):
			return dict_filter(d, lambda k, v: not k.startswith("_"))