This is the equivalent to the Python expression "len(o)". Python の式 "len(o)"と同じです。 - Python
For objects that do not provide mapping protocol, this is equivalent to the Python expression"len(o)". マップ型プロトコルを提供していないオブジェクトに対しては、Python の式 "len(o)" と同じになります。 - Python
For objects that do not provide sequence protocol, this is equivalent to the Python expression"len(o)". シーケンス型プロトコルをサポートしないオブジェクトに対しては、Python の式 "len(o)" と同じになります。 - Python
Return a Python object from the data stream in a character buffer containing len bytes pointed to by string. string が指しているlen バイトの文字列バッファに納められたデータストリームから Python オブジェクトを読み出して返します。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.