![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The PyPropertyAttribute represents a Python attribute. More...
Public Member Functions | |
| PyPropetryAttribute () | |
| The constructor. More... | |
| PyPropetryAttribute (string name, string py_type=null) | |
| The constructor. More... | |
Properties | |
| string | Name [get] |
| Returns the attribute name. More... | |
| string | PythonTypeName [get] |
| Returns the atttribute type name. More... | |
| IntPtr? | PythonType [getset] |
| Returns the Python type. More... | |
The PyPropertyAttribute represents a Python attribute.
Open-source public code originally shared from:
Definition at line 539 of file PyConverter.cs.
| Python.Runtime.PyPropetryAttribute.PyPropetryAttribute | ( | ) |
The constructor.
Definition at line 544 of file PyConverter.cs.
| Python.Runtime.PyPropetryAttribute.PyPropetryAttribute | ( | string | name, |
| string | py_type = null |
||
| ) |
The constructor.
| name | Specifies the attribute name. |
| py_type | Specifies the attribute type. |
Definition at line 554 of file PyConverter.cs.
|
get |
Returns the attribute name.
Definition at line 563 of file PyConverter.cs.
|
getset |
Returns the Python type.
Definition at line 581 of file PyConverter.cs.
|
get |
Returns the atttribute type name.
Definition at line 572 of file PyConverter.cs.