Revision 47e0abee lib/block/base.py

b/lib/block/base.py
149 149
    The force parameter signifies that if the device has any kind of
150 150
    --force thing, it should be used, we know what we are doing.
151 151

  
152
    @type force: boolean
153

  
152 154
    """
153 155
    raise NotImplementedError
154 156

  
......
185 187

  
186 188
    In case this is not a mirroring device, this is no-op.
187 189

  
190
    @type pause: boolean
188 191
    @param pause: Whether to pause or resume
189 192

  
190 193
    """

Also available in: Unified diff