Source code: Lib/operator.py The operator module exports a set of efficient functions ... After f = itemgetter(2) , the call f(r) returns r[2] .
確定! 回上一頁