using os.scandir() results in 'unresolved attribute reference' warnings in pycharm

后端 未结 0 1849
野趣味
野趣味 2021-01-20 08:32

I have the following python code in pycharm:

# search for files or folders with two or more adjacent spaces
def twoplusspaces(path):

    srchr = os.scandir(p         


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