Пример #1
0
 def result(self):
     raise FuzzExceptPluginError("Method result not implemented")
Пример #2
0
 def header(self):
     raise FuzzExceptPluginError("Method header not implemented")
Пример #3
0
 def footer(self):
     raise FuzzExceptPluginError("Method footer not implemented")
Пример #4
0
 def validate(self):
     raise FuzzExceptPluginError("Method count not implemented")
Пример #5
0
 def __iter__(self):
     raise FuzzExceptPluginError("Method iter not implemented")
Пример #6
0
 def __next__(self):
     raise FuzzExceptPluginError("Method next not implemented")
Пример #7
0
 def get_next(self):
     raise FuzzExceptPluginError("Method get_next not implemented")
Пример #8
0
 def get_type(self):
     raise FuzzExceptPluginError("Method get_type not implemented")