Peano
Wrapper.Pair Class Reference
Inheritance diagram for Wrapper.Pair:
Collaboration diagram for Wrapper.Pair:

Static Public Attributes

 argtypes
 
 restype
 

Static Private Attributes

list _fields_
 

Detailed Description

Definition at line 17 of file Wrapper.py.

Field Documentation

◆ _fields_

list Wrapper.Pair._fields_
staticprivate
Initial value:
= [
("first", c_double),
("second", c_double),
]

Definition at line 18 of file Wrapper.py.

◆ argtypes

Wrapper.Pair.argtypes
static

Definition at line 24 of file Wrapper.py.

◆ restype

Wrapper.Pair.restype
static

Definition at line 25 of file Wrapper.py.


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