MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
Python.Runtime.PyPropetryAttribute Class Reference

The PyPropertyAttribute represents a Python attribute. More...

Inheritance diagram for Python.Runtime.PyPropetryAttribute:

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...
 

Detailed Description

The PyPropertyAttribute represents a Python attribute.

Open-source public code originally shared from:

See also
PyConverter by Wenguang Yang, 2018

Definition at line 539 of file PyConverter.cs.

Constructor & Destructor Documentation

◆ PyPropetryAttribute() [1/2]

Python.Runtime.PyPropetryAttribute.PyPropetryAttribute ( )

The constructor.

Definition at line 544 of file PyConverter.cs.

◆ PyPropetryAttribute() [2/2]

Python.Runtime.PyPropetryAttribute.PyPropetryAttribute ( string  name,
string  py_type = null 
)

The constructor.

Parameters
nameSpecifies the attribute name.
py_typeSpecifies the attribute type.

Definition at line 554 of file PyConverter.cs.

Property Documentation

◆ Name

string Python.Runtime.PyPropetryAttribute.Name
get

Returns the attribute name.

Definition at line 563 of file PyConverter.cs.

◆ PythonType

IntPtr? Python.Runtime.PyPropetryAttribute.PythonType
getset

Returns the Python type.

Definition at line 581 of file PyConverter.cs.

◆ PythonTypeName

string Python.Runtime.PyPropetryAttribute.PythonTypeName
get

Returns the atttribute type name.

Definition at line 572 of file PyConverter.cs.


The documentation for this class was generated from the following file: