意味 | 例文 (41件) |
iterableとは 意味・読み方・使い方
追加できません
(登録数上限)
意味・対訳 繰り返し可能な
「iterable」を含む例文一覧
該当件数 : 41件
Equivalent to: sorted(iterable)[:n]発音を聞く 例文帳に追加
以下のコードと同等です: sorted(iterable)[:n] - Python
def ifilter(predicate, iterable):if predicate is None:predicate = boolfor x in iterable:if predicate(x):yield x発音を聞く 例文帳に追加
この関数は以下のスクリプトと同等です: def ifilter(predicate, iterable):if predicate is None:predicate = boolfor x in iterable:if predicate(x):yield x - Python
def ifilterfalse(predicate, iterable):if predicate is None:predicate = boolfor x in iterable:if not predicate(x):yield x発音を聞く 例文帳に追加
この関数は以下のスクリプトと同等です: def ifilterfalse(predicate, iterable):if predicate is None:predicate = boolfor x in iterable:if not predicate(x):yield x - Python
Append items from iterable to the end of the array.発音を聞く 例文帳に追加
iterable から要素を取り出し、アレイの末尾に要素を追加します。 - Python
Make an iterator that returns elements from the first iterable until it is exhausted, then proceeds to the next iterable, until all of the iterables are exhausted.例文帳に追加
先頭のiterableの全要素を返し、次に2番目のiterableの全要素…と全iterableの要素を返すイテレータを作成します。 - Python
Return a set whose elements are taken from iterable.発音を聞く 例文帳に追加
集合を表現するset 型オブジェクトを返します。 要素は iterable から取得します。 - Python
Make an iterator that returns elements from the iterable as long as the predicate is true.例文帳に追加
predicateが真である限りiterableから要素を返すイテレータを作成します。 - Python
-
履歴機能過去に調べた
単語を確認! -
語彙力診断診断回数が
増える! -
マイ単語帳便利な
学習機能付き! -
マイ例文帳文章で
単語を理解!
Weblio例文辞書での「iterable」に類似した例文 |
|
「iterable」を含む例文一覧
該当件数 : 41件
Equivalent to: sorted(iterable, reverse=True)[:n] New in version 2.4.発音を聞く 例文帳に追加
以下のコードと同等です: sorted(iterable, reverse=True)[:n] バージョン 2.4 で 新たに追加 された仕様です。 - Python
Make an iterator that returns selected elements from the iterable.If start is non-zero, then elements from the iterable are skippeduntil start is reached.発音を聞く 例文帳に追加
iterableから要素を選択して返すイテレータを作成します。 startが0以外であれば、iterableの先頭要素はstartに達するまでスキップします。 - Python
If iterable is not specified, returns a new empty set,frozenset([]).New in version 2.4.例文帳に追加
iterable を指定しない場合には空の集合 frozenset([]) を返します。 バージョン 2.4 で 新たに追加 された仕様です。 - Python
Make an iterator returning elements from the iterable and saving a copy of each.例文帳に追加
iterableから要素を取得し、同時にそのコピーを保存するイテレータを作成します。 - Python
When the iterable is exhausted, return elements from the saved copy. Repeats indefinitely.例文帳に追加
iterableの全要素を返すと、セーブされたコピーから要素を返し、これを無限に繰り返します。 - Python
Extend the right side of the deque by appending elements from the iterable argument.例文帳に追加
イテレータ化可能な引数 iterable から得られる要素を deque の右側に追加し拡張します。 - Python
Extend the left side of the deque by appending elements from iterable.例文帳に追加
イテレータ化可能な引数 iterable から得られる要素を deque の左側に追加し拡張します。 - Python
Return a list with the n largest elements from the dataset defined by iterable.例文帳に追加
iterableで定義されるデータセットのうち、最大値から降順にn個の値のリストを返します。 - Python
意味 | 例文 (41件) |
|
iterableのページの著作権
英和・和英辞典
情報提供元は
参加元一覧
にて確認できます。
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL). Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのiterable (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。 |
ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。 |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |
「iterable」のお隣キーワード |
weblioのその他のサービス
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |