2.3.10.7 The NullObject 2.3.10.7 ヌルオブジェクト - Python
reference to parent object or NULL if root object 親オブジェクトのリファレンスか、ルートオブジェクトの場合はNULLが返ります。 - PEAR
The value and traceback object may be NULL even when the type object is not. 型オブジェクトがNULLでないときでさえ、その値とトレースバックオブジェクトはNULLかもしれません。 - Python
Convert a null-terminated C string to a Python object.
null 終端された C 文字列から Python オブジェクトに変換します。 - Python
When o is non-NULL, returns a type object corresponding to the object type of object o. o が NULLでない場合、オブジェクトo のオブジェクト型に相当する型オブジェクトを返します。 - Python
Unicode object constructor.Setting encoding to NULL causes the default encoding to be used which is ASCII. encoding を NULL にすると、デフォルトエンコーディングである ASCIIを使います。 - Python
Returns NULL if the new object could not be allocated. 新たなオブジェクトをアロケーションできない場合には NULL を返します。 - Python
Returns the resized object or NULL on failure. リサイズされたオブジェクトを返します。 失敗すると NULL を返します。 - Python
Return value mixed - returns int or NULL if root object 返り値 整数値、あるいはルートオブジェクトである場合に NULLを返します。 - PEAR
Creates a PyFloatObject object from v, or NULL on failure. v から PyFloatObject オブジェクトを生成して返します。 失敗すると NULL を返します。 - Python
The visit function must not be called with a NULLobject argument. visit 関数は NULL オブジェクトを引数に渡して呼び出してはなりません。 - Python
Return a new tuple object of size len, or NULL on failure.
サイズが len 新たなタプルオブジェクトを返します。 失敗すると NULL を返します。 - Python
This should be NULL if the object is not callable.
オブジェクトが呼び出し可能でない場合には NULL にしなければなりません。 - Python
Thedestr function will be called when the object is reclaimed,unless it is NULL.
関数 destr が NULL でない場合、オブジェクトを再利用する際に呼び出します。 - Python
Return true if ob is a cell object; ob must not be NULL. ob がセルオブジェクトの場合に真を返します;ob は NULL であってはなりません。 - Python
Returns true if ob is a slice object; ob must not be NULL. ob がスライスオブジェクトの場合に真を返します;ob は NULL であってはなりません。 - Python
Returns a new string object with the value v on success, and NULL on failure. v を値に持つ文字列オブジェクトを返します。 失敗すると NULLを返します。 - Python
If this slot is NULL, then the object does not support reading from the internal data. このスロットが NULLの場合、オブジェクトは内部データの読み出しをサポートしません。 - Python
The object may be NULL, in which case the macro has no effect. オブジェクトがNULLであってもよく、その場合マクロは何の影響も与えません。 - Python
Return true if ob is a generator object; ob must not be NULL. ob がジェネレータオブジェクトの場合に真を返します。 obが NULL であってはなりません。 - Python
Return element of o corresponding to the object key or NULL on failure. オブジェクト key に対応するo の要素を返します。 失敗すると NULLを返します。 - Python
Return the result of repeating sequence object o counttimes, or NULL on failure.
成功するとオブジェクトo の count 回繰り返しを返し、失敗すると NULL を返します。 - Python
Convert a null-terminated buffer of Unicode (UCS-2 or UCS-4)data to a Python Unicode object.
null 終端された Unicode (UCS-2 または UCS-4) データのバッファからPython オブジェクトに変換します。 - Python
Creates a PyFloatObject object based on the string value instr, or NULL on failure.
str の文字列値をもとに PyFloatObject オブジェクトを生成します。 失敗すると NULL を返します。 - Python
Returns a new PyLongObject object from v, or NULL on failure. v から新たな PyLongObject オブジェクトを生成して返します。 失敗のときには NULL を返します。 - Python
Returns the o converted to an integer object on success, or NULL on failure. 成功するとo を整数に変換したものを返し、失敗すると NULL を返します。 - Python
RaisesTypeError and returns NULL if the object cannot be iterated. オブジェクトが反復処理不可能であった場合にはTypeError を送出して NULL を返します。 - Python
If the buffer is not NULL, the return value might be a shared object. バッファが NULL でない場合、戻り値は共有されたオブジェクトになることがあります。 - Python
If ob is not a weakly-referencable object, or if callback is not callable, None, or NULL, this will return NULL and raise TypeError.New in version 2.2. ob が弱参照できないオブジェクトの場合や、callback が呼び出し可能オブジェクト、None、NULLのいずれでもない場合は、NULL を返してTypeErrorを送出します。 - Python
Returns the o converted to a long integer object on success,or NULL on failure.
成功するとo を長整数に変換したものを返し、失敗すると NULL を返します。 - Python
Return the slice of sequence object o between i1 and i2, or NULL on failure. 成功するとo の i1 から i2 までの間のスライスを返し、失敗すると NULL を返します。 - Python
Therefore,modification of the resulting Unicode object is only allowed whenu is NULL.
従って、この関数が返す Unicodeオブジェクトを変更してよいのは u が NULL のときだけです。 - Python
Like "s", but the Python object may also be None, inwhich case the C pointer is set to NULL.
"s" に似ていますが、Python オブジェクトは None でもよく、その場合には C のポインタは NULLにセットされます。 - Python
Create and return a new cell object containing the value ob.The parameter may be NULL.
値 ob の入った新たなセルオブジェクトを生成して返します。 引数を NULL にしてもかまいません。 - Python
Return the contents of the cell cell, but without checking that cell is non-NULL and a cell object. cell の内容を返しますが、cell が非 NULL でかつセルオブジェクトであるかどうかチェックしません。 - Python
Returns a new PyLongObject object from a C unsignedlong, or NULL on failure.
C の unsigned long 型から新たな PyLongObject オブジェクトを生成して返します。 失敗のときには NULL を返します。 - Python
Returns a new PyLongObject object from a C long long,or NULL on failure.
C の long long 型から新たな PyLongObject オブジェクトを生成して返します。 失敗のときには NULL を返します。 - Python
Returns a new PyLongObject object from a C unsignedlong long, or NULL on failure.
C の unsigned long long 型から新たな PyLongObjectオブジェクトを生成して返します。 失敗のときには NULL を返します。 - Python
Returns a new PyLongObject object from the integer part ofv, or NULL on failure.
v の整数部から新たな PyLongObject オブジェクトを生成して返します。 失敗のときには NULL を返します。 - Python
Returns the o converted to a float object on success, or NULL on failure. 成功するとo を浮動小数点数に変換したものを返し、失敗すると NULL を返します。 - Python
Returns a new string object with the value v and length len on success, and NULL on failure. 値が v で長さが len の新たな文字列オブジェクトを返します。 失敗すると NULL を返します。 - Python
This returns the current exception object,or NULL if no exception has occurred.
この関数は現在の例外オブジェクトを返します。 例外が発生していない場合には NULL を返します。 - Python
The obj parameter is passed to the function as its first parameter, and may be any Python object, or NULL. obj パラメタは関数の第一パラメタとして渡され、何らかの Python オブジェクトかまたはNULLになります。 - Python
Retrieves the DataSource object as a referenceReturn value returns object reference or null if no driver is loaded データソースオブジェクトへの参照を取得します。 返り値 オブジェクトへの参照、あるいはドライバが読み込まれていない場合にnull を返します。 - PEAR
Create and return a new generator object based on the frame object.The parameter must not be NULL.
frame オブジェクトに基づいて新たなジェネレータオブジェクトを生成して返します。 パラメタが NULL であってはなりません。 - Python
Return a new reference to the module object, or NULL with an exception set if an error occurred. モジュールオブジェクトへの新たな参照を返します。 失敗した場合には例外をセットし、NULL を返します。 - Python
It is a genuine Python object rather than a NULL pointer, which means ``error'' in most contexts, as we have seen. これまで見てきたようにほとんどのコンテキストで ``エラー'' を意味する NULL ポインタとは違い、None は純粋なPython のオブジェクトです。 - Python
Functions that return object references generally return NULL only to indicate that an exception occurred. 一方、オブジェクトへの参照を返すような関数は一般に、例外の発生を示す場合にのみ NULL を返します。 - Python
This slot must not be NULL and is used to inform the caller how many segments the object contains. このスロットは NULL であってはならず、オブジェクトにいくつセグメントが入っているかを呼び出し側に教えるために使われます。 - Python
Return element of o corresponding to the object key orNULL on failure.
成功するとオブジェクト key に対応する o の要素を返し、失敗すると NULL を返します。 - 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.