What is the translation of " PYTHON OBJECT " in Chinese?

['paiθn 'ɒbdʒikt]
['paiθn 'ɒbdʒikt]
python对象
一个python对象

Examples of using Python object in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
They can be any type of Python object.
它们可以是Python对象的任意类型。
Is Python object oriented or procedural?
Python是面向对象还是面向过程??
Therefore, a and b are different names for the same Python object.
因此,a和b是同一个Python对象的不同名称。
Is Python object oriented or procedural?
Python开发是面向过程、函数还是对象??
In Python, a for loop always iterates over a Python object:.
在Python中,for循环总是迭代遍历一个Python对象:.
An exception is a Python object that represents an error.
异常是一个Python对象,它表示一个错误。
Parsed XML documents are made up of various types of nodes,each represented by a Python object.
解析后的XML文档是由各种类型的节点组成的,每一个都是通过Python对象表示的。
An exception is a Python object that represents an error.
异常它是一个Python对象,它表示一个错误。
First, let's explore a little bit andget a concrete sense of the actual memory usage of Python objects.
首先,让我们初步探索一下,来了解Python对象的实际内存使用的具体情况。
Not all python objects handle changes the same way.
Python对象对于修改这个行为,大家的操作方式都是不一样的。
The pickle module supports serialization of arbitrary Python objects to a binary format.
Pickle模块支持将任意的Python对象序列化成一个二进制格式。
All Python objects and data structures are located in a private heap.
所有Python对象和数据结构都位于私有堆中。
It provides functions that can serialize almost any Python object, including self-referential objects..
它提供的函数可以序列化几乎所有Python对象,包括自引对象。
The type of a Python object determines what kind of object it is;
类型决定一个Python对象属于什么种类;.
Find_map uses the built-in function hash, which takes almost any Python object and returns an integer.
Find_map使用了内建函数hash,其接受几乎任何Python对象并返回一个整数。
The type of a Python object determines what kind of object it is;
Python对象的类型决定了它是什么样的对象;.
Python memory manager is responsible to allocate the Python objects for the Python heap space.
Python内存管理器负责为Python对象分配Python堆空间。
Py and contains Python object definitions and Python statements.
Py结尾,包含了Python对象定义和Python语句。
This means that there is a globally enforcedlock when trying to safely access Python objects from within threads.
这意味着当从线程内尝试安全的访问Python对象的时候将有一个全局的强制锁。
It is simply creating a Python object that has useful helper functions.
它只是创建了一个Python对象,包含了一些有用的函数。
Memory management in Python involves a private heap containing all Python objects and data structures.
Python中的内存管理涉及包含所有Python对象和数据结构的私有堆内存位置。
A module is a Python object with arbitrarily named attributes that you can bind and reference.
模块是Python对象,具有可以绑定和引用的任意命名的属性。
The specifics of what this support function will do depend, in general,upon the states of various Python objects held in memory.
支持函数将做什么的具体细节通常取决于保存在内存中的各种Python对象的状态。
Appends any Python object as-is to the end of the list(i.e. as a last element in the list).
将任何Python对象按原样附加到列表的末尾(即作为列表中的最后一个元素)。
In scikit-learn, an estimator for classification is a Python object that implements the methods fit(X, y) and predict(T).
在scikit-learn中,分类的预测器是一个Python对象,来实现fit(X,y)和predict(T)方法。
Because only one thread can aquire Python Objects/C API, the interpreter regularly releases and reacquires the lock every 100 bytecode of instructions.
因为只有一个线程可以获得Python对象/CAPI,所以解释器每经过100个字节码的指令,就有规律地释放和重新获得锁。
In scikit-learn, an estimator for classification is a Python object that implements the methods fit(X, y) and predict(T).
在scikit-learn中,分类的估计器是一个Python对象,它实现了fit(X,y)和predict(T)等方法。
A decorator is any callable Python object that is used to modify a function, method or class definition.
Python中的装饰器是一个可调用的Python对象,用于修改一个函数、方法或者类的定义。
In scikit-learn, an estimator for classification is a Python object that implements the methods fit(X, y) and predict(T).
在scikit-learn中,评估函数(estimator)是一个Python对象,它实现了fit(X,y)与predict(T)方法。
It creates a framework that can translate Python objects into R objects, pass them into R functions, and convert R output back into Python objects.
它创建了一种框架,可以将Python对象转化为R对象,再把它们传入R函数,最后R输出的结果传回给Python对象
Results: 347, Time: 0.0278

Word-for-word translation

Top dictionary queries

English - Chinese