1153万例文収録!

「optional argument」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > optional argumentに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

optional argumentの部分一致の例文一覧と使い方

該当件数 : 80



例文

Return the next message in the mailbox, created with the optional factory argument passed into the mailbox object's constructor.By default this is an rfc822.Messageobject (see the例文帳に追加

メイルボックスオブジェクトのコンストラクタに渡された、オプションのfactory 引数を使って、メイルボックス中の次のメッセージを生成して返します。 - Python

The optional default argument can be used to specify a different default to be returned when there is no header matching name.例文帳に追加

オプションの default 引数は、name に一致するヘッダが存在しない場合に、別のデフォルト値を返すように指定するために使われます。 - Python

The optional argument arg can be an integer giving the exit status(defaulting to zero), or another type of object.例文帳に追加

オプション引数argには、終了ステータスとして整数(デフォルトは0)または整数以外の型のオブジェクトを指定することができます。 - Python

The optional argument prefix determines where the header is inserted; "0" means append at the end, "1" is insert at the start.例文帳に追加

省略可能な引数 prefixは、ヘッダが挿入される場所を決定します;"0" は最後に追加することを意味し、"1" は先頭への挿入です。 - Python

例文

The return value is the converted line(s).If the optional argument quotetabs is present and true, all tabs and spaces will be encoded.例文帳に追加

変換後の文字列を返します。 オプション引数 quptetabs が存在し、かつその値が真であれば、全てのタブおよび空白文字もエンコードされます。 - Python


例文

The optional ic argument is a low-level icglue.icinstance created beforehand, this may be useful if you want to get preferences from a different config file,etc.例文帳に追加

オプションの引数ic は低水準モジュールであらかじめ作成しておいたicglue.icinstanceで、別の設定ファイルなどから設定を得る場合に便利です。 - Python

Optional argument package is a Python package or the name of a Python package whose directory should be used as the base directory for module-relative filenames.例文帳に追加

オプション引数 package には、 Python パッケージを指定するか、モジュール相対のファイル名の場合には相対の基準ディレクトリとなるPython パッケージの名前を指定します。 - Python

path.join(dirpath, name).If optional argument topdown is true or not specified, the triple for a directory is generated before the triples for any of its subdirectories (directories are generated top down).例文帳に追加

オプション引数 topdown が真であるか、指定されなかった場合、各ディレクトリからタプルを生成した後で、サブディレクトリからタプルを生成します。 - Python

Set the file's current position. whence argument is optional and defaults to 0 (absolute file positioning); other values are 1 (seek relative to the current position) and 2(seek relative to the file's end).例文帳に追加

whence引数はオプションであり、デフォルトは0(絶対位置)です。 その他の値として、1(現在位置からの相対位置)と2(ファイルの終わりからの相対位置)があります。 - Python

例文

Optional argument name gives the name of the test; by default,or if None, os.path.basename(filename) is used.Optional argument package is a Python package or the name of a Python package whose directory should be used as the base directory for a module-relative filename.例文帳に追加

オプション引数 name には、テストの名前を指定します; デフォルトの場合や None を指定した場合、 os.path.basename(filename) になります。 オプション引数 package には、 Python パッケージを指定するか、モジュール相対のファイル名の場合には相対の基準ディレクトリとなるPython パッケージの名前を指定します。 - Python

例文

Optional argument isjunk must be None (the default) or a one-argument function that takes a sequence element and returnstrue if and only if the element is ``junk'' and should be ignored.Passing None for isjunk is equivalent to passinglambda x: 0; in other words, no elements are ignored.例文帳に追加

オプションの引数 isjunk は、None (デフォルトの値です)にするか、単一の引数をとる関数にせねばなりません。 後者の場合、関数はシーケンスの要素を受け取り、要素が ``junk'' であり、無視すべきである場合に限り真をかえすようにせねばなりません。 - Python

If the optional sizehint argument is present, instead of reading up to EOF, whole lines totallingapproximately sizehint bytes (possibly after rounding up to an internal buffer size) are read.例文帳に追加

オプションの sizehint 引数が存在すれば、EOFまで読み出す代わりに完全な行を全体で大体 sizehint バイトになるように(おそらく内部バッファサイズを切り詰めて) 読み出します。 - Python

