コード例 #1
0
ファイル: html_tags.py プロジェクト: kriskowal/planes
 def __html_repr__(self, kit):
     return html_repr(self.object, kit)
コード例 #2
0
ファイル: html_kit.py プロジェクト: kriskowal/planes
 def html_repr(self, value):
     return html_repr(value, type(self)(kit = self))