コード例 #1
0
 def is_upload_operation(operation_gid):
     """ Returns True only if the operation with the given GID is an upload operation. """
     return dao.is_upload_operation(operation_gid)
コード例 #2
0
 def is_upload_operation(operation_gid):
     """ Returns True only if the operation with the given GID is an upload operation. """
     return dao.is_upload_operation(operation_gid)