Example #1
0
 def __init__(self):
     XMLP_Mutator.__init__(self,
                           SRE_Pattern_type,
                           'SRE',
                           paranoia=0,
                           in_body=1)
Example #2
0
 def __init__(self):
     XMLP_Mutator.__init__(self, array.ArrayType, 'array', 0)
Example #3
0
 def __init__(self):
     # note, Numeric.ArrayType != array.ArrayType, which is good :-)
     XMLP_Mutator.__init__(self, Numeric.ArrayType, 'NumPy_array', 0)
Example #4
0
 def __init__(self):
     XMLP_Mutator.__init__(self, None, 'builtin_wrapper')
Example #5
0
 def __init__(self):
     XMLP_Mutator.__init__(self, None, '__compound__', 0)
Example #6
0
 def __init__(self):
     XMLP_Mutator.__init__(self, None, 'rawpickle', 0)
Example #7
0
 def __init__(self):
     XMLP_Mutator.__init__(self,
                           mxDateTime_type,
                           'mxDateTime',
                           paranoia=0,
                           in_body=1)
Example #8
0
 def __init__(self):
     # note, Numeric.ArrayType != array.ArrayType, which is good :-)
     XMLP_Mutator.__init__(self,Numeric.ArrayType,'NumPy_array',0)
Example #9
0
 def __init__(self):
     XMLP_Mutator.__init__(self,SRE_Pattern_type,'SRE',paranoia=0,
                           in_body=1)
Example #10
0
 def __init__(self):
     XMLP_Mutator.__init__(self,array.ArrayType,'array',0)
Example #11
0
 def __init__(self):
     XMLP_Mutator.__init__(self,None,'__compound__',0)
Example #12
0
 def __init__(self):
     XMLP_Mutator.__init__(self,None,'builtin_wrapper')
Example #13
0
 def __init__(self):
     XMLP_Mutator.__init__(self,mxDateTime_type,'mxDateTime',
                           paranoia=0,in_body=1)
Example #14
0
 def __init__(self):
     XMLP_Mutator.__init__(self,None,'rawpickle',0)