示例#1
0
 def test_nested_tuple_serving(self):
     self.do_test_nested_tuple(lambda _: SimpleServing(NestedTupleEnv()))
示例#2
0
 def testNestedTupleServing(self):
     self.doTestNestedTuple(lambda _: SimpleServing(NestedTupleEnv()))
示例#3
0
 def test_nested_dict_serving(self):
     self.do_test_nested_dict(lambda _: SimpleServing(NestedDictEnv()))
示例#4
0
 def testNestedDictServing(self):
     self.doTestNestedDict(lambda _: SimpleServing(NestedDictEnv()))