Changes between Version 3 and Version 4 of Packages/rpm/rpm-python


Ignore:
Timestamp:
2011/10/22 18:35:29 (13 years ago)
Author:
yasumichi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Packages/rpm/rpm-python

    v3 v4  
    1616>>> import rpm 
    1717>>> print rpm.ds.__dict__ 
    18 {'DNEVR': <method 'DNEVR' of 'rpm.ds' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'rpm.ds' objects>, 'BT': <method 'BT' of 'rpm.ds' objects>, 'SetNoPromote': <method 'SetNoPromote' of 'rpm.ds' objects>, 'EVR': <method 'EVR' of 'rpm.ds' objects>, 'TagN': <method 'TagN' of 'rpm.ds' objects>, '__init__': <slot wrapper '__init__' of 'rpm.ds' objects>, 'Sort': <method 'Sort' of 'rpm.ds' objects>, '__setattr__': <slot wrapper '__setattr__' of 'rpm.ds' objects>, '__new__': <built-in method __new__ of type object at 0x7f164cd8c2e0>, 'next': <slot wrapper 'next' of 'rpm.ds' objects>, '__doc__': '', '__len__': <slot wrapper '__len__' of 'rpm.ds' objects>, 'Count': <method 'Count' of 'rpm.ds' objects>, 'Search': <method 'Search' of 'rpm.ds' objects>, '__getitem__': <slot wrapper '__getitem__' of 'rpm.ds' objects>, 'N': <method 'N' of 'rpm.ds' objects>, 'Merge': <method 'Merge' of 'rpm.ds' objects>, '__iter__': <slot wrapper '__iter__' of 'rpm.ds' objects>, 'Flags': <method 'Flags' of 'rpm.ds' objects>, 'Ix': <method 'Ix' of 'rpm.ds' objects>, 'Compare': <method 'Compare' of 'rpm.ds' objects>, 'Rpmlib': <staticmethod object at 0x7f164e8b59f0>, 'Color': <method 'Color' of 'rpm.ds' objects>, 'Refs': <method 'Refs' of 'rpm.ds' objects>, '__delattr__': <slot wrapper '__delattr__' of 'rpm.ds' objects>, 'Notify': <method 'Notify' of 'rpm.ds' objects>, 'Find': <method 'Find' of 'rpm.ds' objects>} 
     18{'DNEVR': <method 'DNEVR' of 'rpm.ds' objects>, '__getattribute__': <slot wrapper '__getattribute__' of 'rpm.ds' objects>, 'BT': <method  
     19'BT' of 'rpm.ds' objects>, 'SetNoPromote': <method 'SetNoPromote' of 'rpm.ds' objects>, 'EVR': <method 'EVR' of 'rpm.ds' objects>, 'TagN' 
     20: <method 'TagN' of 'rpm.ds' objects>, '__init__': <slot wrapper '__init__' of 'rpm.ds' objects>, 'Sort': <method 'Sort' of 'rpm.ds' obje 
     21cts>, '__setattr__': <slot wrapper '__setattr__' of 'rpm.ds' objects>, '__new__': <built-in method __new__ of type object at 0x7f164cd8c2 
     22e0>, 'next': <slot wrapper 'next' of 'rpm.ds' objects>, '__doc__': '', '__len__': <slot wrapper '__len__' of 'rpm.ds' objects>, 'Count':  
     23<method 'Count' of 'rpm.ds' objects>, 'Search': <method 'Search' of 'rpm.ds' objects>, '__getitem__': <slot wrapper '__getitem__' of 'rpm 
     24.ds' objects>, 'N': <method 'N' of 'rpm.ds' objects>, 'Merge': <method 'Merge' of 'rpm.ds' objects>, '__iter__': <slot wrapper '__iter__' 
     25 of 'rpm.ds' objects>, 'Flags': <method 'Flags' of 'rpm.ds' objects>, 'Ix': <method 'Ix' of 'rpm.ds' objects>, 'Compare': <method 'Compar 
     26e' of 'rpm.ds' objects>, 'Rpmlib': <staticmethod object at 0x7f164e8b59f0>, 'Color': <method 'Color' of 'rpm.ds' objects>, 'Refs': <metho 
     27d 'Refs' of 'rpm.ds' objects>, '__delattr__': <slot wrapper '__delattr__' of 'rpm.ds' objects>, 'Notify': <method 'Notify' of 'rpm.ds' ob 
     28jects>, 'Find': <method 'Find' of 'rpm.ds' objects>} 
    1929>>>  
    2030}}}