def parseResp(self, resp):
def fan(v):
def var_func_00000026(x):
return [x, (x.upper)(), (x.lower)()]
return distinct((lambda var_0000002B:selectMany(var_func_00000026, var_0000002B))([v, ((v.replace)("\\", "\\\\").replace)("\"", "\\\"")]))
def split(v, t):
for tag in fan(t):
if (len(v) != 2):
v = (v[0].split)(tag)
else:
break
return v
e = ((self.injector).emitter)
if ((e.prefix) == None):
return resp
p = split([resp], (e.prefix))
if (len(p) < 2):
return resp
return split([p[1]], (e.suffix))[0]
评论列表
文章目录