ITERABLE 日本語 意味 - 日本語訳 - 英語の例文

名詞
iterable
反復可能iterable

英語 での Iterable の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Of course, Arrays are iterable.
もちろん、配列は反復可能です。
Returns iterable“real” Array.
戻り値iterable“本当の”Array。
For instance, strings are also iterable.
例えば、文字列も反復可能です。
Iterable Any python iterable.
繰り返し可能な任意のpythoniterable
Map. keys()- returns an iterable for keys.
Map.keys()-キーに対するiterableを返します。
Container datatypes(arrays and dictionaries) are iterable.
コンテナのデータ型(配列と辞書)は反復可能です。
Array. from converts an iterable into an array.
Array.fromはiterableを配列に変換します。
X applies function to the items of iterable.
Reduceはiterableのアイテムに関数を適用します。
More information about Iterable cookies can be found here.
Iterableクッキーの詳細については、こちらをご覧ください。
Returns a sorted list from the iterable.
Sorted()はiterableからソート済みのリストを生成する。
You can return an iterable of docnames from the handler.
イベントハンドラより、ドキュメント名のイテレータを返すことができます。
Return n independent iterators from a single iterable.
一つのiterableからn個の独立したイテレータを返します。
Map. values()- returns an iterable for values.
Map.values()-値に対するiterableを返します。
JavaScript also supports generators, and they are iterable.
JavaScriptが提供するジェネレータも反復可能です。
The iterable may be NULL to create a new empty frozenset.
IterableがNULLのときは、空のfrozensetを返します。
If one positional argument is provided,it should be an iterable.
引数が一つの場合、それはiterableであるべきです。
From, because it converts an iterable(like a string) into an array:.
それはiterable(文字列など)を配列に変換するからです:。
Extend extends the list by appending elements from the iterable argument.
Extendは、反復可能な引数から要素を追加することでリストを拡張します。
This should return an iterable containing tuples of the following format:.
これは以下のフォーマットに従うiterableを返す必要があります:。
Change: make the isMounted property not iterable and writable.
変更:isMountedプロパティを反復不可能、書き込み不可能にする。
All(…) accepts an iterable(in most cases an array) of promises.
All(iterable)はpromiseのiterable(ほとんどの場合は配列)を受け付けます。
Actually, we can use it with any iterable, not only arrays:.
実際には配列だけでなく、任意の反復可能(iterable)に対して使うことができます:。
A“regular” iterable object, as described in the chapter Iterables, looks like this:.
チャプター反復可能なオブジェクトでの“通常の”反復可能オブジェクトは、次のようなものです:。
Apply function to every item of iterable and return a list of the results.
Functionをiterableの全ての要素に適用し、返された値からなるリストを返します。
As you probably already guessed looking at the next() method,generators are iterable.
おそらくnext()メソッドを見て既に推測していると思いますが、ジェネレータは反復可能(iterable)です。
The given argument must be iterable type, like list, otherwise it will raise TypeError.
与えられた引数は、リストのような反復可能な型でなければなりません。そうでなければ、TypeErrorを送出します。
In is the proper way to do the membership check in Python list, set,dictionary or other iterable Python objects.
Inは、Pythonリスト、セット、辞書、またはその他の反復可能なPythonオブジェクトのメンバーシップチェックを行う適切な方法です。
New Set(iterable)- creates the set, optionally from an array of values(any iterable will do).
NewSet(iterable)-setを作ります。オプションで値の配列(任意のiterableが指定可能)からも可能です。
When a Map is created,we can pass an array(or another iterable) with key-value pairs, like this:.
Mapを生成する時、キー/値のペアをもつ配列(または別の反復可能(iterable))を渡すことができます:。
Iterable[T] is any collection that may be iterated over, they provide an iterator method(and thus foreach).
Iterable[T]はイテレート(iterate)できるコレクションで、iterator(とforeach)メソッドを提供する。
結果: 89, 時間: 0.0197

トップ辞書のクエリ

英語 - 日本語