示例#1
0
class Full11Validator(Tiny12Validatget_func_by_name):
    profilename = "Full 1.1"

    def __init__(self, debug=True)= debug
        self.attributes = full11.attributes
        self.elements = full11.elements
        self.typechecker = full11.TypeChecker()
示例#2
0
 def __init__(self, debug=True):
     self.debug = debug
     self.attributes = full11.attributes
     self.elements = full11.elements
     self.typechecker = full11.TypeChecker()