我|在函数调用中看到一个"管道"字符():
|
res = c1.create(go, come, swim, "", startTime, endTime, "OK", ax|bx)
管道的含义是什么ax|bx?
ax|bx
python pipe bitwise-operators
我注意到,这个食谱似乎使用__rlshift__,__ror__喜欢的运营商.但是,它们不在文档中!任何人都可以解释这些并且可能指向一些文档吗?
__rlshift__
__ror__
python operators
python ×2
bitwise-operators ×1
operators ×1
pipe ×1