numpy.lib.format.read_magic# lib.format.read_magic(fp)[源代码]# Read the magic string to get the version of the file format. Parameters: fpfilelike object Returns: majorint minorint