The exception error is raised if an invalid flag is specified.The optional mode argument is the Unix mode of the file, used only when the database has to be created.例文帳に追加

無効なフラグが指定された場合、例外 errorが送出されます。 オプションの mode 引数は、新たにデータベースを作成しなければならない場合に使われる Unix のファイルモードです。 - Python

The third argument may be -1 on olderFTP servers which do not return a file size in response to a retrievalrequest.If the url uses the http: scheme identifier, the optional data argument may be given to specify a POST request(normally the request type is GET).例文帳に追加

3 つ目のファイルの総サイズは、ファイル取得の際の応答時にファイルサイズを返さない古い FTP サーバでは -1 になります。 url が http: スキーム識別子を使っていた場合、オプション引数 data を与えることで POST リクエストを行うよう指定することができます (通常リクエストの形式は GET です)。 - Python

DocTests can currently be extracted from the following object types: modules, functions,classes, methods, static methods, class methods, and properties.The optional argument verbose can be used to display the objects searched by the finder.例文帳に追加

現在のところ、モジュール、関数、クラス、メソッド、静的メソッド、クラスメソッド、プロパティからDocTest を抽出できます。 オプション引数 verbose を使うと、抽出処理の対象となるオブジェクトを表示できます。 - Python

The whence argument is optional and defaults to 0 (absolute file positioning); other values are 1 (seek relative to the current position) and2 (seek relative to the file's end).例文帳に追加

引数whenceは省略可能で、デフォルト値は0(ファイルの絶対位置)です;他に1(現在位置から相対的にシークします)と2(ファイルの末尾から相対的にシークします)の値を取ります。 何も値は返しません。 - Python

This method takes care of all that bureaucracy for you; all you have to do is supply the function to call and an argument tuple for it (to embody the``external action'' being performed), and an optional message to print.例文帳に追加

この関数はその繁雑な処理を行います。 関数と引数のタプル、(実行する「アクション」をはっきりさせるための)表示に使われる任意のメッセージを渡してください。 - Python

Execute the unittest.TestSuite instance suite.The optional argument testclass accepts one of the test classes in the suite so as to print out more detailed information on where the testing suiteoriginated from.例文帳に追加

unittest.TestSuite のインスタンス suiteを実行します。 オプション引数testclass はテストスイート内のテストクラスの一つを受け取り、指定するとテストスイートが存在する場所についてさらに詳細な情報を出力します。 - Python

The arguments to the interpreter consist of a single optional argument following the interpreter name on the first line of the program, followed by the name of the program, followed by the command arguments, if any. 例文帳に追加

インタプリタに対する引き数は、プログラムの先頭の行のインタプリタ名の後の省略可能な引き数 1 つと、その後のプログラム名、さらに(もしあれば) その後のコマンドへの引き数から構成されます。 - JM

The optional bufsize argument specifies thefile's desired buffer size: 0 means unbuffered, 1 means line buffered, any other positive value means use a buffer of(approximately) that size.例文帳に追加

オプションの bufsize 引数は、ファイルのために必要とするバッファのサイズを指定します: 0 は非バッファリング、 1 は行単位バッファリング、その他の正の値は指定した値 (の近似値) のサイズをもつバッファを使用することを意味します。 - Python

The optional context argument supported by most of these functions specifies the number of lines of context to return, which are centered around the current line.例文帳に追加

以下の関数でオプション引数contextには、戻り値のソース行リストに何行分のソースを含めるかを指定します。 ソース行リストには、実行中の行を中心として指定された行数分のリストを返します。 - Python

Without the optional argument, this method acquires the lockunconditionally, if necessary waiting until it is released by another thread (only one thread at a time can acquire a lock -- that's theirreason for existence), and returns None.例文帳に追加

ただし他のスレッドがすでにロックしている場合には解除されるまで待ってからロックを獲得します (同時にロックを獲得できるスレッドはひとつだけであり、これこそがロックの存在理由です)。 - Python

The optional second argument is a transport factory instance;by default it is an internal SafeTransport instance for https:URLs and an internal HTTP Transport instance otherwise. 例文帳に追加

2番目のパラメータにはトランスポート・ファクトリを指定する事ができます。 トランスポート・ファクトリを省略した場合、URLがhttps: ならモジュール内部のSafeTransportインスタンスを使用し、それ以外の場合にはモジュール内部のTransportインスタンスを使用します。 - Python

Retrieve a file in binary transfer mode. command should be an appropriate "RETR" command: 'RETR filename'.The callback function is called for each block of data received,with a single string argument giving the data block.The optional maxblocksize argument specifies the maximum chunk size to read on the low-level socket object created to do the actual transfer(which will also be the largest size of the data blocks passed tocallback).例文帳に追加

関数callbackは、受信したデータブロックのそれぞれに対して、データブロックを1つの文字列の引数として呼び出されます。 省略可能な引数maxblocksizeは、実際の転送を行うのに作られた低レベルのソケットオブジェクトから読み込む最大のチャンクサイズを指定します(これはcallbackに与えられるデータブロックの最大サイズにもなります)。 - Python

This class deals with parsing and interpreter state (the user'snamespace); it does not deal with input buffering or prompting or input file naming (the filename is always passed in explicitly).The optional locals argument specifies the dictionary in which code will be executed; it defaults to a newly createddictionary with key '__name__' set to '__console__'and key '__doc__' set to None.例文帳に追加

入力バッファリングやプロンプト出力、または入力ファイル指定を扱いません(ファイル名は常に明示的に渡されます)。 オプションのlocals引数はその中でコードが実行される辞書を指定します。 - Python

AppleEvent record descriptors are returned as Pythondictionaries, with 4-character string keys and elements recursivelyunpacked.The optional formodulename argument is used by the stub packages generated by gensuitemodule, and ensures that the OSA classes for object specifiers are looked up in the correct module.例文帳に追加

AppleEventレコードディスクリプタが、再帰的にアンパックされた、型の4文字キーと要素を持つPython辞書として返されます。 オプションの formodulename 引数は gensuitemodule より作成されるスタブパッケージにより利用され、オブジェクト指定子のための OSA クラスをモジュールの中で見つけられることを保証します。 - Python

If verbose is unspecified, or None, thenverbose output is used iff the command-line switch -vis used .The optional keyword argument optionflags can be used to control how the test runner compares expected output to actual output, and how it displays failures.例文帳に追加

verbose を指定しない場合やNone を指定した場合、コマンドラインスイッチ -v を使った場合にのみverbose 出力を適用します。 オプションのキーワード引数optionflags を使うと、テストランナが予想出力と実際の出力を比較する方法や、テストの失敗を表示する方法を制御できます。 - Python

Further, some sound cards are half-duplex: they can be opened for reading or writing, but not both at once.Note the unusual calling syntax: the first argument is optional,and the second is required.例文帳に追加

また,サウンドカードには半二重 (half-duplex) 方式のものがあります: こうしたカードでは,デバイスを読み出しまたは書き込み用に開くことはできますが,両方同時には開けません.呼び出しの文法が普通と異なることに注意してください:最初の引数は省略可能で、2番目が必須です。 - Python

Repeatedly issue a prompt, accept input, parse an initial prefix off the received input, and dispatch to action methods, passing them the remainder of the line as argument.The optional argument is a banner or intro string to be issued before the first prompt (this overrides the intro class member).If the例文帳に追加

プロンプトを繰り返し出し、入力を受け取り、受け取った入力から取り去った先頭の語を解析し、その行の残りを引数としてアクションメソッドへディスパッチします。 オプションの引数は、最初のプロンプトの前に表示されるバナーあるいは紹介用の文字列です(これはクラスメンバintroをオーバーライドします)。 - Python

例文

This is somewhat controversial, because it makes parsingambiguous: if "-a" takes an optional argument and "-b" is another option entirely, how do we interpret "-ab"?例文帳に追加

これは、あるオプションが引数が指定されている場合には引数をとり、そうでない場合には引数をもたないようにするという機能です。 この機能は引数解析をあいまいにするため、議論の的となっています:例えば、もし -a がオプション引数をとり、-b がまったく別のオプションだとしたら、-ab をどうやって解析すればいいのでしょうか? - Python




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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.
  
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS