AutoFindBug icon indicating copy to clipboard operation
AutoFindBug copied to clipboard

entry=pro.entry&0xfff000

Open qijiale opened this issue 2 years ago • 0 comments

In the deal_history(): entry=pro.entry&0xfff000?
for x in hist_list: if x&0xfff000 !=entry: hist_list.remove(x) I don't understand why &0xfff000? Anybody knows?

qijiale avatar Mar 02 '22 15:03 qijiale