huyanggithub

Results 2 comments of huyanggithub

no,the real reasion is dict has no dict.has_key() attrbute in python3,you can replace it with dict.__contains__。

replace child_dict.has_keys with child_dict.__contains__