Revision 3427d34f lib/rapi/baserlib.py

b/lib/rapi/baserlib.py
279 279
    """
280 280
    return self._checkIntVariable('bulk')
281 281

  
282
  def useForce(self):
283
    """Check if the request specifies a forced operation.
284

  
285
    """
286
    return self._checkIntVariable('force')
287

  
282 288
  def dryRun(self):
283 289
    """Check if the request specifies dry-run mode.
284 290

  

Also available in: Unified diff