Python.Runtime PyObject.SetAttr in C# (CSharp): 3 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Python.Runtime.PyObject.SetAttr, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Set an attribute of the object with the given name and value, where the name is a Python string or unicode object. This method throws a PythonException if the attribute set fails.