1016万例文収録!

「数オブジェクト」に関連した英語例文の一覧と使い方(11ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 数オブジェクトに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

数オブジェクトの部分一致の例文一覧と使い方

該当件数 : 2442



例文

object 引が呼び出し可能なオブジェクトの場合、真を返します。 そうでなければ偽を返します。例文帳に追加

Return true if the object argument appears callable, false if not. - Python

二つのオブジェクト x および y を比較し、その結果に従って整を返します。例文帳に追加

Compare the two objects x and y and return an integeraccording to the outcome.  - Python

この関は与えられた名前の属性を削除しますが、オブジェクトがそれを許す場合に限ります。例文帳に追加

The function deletes the named attribute, provided the object allows it. - Python

がある場合、そのオブジェクトの有効な属性からなるリストを返そうと試みます。例文帳に追加

With an argument, attempts to return a list of valid attributes for that object. - Python

例文

object がクラスインスタンスや与えられた型のオブジェクトでない場合、この関は常に偽を返します。例文帳に追加

If object is not a class instance or an object of the given type, the function always returns false. - Python


例文

戻り値は (module 引と同じ) モジュールオブジェクトです。 reload(module) を実行すると、以下の処理が行われます:例文帳に追加

The return value is the module object (the same as the module argument).When reload(module) is executed: - Python

返された上位クラスオブジェクトが非バインドの場合、二つめの引は省略されます。例文帳に追加

If the second argument is omitted the super object returned is unbound. - Python

数オブジェクトはTOSの下にあるargcデフォルトパラメータをもつように定義されます。例文帳に追加

The function object is defined to have argcdefault parameters, which are found below TOS.  - Python

値 ob の入った新たなセルオブジェクトを生成して返します。 引を NULL にしてもかまいません。例文帳に追加

Create and return a new cell object containing the value ob.The parameter may be NULL.  - Python

例文

Python では、オブジェクト型を定義する上で多くの構造体が使われます。例文帳に追加

There are a large number of structures which are used in the definition of object types for Python. - Python

例文

第二のパラメタ (よく args と呼ばれます) は、全ての引を表現するタプルオブジェクトです。例文帳に追加

The second parameter(often called args) is a tuple object representing all arguments. - Python

メソッドの最初の引には、型のインスタンスではなく型オブジェクトが渡されます。例文帳に追加

The method will be passed the type object as the first parameter rather than an instance of the type. - Python

キーワード引で指定したメンバの値を除き、同じ値をもつ datetime オブジェクトを返します。例文帳に追加

Return a datetime with the same members, except for those members given new values by whichever keyword arguments are specified. - Python

dateitme.datetime.fromtimestamp() に渡すのに適した引タプルから新たな datetime.datetime オブジェクトを生成して返します。例文帳に追加

Create and return a new datetime. datetime object given an argument tuple suitable for passing to datetime. - Python

dateitme.date.fromtimestamp() に渡すのに適した引タプルから新たな datetime.date オブジェクトを生成して返します。例文帳に追加

Create and return a new datetime. date object given an argument tuple suitable for passing to datetime. - Python

キーワード引で指定したメンバの値を除き、同じ値をもつ timeオブジェクトを返します。例文帳に追加

Return a time with the same value, except for those members given new values by whichever keyword arguments are specified. - Python

注意:Differオブジェクトをインスタンス化するとき、``junk.''である列と文字をフィルタリングす関を渡すことができます。例文帳に追加

'''.splitlines(1) Next we instantiate a Differ object:  - Python

test 内の例題 (DocTest オブジェクト) を実行し、その結果を出力用の関out を使って表示します。例文帳に追加

Run the examples in test (a DocTest object), and display the results using the writer function out. The examples are run in the namespace test.globs. - Python

この関は現在の例外オブジェクトを返します。 例外が発生していない場合には NULL を返します。例文帳に追加

This returns the current exception object,or NULL if no exception has occurred.  - Python

オブジェクトが組み込みモジュール・クラス・関の場合はTypeError例外が発生します。例文帳に追加

This will fail with a TypeError if the object is a built-in module, class, or function. - Python

オブジェクトが組み込みのモジュール、クラス、関の場合には、TypeError例外が発生します。例文帳に追加

This will fail with a TypeError if the objectis a built-in module, class, or function.  - Python

のイテレート可能オブジェクトに対して、同じ繰り返し処理を同時に行う場合に使用します。例文帳に追加

Used for lock-step iteration over several iterables at atime.  - Python

v の整部から新たな PyLongObject オブジェクトを生成して返します。 失敗のときには NULL を返します。例文帳に追加

Returns a new PyLongObject object from the integer part ofv, or NULL on failure.  - Python

成功するとオブジェクト o 中のキーのを返し、失敗すると -1 を返します。例文帳に追加

Returns the number of keys in object o on success, and-1 on failure.  - Python

この関は、Apple Eventディスクリプタ x のデータのPythonオブジェクト表現を返します。例文帳に追加

This function returns a Python object representation of the data in the AppleEvent descriptor x. - Python

bytesourceはモジュール、クラス、関、あるいはコードオブジェクトのいずれかを示します。例文帳に追加

Disassemble the bytesource object. bytesource can denoteeither a module, a class, a method, a function, or a code object.  - Python

組み込み演算または関が適切でない型のオブジェクトに対して適用された際に送出されます。例文帳に追加

Raised when an operation or function is applied to an object of inappropriate type. - Python

この関は、FSSpecオブジェクトとユーザがキャンセルしないでダイアログを閉じたかどうかを示すフラグを返します。例文帳に追加

Return an FSSpec object and a success-indicator. - Python

newモジュールはインタプリタオブジェクト作成関へのインターフェイスを与えます。例文帳に追加

The new module allows an interface to the interpreter object creation functions. - Python

オブジェクト o を関のように呼び出すことができる場合真を返し、それ以外の場合 false を返します。例文帳に追加

Returns true if the object o can be called like a function,otherwise it returns false.  - Python

Unixでは、ファクトリ関によって返されるオブジェクトを定義しているクラスも利用することができます。例文帳に追加

On Unix, a class defining the objects returned by the factory functions is also available. - Python

この関はオーディオデバイスを開き、Sunオーディオデバイスのオブジェクトを返します。例文帳に追加

This function opens the audio device and returns a Sun audio device object. - Python

オプション引depthを指定すると、スタックのトップからdepthだけ下のフレームオブジェクトを取得します。例文帳に追加

If optional integerdepth is given, return the frame object that many calls below the top of the stack. - Python

を呼び出している処理のスレッドに対応する Thread オブジェクトを返します。例文帳に追加

Return the current Thread object, corresponding to thecaller's thread of control.  - Python

この関はトレースバックオブジェクトに設定された現在の行番号をかえします。例文帳に追加

This function returns the current line number set in the traceback object. - Python

オブジェクト o が値型プロトコルを提供している場合に1 を返し、そうでないときには偽を返します。例文帳に追加

Returns 1 if the object o provides numeric protocols,and false otherwise.  - Python

attr=value キーワード引では、オプションの属性、すなわち Option オブジェクトの属性を定義しています。例文帳に追加

The attr=value keyword arguments define option attributes,i.e. attributes of the Option object.  - Python

obj パラメタは関の第一パラメタとして渡され、何らかの Python オブジェクトかまたはNULLになります。例文帳に追加

The obj parameter is passed to the function as its first parameter, and may be any Python object, or NULL. - Python

flags 引は、RE オブジェクトがコンパイルされたとき使われ、もし flags が何も提供されなければ 0 です。例文帳に追加

The flags argument used when the RE object was compiled, or0 if no flags were provided.  - Python

なる整 k か、あるいは要素の範囲を表すスライスオブジェクトでなければならないということです。例文帳に追加

where N is the length of the sequence, or slice objects, which define a range of items. - Python

シーケンスの場合、キーとして整とスライスオブジェクトを受理できなければなりません。例文帳に追加

self[key].For sequence types, the accepted keys should be integers and slice objects. - Python

成功するとシーケンス o 中のオブジェクトを返し、失敗すると -1 を返します。例文帳に追加

Returns the number of objects in sequence o on success, and-1 on failure.  - Python

は Python 文字列オブジェクトを指すポインタへのアドレスでなくてはなりません。例文帳に追加

The argument must be the address of a pointer variable pointing to a Python string object. - Python

同様に、オブジェクトのメモリ解放関も以下の二つの規則に適合しなければなりません:例文帳に追加

Similarly, the deallocator for the object must conform to a similarpair of rules:  - Python

タプルオブジェクトへのポインタを引にとり、そのタプルのサイズを返します。例文帳に追加

Takes a pointer to a tuple object, and returns the size of that tuple. - Python

この関は全てのオブジェクトで初期化を完了するために呼び出されなくてはなりません。例文帳に追加

This should be called on all type objects to finish their initialization. - Python

この関は、基底クラス型から継承したスロットを型オブジェクトに追加する役割があります。例文帳に追加

This function is responsible for adding inherited slots from a type's base class. - Python

メソッド属性を設定するためには、その背後の関数オブジェクトで明示的に:例文帳に追加

In order to set a method attribute,you need to explicitly set it on the underlying function object:  - Python

従って、この関が返す Unicodeオブジェクトを変更してよいのは u が NULL のときだけです。例文帳に追加

Therefore,modification of the resulting Unicode object is only allowed whenu is NULL.  - Python

例文

ただし、そのオブジェクトに対して別の関が明示的に指定されている場合は、この限りではない。例文帳に追加

Name Syntax  - XFree86

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
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会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS