gooderp18绿色标准版
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

10 行
356B

  1. from zeep.xsd import visitor
  2. from zeep.xsd.const import xsd_ns
  3. def patch_zeep():
  4. # see https://github.com/mvantellingen/python-zeep/issues/1185
  5. if visitor.tags.notation.localname != 'notation':
  6. visitor.tags.notation = xsd_ns('notation')
  7. visitor.SchemaVisitor.visitors[visitor.tags.notation] = visitor.SchemaVisitor.visit_notation
上海开阖软件有限公司 沪ICP备12045867号-1