第一行告诉您正在查看int类的帮助页面,它是一个内置的数据类型。
The first line tells you that you're seeing the help page for the int class, which is a built-in data type.
大多数流行的编程语言都有多个内置的数据类型,在这一方面Python也一样。
Most popular programming languages have several built-in data types, and Python is no different in this respect.
您立即可以创建一个由内置int类定义的新数据类型。
You just created a new data type defined by the built-in int class.
对于简单的内置数据类型,Python替您做了大量的工作。
For the simple built-in data types, Python does a lot of the work for you.
可以在涉及到位于同一数据库服务器上的数据库的远程查询中使用内置的opaque数据类型。
You can use built-in opaque data types in remote queries involving databases residing on the same database server.
如果应用程序没有某种数据类型的内置查看器或编辑器,那么它需要根据组件的功能查找一个适合于打开此类型数据的组件。
If the application does not have a built-in viewer or editor for a certain type of data, it needs to find an appropriate component to open based on its capabilities.
为了从表中检索结构化类型数据,必须有一些将类型转换成一个标量值,换句话说,这些值的类型必须基于某种内置的DB2 数据类型。
To retrieve structured type data from a table, there must be some way to convert that type into a single scalar value whose type, in turn, must be based on one of the built-in DB2 data types.
FROMsql子句定义了特定的函数,可以使用该函数将将一个值转换成表示结构化类型的内置数据类型。
The FROM SQL clause defines the specific function that will be used to transform a value to a built-in data type value representing the structured type.
在探究新的内置函数如何工作之前,您应该先要熟悉新的DB 2数据类型,即XML数据类型。
Before examining how the new built-in functions work, you should become familiar with a new DB2 data type, the "XML data type".
数据类型可以是DB2内置数据类型、独特的类型或引用类型。
The data type can be a DB2 built-in data type, a distinct type or a reference type.
处理外部表中的内置opaque数据类型。
通过增量解组(incrementalunmarshalling)并提供xget方法来访问内置的模式数据类型,XMLBeans取得了较好的性能。
XMLBeans scores well on performance by doing incremental unmarshalling and providing xget methods to access built-in schema data types.
Vue语言支持大多数C操作符和 C-89数据类型,还有它自己的内置变量 (_pid, _tid)和函数 (stacktrace,timestamp)。
The Vue language supports most of the C operations, C-89 data types, has its own built-in variables(_pid, _tid) and functions(stacktrace, timestamp).
内置到Python编程语言中的简单数据类型包括。
The simple data types that are built in to the Python programming language include.
本文将再次查看可以在Python中使用的那些简单的内置数据类型,这次着重介绍这些类型的对象属性。
This article reviews the simple built-in data types you can use in Python, this time emphasizing the object nature of these types.
Python中的for循环很特殊,与Python编程语言中内置的容器数据类型紧密相关。
The for loop in Python is special and is closely tied to the container data types built into the Python programming language.
从跨服务器分布式操作中可以使用的其他数据类型,扩展到内置的non - opaqueSQL数据类型。
Additional data types that can be used in cross-server distributed queries to built-in non-opaque SQL data types. They are.
最后一种类型complex可能是大多数程序员难以识别的,因为它不是其他编程语言中常见的内置数据类型。
The final type, complex, is probably not as recognizable to most programmers because it is not a common built-in data type in other programming language.
这四种类别和简单类型本身在本系列的第一篇文章“Python入门,第1部分:Python的内置数据类型”中作了介绍。
These four categories, and the simple types themselves, were introduced in the first article in this series, "Discover Python, Part 1: Python's built-in numerical types."
除了那些包含别名数据类型的表达式,可以使用任何常量、内置函数或数学表达式。
Any constant, built-in function, or mathematical expression can be used, except those that contain alias data types.
另一方面,它提供了比C更多的错误检查,并且,做为一门非常高级的语言,它拥有内置的高级数据类型,例如可变数组和字典,如果通过C 来实现的话,这些工作可能让你大干上几天的时间。
On the other hand, Python also offers much more error checking than C, and, being a very-high-level language, it has high-level data types built in, such as flexible arrays and dictionaries.
另一方面,它提供了比C更多的错误检查,并且,做为一门非常高级的语言,它拥有内置的高级数据类型,例如可变数组和字典,如果通过C 来实现的话,这些工作可能让你大干上几天的时间。
On the other hand, Python also offers much more error checking than C, and, being a very-high-level language, it has high-level data types built in, such as flexible arrays and dictionaries.
应用推荐