def __init__()

in pci_lib/pci_lib.py [0:0]


    def __init__(self, func):
        self.func = func
        self.__doc__ = func.__doc__