python

  • 任何实现它的类都需要实现 __contains__()方法,并且都可以用 in 关键字查询
    • 实际上,in 是 __contains__() 方法的语法糖
    If you have any questions, please contact me.