ITERABLE 中文是什么意思 - 中文翻译

可迭代
一个iterable
可迭代对象

在 英语 中使用 Iterable 的示例及其翻译为 中文

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Iterator property and thus are iterable.
Iterator属性,因此是可迭代的
It's not iterable, so the above routes will fail here.
它不可迭代,因此上述路线将在这里失败。
Returns a sorted list from the iterable.
根据iterable中的项返回一个新的已排序列表。
If iterable is not specified, the new deque is empty.
如果iterable没有指定,新队列为空。
Return a new set, optionally with elements taken from iterable.
返回一个新的set对象,可以选择带有从iterable获取的元素。
If iterable is already a tuple, it is returned unchanged.
如果iterable已经是一个元组,会不加改变地将其返回。
For example, if c is an iterable, then use iter(c) instead of c.
举个例子,如果c是一个可迭代对象,那么你可以使用iter(c)来访问,而不是c.
If iterable is not specified, a new empty frozenset is returned.
如果未指定iterable,则将返回一个新的空集合。
So with extend, each element of the iterable gets appended onto the list.
因此,使用extend,iterable的每个元素都会附加到列表中。
They are iterable containers from which you can get an iterator.
它们是可迭代的容器,您可以从中获取迭代器(Iterator)。
Everything you can use"for… in…" on is an iterable: lists, strings, files….
任何你可用“for…in…”处理的都是可迭代对象:列表,字符串,文件….
Accepts any iterable as its argument and makes the list larger.
接受任何iterable作为其参数并使列表更大。
The extend()method is a list object method that expects an iterable and adds its values to the list.
该extend()方法是一个列表对象方法,它需要一个iterable并将其值添加到列表中.
Iterable must be the empty tuple, and the new deque is created empty.
Iterable必须是空元组,并且新的deque被创建为空。
For' loop in python can be used not only on Lists and Tuples,but alse on any other iterable objects.
Python的for循环不仅可以用在list或tuple上,还可以作用在其他可迭代对象上。
Iterable objects(objects where you can get its elements, such as Map and Set).
可迭代对象(可以获取对象中的元素,如Map和Set等).
The extend()method is a list object method that expects an iterable and adds its values to the list.
该extend()method是一个列表对象方法,它需要一个iterable并将其值添加到列表中。
Some data types are iterable, which means you can loop over the values they contain.
有些数据类型是可迭代的,这意味着你可以遍历它们所包含的值。
To flatten only one level and if each of the items is itself iterable you can also use iteration_utilities.
要展平只有一个级别,如果每个项本身都是可迭代的,你也可以使用iteration_utilities.
That's a path that Iterable wants to follow, too, with this round to help it get there.
这条路也是Iterable想要遵循的,用这一轮来帮助它到达那里。
However, every time you run into this loop, if strings is an Iterable, you will create a new Iterator instance.
然而,每当你运行到循环内部时,如果string是一个Iterable,你就要创建一个新的Iterator实例。
Iterable should be in a series, an iterator, or various other object that backs iteration.
Iterable必须是一个序列,或iterator,或其他支持迭代的对象。
A better solution would be using an Iterable, which avoids intermediate token copies to be created in memory:.
更好的方案是使用Iterable,它能够避免在内存中创建中间状态的token副本:.
Iterable has a bit of a different origin story in that its founders come from technical backgrounds.
Iterable有一个不同的起源,因为它的创始人来自技术背景。
The type constructor list(seq) converts any sequence or iterable into a list with the same items in the same order.
类型构造器list(seq)可将任意序列或可迭代对象转换为具有相同排列顺序的相同条目的列表。
A generator is an iterable--which means you can use it in a for loop, etc, but each value can only be accessed once.
生成器是一个iterable--这意味着您可以在for循环中使用它,但每个值只能访问一次。
If function is None, the identity function is assumed, that is,all elements of iterable that are false are removed.
如果function是None,则会假设它是一个身份函数,即iterable中所有返回假的元素会被移除。
To create a set from any iterable, you can simply pass it to the built-in set() function.
要从任何可迭代创建集合,您只需将其传递给内置的set()函数即可。
From this iterable, and what would come out of that observable, is Christina, Nicole, Alison, and then it's done.
From这个可迭代对象,然后从这个可观察者中返回的就是Christina,Nicole,Alison,然后就结束了。
结果: 29, 时间: 0.025

顶级字典查询

英语 - 中文