Home | History | Annotate | Download | only in cpp

Lines Matching refs:method_name

797                 method_name = temp_tokens[0].name
798 method = getattr(self, 'handle_' + method_name, None)