예제 #1
0
파일: _core.py 프로젝트: nisavid/testbed
 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,
             }
예제 #2
0
파일: _core.py 프로젝트: nisavid/testbed
 def _echo_args_returntype(self):
     return _webtypes.dict(_webtypes.unicode, _webtypes.primitive)