This class is used with Appcall.array() method.
|
| | __init__ (self, tp) |
| |
| | pack (self, L) |
| | Packs a list or tuple into a byref buffer.
|
| |
| | try_to_convert_to_list (self, obj) |
| | Is this object a list? We check for the existance of attribute zero and attribute self.size-1.
|
| |
| | unpack (self, buf, as_list=True) |
| | Unpacks an array back into a list or an object.
|
| |
◆ __init__()
◆ pack()
◆ try_to_convert_to_list()
| try_to_convert_to_list |
( |
| self, |
|
|
| obj ) |
◆ unpack()
| unpack |
( |
| self, |
|
|
| buf, |
|
|
| as_list = True ) |
The documentation for this class was generated from the following file: