Exemplo n.º 1
0
 def _echo_args_argtypes(self):
     return {'bool': _webtypes.bool,
             'bytes': _webtypes.bytes,
             'dict': _webtypes.dict(_webtypes.unicode, _webtypes.int),
             'float': _webtypes.float,
             'int': _webtypes.int,
             'list': _webtypes.list(_webtypes.unicode),
             'null': _webtypes.null,
             'unicode': _webtypes.unicode,
             }
Exemplo n.º 2
0
 def _echo_args_returntype(self):
     return _webtypes.dict(_webtypes.unicode, _webtypes.primitive)