Package thirdparty :: Package conduit :: Module pysyncml :: Class DataStore
[hide private]
[frames] | no frames]

Class DataStore

source code

      object --+            
               |            
       ??._CData --+        
                   |        
_ctypes._SimpleCData --+    
                       |    
         ctypes.c_void_p --+
                           |
                          DataStore

Instance Methods [hide private]
 
get_source_ref(self, *args, **kwargs) source code
 
set_source_ref(self, *args, **kwargs) source code
 
get_display_name(self, *args, **kwargs) source code
 
set_display_name(self, *args, **kwargs) source code
 
get_max_guid_size(self, *args, **kwargs) source code
 
set_max_guid_size(self, *args, **kwargs) source code

Inherited from ctypes.c_void_p: from_param

Inherited from _ctypes._SimpleCData: __ctypes_from_outparam__, __init__, __new__, __nonzero__, __repr__

Inherited from unreachable._CData: __hash__, __reduce__, __setstate__

Inherited from object: __delattr__, __format__, __getattribute__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
new(...) source code
Class Variables [hide private]

Inherited from ctypes.c_void_p: _type_

Properties [hide private]
  source_ref
  display_name
  max_guid_size

Inherited from _ctypes._SimpleCData: value

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Property Details [hide private]

source_ref

Get Method:
get_source_ref(self, *args, **kwargs)
Set Method:
set_source_ref(self, *args, **kwargs)

display_name

Get Method:
get_display_name(self, *args, **kwargs)
Set Method:
set_display_name(self, *args, **kwargs)

max_guid_size

Get Method:
get_max_guid_size(self, *args, **kwargs)
Set Method:
set_max_guid_size(self, *args, **kwargs)