TypeError: argument of type 'type' is not iterable

后端 未结 0 1728
情话喂你
情话喂你 2021-02-09 16:02
from file import x
a = x
if i in a:
    dosomething

file.py:

class x:
def __init__(self):
    self.q = []

def __contains__(self,item):
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题