hu0514

Results 3 issues of hu0514

Can you give me what pip has installed? I don’t want to use conda thanks !!!!!

print(context.ub98484234(9999, '65e21a1816000543115747621e', 1600054186)) File "/data/leisu/leisu_env/lib/python3.7/site-packages/js2py/base.py", line 1203, in __call__ return to_python(parent._obj.callprop(meth, *args)) File "/data/leisu/leisu_env/lib/python3.7/site-packages/js2py/base.py", line 996, in callprop return cand.call(self, args) File "/data/leisu/leisu_env/lib/python3.7/site-packages/js2py/base.py", line 1464, in call return Js(self.code(*args)) File...

**Describe the bug** ```python def swagger_auto_scheme(doc_scheme, content_type='application/json', gen_app_headers=True): def inner(func): openapi.summary('111111111111111111111111')(func) openapi.body(content=BaseResponse)(func) return func return inner @swagger_auto_scheme(test) async def test(request): pass ``` Adding body overrides summary and is normal if...