Python中的operator庫

Python中的operator庫

這個模塊提供了一系列的函數(shù)操作鬼吵。比如齿椅,operator.add(x, y)等于x+y

a = [1,2,3]

b = [5,6,7]

c = map(operator.mul, a, b)

c的值就為[5, 12, 21]

abs(...)

abs(a) -- Same as abs(a).

add(...)

add(a, b) -- Same as a + b.

and_(...)

and_(a, b) -- Same as a & b.

concat(...)

concat(a, b) -- Same as a + b, for a and b sequences.

contains(...)

contains(a, b) -- Same as b in a (note reversed operands).

countOf(...)

countOf(a, b) -- Return the number of times b occurs in a.

delitem(...)

delitem(a, b) -- Same as del a[b].

delslice(...)

delslice(a, b, c) -- Same as del a[b:c].

div(...)

div(a, b) -- Same as a / b when __future__.division is not in effect.

eq(...)

eq(a, b) -- Same as a==b.

floordiv(...)

floordiv(a, b) -- Same as a // b.

ge(...)

ge(a, b) -- Same as a>=b.

getitem(...)

getitem(a, b) -- Same as a[b].

getslice(...)

getslice(a, b, c) -- Same as a[b:c].

gt(...)

gt(a, b) -- Same as a>b.

iadd(...)

iadd(a, b) -- Same as a += b.

iand(...)

iand(a, b) -- Same as a &= b.

iconcat(...)

iconcat(a, b) -- Same as a += b, for a and b sequences.

idiv(...)

idiv(a, b) -- Same as a /= b when __future__.division is not in effect.

ifloordiv(...)

ifloordiv(a, b) -- Same as a //= b.

ilshift(...)

ilshift(a, b) -- Same as a <<= b.

imod(...)

imod(a, b) -- Same as a %= b.

imul(...)

imul(a, b) -- Same as a *= b.

index(...)

index(a) -- Same as a.__index__()

indexOf(...)

indexOf(a, b) -- Return the first index of b in a.

inv(...)

inv(a) -- Same as ~a.

invert(...)

invert(a) -- Same as ~a.

ior(...)

ior(a, b) -- Same as a |= b.

ipow(...)

ipow(a, b) -- Same as a **= b.

irepeat(...)

irepeat(a, b) -- Same as a *= b, where a is a sequence, and b is an integer.

irshift(...)

irshift(a, b) -- Same as a >>= b.

isCallable(...)

isCallable(a) -- Same as callable(a).

isMappingType(...)

isMappingType(a) -- Return True if a has a mapping type, False otherwise.

isNumberType(...)

isNumberType(a) -- Return True if a has a numeric type, False otherwise.

isSequenceType(...)

isSequenceType(a) -- Return True if a has a sequence type, False otherwise.

is_(...)

is_(a, b) -- Same as a is b.

is_not(...)

is_not(a, b) -- Same as a is not b.

isub(...)

isub(a, b) -- Same as a -= b.

itruediv(...)

itruediv(a, b) -- Same as a /= b when __future__.division is in effect.

ixor(...)

ixor(a, b) -- Same as a ^= b.

le(...)

le(a, b) -- Same as a<=b.

lshift(...)

lshift(a, b) -- Same as a << b.

lt(...)

lt(a, b) -- Same as a

mod(...)

mod(a, b) -- Same as a % b.

mul(...)

mul(a, b) -- Same as a * b.

ne(...)

ne(a, b) -- Same as a!=b.

neg(...)

neg(a) -- Same as -a.

not_(...)

not_(a) -- Same as not a.

or_(...)

or_(a, b) -- Same as a | b.

pos(...)

pos(a) -- Same as +a.

pow(...)

pow(a, b) -- Same as a ** b.

repeat(...)

repeat(a, b) -- Return a * b, where a is a sequence, and b is an integer.

rshift(...)

rshift(a, b) -- Same as a >> b.

sequenceIncludes(...)

sequenceIncludes(a, b) -- Same as b in a (note reversed operands; deprecated).

setitem(...)

setitem(a, b, c) -- Same as a[b] = c.

setslice(...)

setslice(a, b, c, d) -- Same as a[b:c] = d.

sub(...)

sub(a, b) -- Same as a - b.

truediv(...)

truediv(a, b) -- Same as a / b when __future__.division is in effect.

truth(...)

truth(a) -- Return True if a is true, False otherwise.

xor(...)

xor(a, b) -- Same as a ^ b.

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市矾麻,隨后出現(xiàn)的幾起案子妙同,更是在濱河造成了極大的恐慌,老刑警劉巖粥帚,帶你破解...
    沈念sama閱讀 211,265評論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件芒涡,死亡現(xiàn)場離奇詭異,居然都是意外死亡赠群,警方通過查閱死者的電腦和手機旱幼,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,078評論 2 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來冬三,“玉大人,你說我怎么就攤上這事勾笆∥炎Γ” “怎么了?”我有些...
    開封第一講書人閱讀 156,852評論 0 347
  • 文/不壞的土叔 我叫張陵纷跛,是天一觀的道長啃勉。 經(jīng)常有香客問我,道長叮阅,這世上最難降的妖魔是什么泣特? 我笑而不...
    開封第一講書人閱讀 56,408評論 1 283
  • 正文 為了忘掉前任,我火速辦了婚禮勒叠,結(jié)果婚禮上膏孟,老公的妹妹穿的比我還像新娘。我一直安慰自己弊决,他們只是感情好魁淳,可當(dāng)我...
    茶點故事閱讀 65,445評論 5 384
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著昆稿,像睡著了一般息拜。 火紅的嫁衣襯著肌膚如雪净响。 梳的紋絲不亂的頭發(fā)上岛抄,一...
    開封第一講書人閱讀 49,772評論 1 290
  • 那天夫椭,我揣著相機與錄音氯庆,去河邊找鬼。 笑死仁讨,一個胖子當(dāng)著我的面吹牛实昨,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播荒给,決...
    沈念sama閱讀 38,921評論 3 406
  • 文/蒼蘭香墨 我猛地睜開眼志电,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了例朱?” 一聲冷哼從身側(cè)響起鱼蝉,我...
    開封第一講書人閱讀 37,688評論 0 266
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎渔隶,沒想到半個月后吉挣,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,130評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡终吼,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,467評論 2 325
  • 正文 我和宋清朗相戀三年际跪,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片姆打。...
    茶點故事閱讀 38,617評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡幔戏,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出痊剖,到底是詐尸還是另有隱情垒玲,我是刑警寧澤,帶...
    沈念sama閱讀 34,276評論 4 329
  • 正文 年R本政府宣布叮贩,位于F島的核電站佛析,受9級特大地震影響,放射性物質(zhì)發(fā)生泄漏说莫。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,882評論 3 312
  • 文/蒙蒙 一互婿、第九天 我趴在偏房一處隱蔽的房頂上張望慈参。 院中可真熱鬧刮萌,春花似錦驮配、人聲如沸壮锻。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,740評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽掰邢。三九已至,卻和暖如春辣之,著一層夾襖步出監(jiān)牢的瞬間,已是汗流浹背狮鸭。 一陣腳步聲響...
    開封第一講書人閱讀 31,967評論 1 265
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留奏夫,地道東北人怕篷。 一個月前我還...
    沈念sama閱讀 46,315評論 2 360
  • 正文 我出身青樓,卻偏偏與公主長得像酗昼,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子梳猪,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 43,486評論 2 348

推薦閱讀更多精彩內(nèi)容