Home | History | Annotate | Download | only in python2.7

Lines Matching refs:maxproto

1933     maxproto = -1       # max protocol number seen
1945 maxproto = max(maxproto, opcode.proto)
2023 print >> out, "highest protocol among opcodes =", maxproto