예제 #1
0
 def requires_brackets(self, position):
     raise error.MethodShouldBeRedefined(self, 'requires_brackets')
예제 #2
0
 def write_jump_to_next_page(self):
     raise error.MethodShouldBeRedefined(self, 'write_jump_to_next_page')
예제 #3
0
 def set_font_size_offset(self, arg):
     raise error.MethodShouldBeRedefined(self, 'set_font_size_offset')
예제 #4
0
 def insert_nonbreaking_space(self, **options):
     raise error.MethodShouldBeRedefined(self, 'insert_nonbreaking_space')
예제 #5
0
 def write_document_begins(self):
     raise error.MethodShouldBeRedefined(self, 'write_document_begins')
예제 #6
0
 def type_string(self, objct, **options):
     raise error.MethodShouldBeRedefined(self, 'type_string')
예제 #7
0
 def insert_dashed_hline(self, **options):
     raise error.MethodShouldBeRedefined(self, 'insert_dashed_hline')
예제 #8
0
 def get_first_letter(self):
     raise error.MethodShouldBeRedefined(self, 'get_first_letter')
예제 #9
0
 def evaluate(self):
     raise error.MethodShouldBeRedefined(self, 'evaluate')
예제 #10
0
 def is_displ_as_a_single_neutral(self, elt):
     raise error.MethodShouldBeRedefined(self, 'is_displ_as_a_single'
                                         '_neutral')
예제 #11
0
 def get_minus_signs_nb(self):
     raise error.MethodShouldBeRedefined(self, 'get_minus_signs_nb')
예제 #12
0
 def is_displ_as_a_single_numeric_Item(self):
     raise error.MethodShouldBeRedefined(
         self, 'is_displ_as_a_single'
         '_numeric_Item')
예제 #13
0
 def is_displ_as_a_single_0(self):
     raise error.MethodShouldBeRedefined(self, 'is_displ_as_a_single_0')
예제 #14
0
 def requires_inner_brackets(self):
     raise error.MethodShouldBeRedefined(self, 'requires_innner_brackets')
예제 #15
0
 def write_set_font_size_to(self, arg):
     raise error.MethodShouldBeRedefined(self, 'write_set_font_size_to')
예제 #16
0
 def contains_a_rounded_number(self):
     raise error.MethodShouldBeRedefined(self, 'contains_a_rounded_number')
예제 #17
0
 def write_layout(self, size, col_widths, content, **options):
     raise error.MethodShouldBeRedefined(self, 'write_layout')
예제 #18
0
 def contains_exactly(self, objct):
     raise error.MethodShouldBeRedefined(self, 'contains_exactly')
예제 #19
0
 def insert_picture(self, drawable_arg, **options):
     raise error.MethodShouldBeRedefined(self, 'insert_picture')
예제 #20
0
 def redirect_output_to_str(self):
     raise error.MethodShouldBeRedefined(self, 'redirect_output_to_str')
예제 #21
0
 def insert_vspace(self, **options):
     raise error.MethodShouldBeRedefined(self, 'insert_vspace')
예제 #22
0
 def translate_font_size(self, arg):
     raise error.MethodShouldBeRedefined(self, 'translate_font_size')
예제 #23
0
 def write_document_header(self):
     raise error.MethodShouldBeRedefined(self, 'write_document_header')
예제 #24
0
 def write_new_line_twice(self, **options):
     raise error.MethodShouldBeRedefined(self, 'write_new_line_twice')
예제 #25
0
 def write_exercise_number(self):
     raise error.MethodShouldBeRedefined(self, 'write_exercise_number')
예제 #26
0
 def write_math_style1(self, given_string):
     raise error.MethodShouldBeRedefined(self, 'write_math_style1')
예제 #27
0
 def reset_exercises_counter(self):
     raise error.MethodShouldBeRedefined(self, 'reset_exercises_counter')
예제 #28
0
 def write_out(self, given_string, **options):
     raise error.MethodShouldBeRedefined(self, 'write_out')
예제 #29
0
 def set_redirect_output_to_str(self, arg):
     raise error.MethodShouldBeRedefined(self, 'set_redirect_output_to_str')
예제 #30
0
 def multiply_symbol_is_required(self, objct, position):
     raise error.MethodShouldBeRedefined(self,
                                         'multiply_symbol_is_required')