예제 #1
0
 def __init__(self, annotation):
     self.annotation = annotation
     if self.annotation.document:
         self.document = DocumentHTMLPresenter(self.annotation.document)
     else:
         self.document = None
예제 #2
0
 def presenter(self, **kwargs):
     return DocumentHTMLPresenter(mock.Mock(**kwargs))