예제 #1
0
 def dispatch_visit(self, node):
     if is_commentable(node):
         self.handle_visit_commentable(node)
     HTMLTranslator.dispatch_visit(self, node)
예제 #2
0
파일: websupport.py 프로젝트: th0/test2
 def dispatch_visit(self, node):
     if is_commentable(node) and hasattr(node, 'uid'):
         self.handle_visit_commentable(node)
     HTMLTranslator.dispatch_visit(self, node)