Debugging problems with deepcopy of class implementing __getattr__

后端 未结 0 1711
情歌与酒
情歌与酒 2021-01-30 07:09

I have a class which has an instance variable of type enum.Flag. It implements __getattr__ so that i can return the boolean state of a flag given by name.

Th

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