Package eoxserver :: Package core :: Module tests :: Class TestClass1
[hide private]
[frames] | no frames]

Class TestClass1

source code


Instance Methods [hide private]
 
use_str(self, arg) source code
 
use_unicode(self, arg) source code
 
use_string(self, arg) source code
 
use_bool(self, arg) source code
 
use_int(self, arg) source code
 
use_long(self, arg) source code
 
use_float(self, arg) source code
 
use_real(self, arg) source code
 
use_complex(self, arg) source code
 
use_list(self, arg) source code
 
use_dict(self, arg) source code
 
use_object(self, arg) source code
 
use_args(self, *args) source code
 
use_kwargs(self, **kwargs) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__