What is the translation of " 内建函数 " in English?

built-in functions
内置函数
内建函数
一个内置函数
built-in function
内置函数
内建函数
一个内置函数

Examples of using 内建函数 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Python提供了很多内建函数,如print()。
You already know that Python provides many built-in functions, such as print().
内建函数len()同样对列表有效:.
The built-in function len() also applies to lists:.
你已经知道python提供了许多内建函数,比如print()。
Python offers built-in functions like Print().
Python提供了许多内建函数,比如print()。
Python offers built-in functions like Print().
Python提供了许多内建函数,比如print()等。
Python offers many built-in functions like print().
Python提供了许多内建函数,比如print()。
You already know that Python provides many built-in functions, such as print().
Python提供了很多内建函数,如print()。
Python offers built-in functions like Print().
你已经知道Python提供了许多内建函数,比如print()等。
You already know that Python provides a lot of built-in functions, such as print().
Find_map使用了内建函数hash,其接受几乎任何Python对象并返回一个整数。
Find_map uses the built-in function hash, which takes almost any Python object and returns an integer.
你已经知道python提供了许多内建函数,比如print()。
You already know that Python provides a lot of built-in functions, such as print().
内建函数getattr接受一个对象和一个属性名称(字符串)作为参数,然后返回该属性的值。
The built-in function getattr takes an object and an attribute name(as a string) and returns the attributes value.
你已经知道Python提供了许多内建函数,比如print()等。
You already know that Python provides many built-in functions, such as print().
Python的内建函数列表非常长,包含了许多在数据科学应用中不需要的函数。
The list of Python's built-in functions is quite long and includes many functions that are never needed in data science applications.
记住,你可以使用内建函数len来检查字符串的长度。
Remember that you can use the built-in function len to check the length of a string.
你已经知道python提供了许多内建函数,比如print()。
You already know that Python provides many built-in functions, such as print().
内建函数make分配并且初始化一个slice,或者map或者chan对象。
The make built-in function allocates and initializes an object of type slice, map, or chan(only).
如果你不确定一个对象是否应该有某个属性,你可以使用内建函数hasattr(参见调试一节)。
If you are not sure whether an object has a particular attribute,you can use the built-in function hasattr(see Section 15.7).
你只是假设了它们能用,因为编写这些内建函数的人都是优秀的程序员。
You just assume that they work because the people who wrote the built-in functions were good programmers.
Isroutine(obj):用于检查对象是否为函数、方法、内建函数或方法等等可调用类型。
Isroutine(obj): It is used to check whether the object is function,method, built-in function or method and so on.
Python提供了这样一些内建函数,但你也可以编写自己的函数。
Python includes a large number of built-in functions, but you can also create your own functions..
因为tuple是内建函数名,所以应该避免将它用作变量名。
Because tuple is the name of a built-in function, you should avoid using it as a variable name.
非必要的内建对象类型和内建函数、模块的语义描述在Python标准库中。
The semantics of non-essential built-in object types and of the built-in functions and modules are described in The Python Standard Library.
由于dict是内建函数名,你应该避免使用它来命名变量。
Because tuple is the name of a built-in function, you should avoid using it as a variable name.
关闭由内建函数open(),popen()或fdopen()返回的"文件对象",则使用其相应的close()方法。
To close a“file object” returned by the built-in function open() or by popen() or fdopen(), use its close() method.
在2.x中,这三货,是内建函数
In this case, 2x is the inner function.
内建函数从FreeMarker2.3.20版本开始存在.
This built-in exists since FreeMarker 2.3.3.
Go有很多内建函数,例如println,可以在没有引用情况下直接使用。
Go has a number of built-in functions, such as println, which can be used without reference.
Results: 27, Time: 0.0166

Word-for-word translation

Top dictionary queries

Chinese - English