Package enomalism2 :: Module losetup
[hide private]

Module losetup

Abstractions related to loop device setup.


Status: Stable

Classes [hide private]
  LoSetupError
Exception that is raised if there is an error with the losetup command.
  LoSetup
Abstraction representing a loop setup device.
Variables [hide private]
  loopback_dev_re = re.compile('^(?P<devpath>/dev/loop\d+)$')
  devlist_re = re.compile('^(?P<devpath>/dev/loop\d+): \[.+\]:\d...
Variables Details [hide private]

devlist_re

Value:
re.compile('^(?P<devpath>/dev/loop\d+): \[.+\]:\d+ \((?P<filepath>.+)\\
)$')