Values, on the other hand, can be any arbitrary Python object.
Valores, por otro lado, pueden ser cualquier objeto Python arbitrario.
A new Python object will we added in the station.
An exception is a Python object that represents an error.
In fact you can print any Python object with the print command.
A new Python object will be added.
In conclusion, attributes of a Python object are both readable and writable from outside the object.
En conclusión, los atributos de un objeto Python pueden ser escritos y leídos desde fuera del objeto.
It provides functions that can serialize almost any Python object, including self-referential objects.
Provee de funciones que pueden serializar casi cualquier objeto de Python, incluyendo objetos autoreferidos (self-referential).
Because when you print a Python object, it has angle brackets around it, which the browser will interpret as a tag, and then it won't actually print what you're trying to print.
Porque cuando imprimes un objeto Python, tiene paréntesis al principio y final, que el navegador interpretará como una etiqueta, y luego en realidad no imprimirá lo que estás tratando de imprimir.
Unfortunately the extra reference counts lead to the situation that, at best, the Python object will have an excessive reference count and, at worst, it will never be freed even when it is not being used.
Desgraciadamente, la cuenta de referencias extra lleva a la situación en la que, como bueno, el objeto de Python tendrá un contador de referencias excesivo, y como malo, nunca se liberará esa memoria incluso cuando ya no se usa.
Since the TreeIter may be created and initialized in C code and live on the stack, it's not possible to know when the TreeIter has been destroyed and the Python object reference is no longer being used.
Puesto que se puede crear e inicializar un TreeIter en código en C y que permanezca en la pila, no es posible saber cuándo se ha destruido el TreeIter y ya no se usa la referencia al objeto de Python.
If "leak-references" is set to FALSE, the reference count of the Python object will not be incremented when referenced in a TreeIter.
Si "leak-references" se establece a FALSE entonces el contador de referencias del objeto de Python no se incrementará cuando se referencia en un TreeIter.
Therefore, the Python object referenced in a TreeIter has by default its reference count incremented but it is not decremented when the TreeIter is destroyed.
Por lo tanto, el objeto de Python referenciado en un TreeIter incrementa por defecto su cuenta de referencias, pero no se decrementa cuando se destruye el TreeIter.
That module turns a python object as a string, allowing it to be added to the saved file.
Este módulo devuelve un objeto de Python como una cadena de texto, permitiendo que se añada al guardado del archivo.