コード例 #1
0
ファイル: attachments.py プロジェクト: belokop/indico_bare
 def has_data(self):
     return AttachmentFolder.has_rows() or Attachment.has_rows()
コード例 #2
0
 def has_data(self):
     return AttachmentFolder.has_rows() or Attachment.has_rows()