1153万例文収録!

「null object」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > null objectの意味・解説 > null objectに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

null objectの部分一致の例文一覧と使い方

該当件数 : 68



例文

2.3.10.7 The Null Object 例文帳に追加

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 NULL object 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




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS