python类不接受任何参数_python object()不接受参数
我不敢相信这实际上是一个问题,但我一直在试图调试这个错误,我没有得到任何结果。我肯定我错过了一些很简单的东西,因为这看起来太傻了。import Experiences, Places, Countriesclass Experience(object):def make_place(self, place):addr = place["address"]addr = Places.ttypes.A...