我们从Python开源项目中,提取了以下50个代码示例,用于说明如何使用wheel.pkginfo.read_pkg_info_bytes()。
def parsed_wheel_info(self): """Parse wheel metadata (the .data/WHEEL file)""" return read_pkg_info_bytes(self.zipfile.read(self.wheelinfo_name))