Exemplo n.º 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)
Exemplo n.º 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)