def __init__()

in pci_vpd_lib/pci_vpd_lib.py [0:0]


    def __init__(self, vpd_path):
        if os.path.exists(vpd_path):
            with io.FileIO(vpd_path, 'rb') as inf:
                self._read_vpd(inf)