Package gbp :: Package rpm :: Class RpmHdrInfo
[hide private]
[frames] | no frames]

Class RpmHdrInfo

object --+
         |
        RpmHdrInfo

Describes the RPM package header

Instance Methods [hide private]
 
__init__(self, rpmhdr)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__getitem__(self, name)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  release_re = re.compile(r'(?P<release>[0-9]*)\.(?P<buildid>[a-...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, rpmhdr)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

release_re

Value:
re.compile(r'(?P<release>[0-9]*)\.(?P<buildid>[a-zA-Z0-9].*)$')