/usr/local/lib64/python3.6/site-packages/numpy/distutils/__pycache__
Edit: /usr/local/lib64/python3.6/site-packages/numpy/distutils/__pycache__/lib2def.cpython-36.pyc (3329B)
3
Eg< @ s d dl Z d dlZd dlZdZdZdeejdd ZddgZde Z e j
d e e jZe j
d
e e jZ
dd Zddd
e gdfddZdd ZejfddZedkre \ZZedkrejZn
eedZeeeg ZeeddZee\ZZeeee e dS ) Na This module generates a DEF file from the symbols in
an MSVC-compiled DLL import library. It correctly discriminates between
data and functions. The data is collected from the output of the program
nm(1).
Usage:
python lib2def.py [libname.lib] [output.def]
or
python lib2def.py [libname.lib] > output.def
libname.lib defaults to python
.lib and output.def defaults to stdout
Author: Robert Kern
Last Update: April 30, 1999
z0.1az%d%d nmz-CszrLIBRARY python%s.dll
;CODE PRELOAD MOVEABLE DISCARDABLE
;DATA PRELOAD SINGLE
EXPORTS
z^(.*) in python%s\.dllz^_imp__(.*) in python%s\.dllc C s t tjdkrtjd dd dkrNtjd dd dkrNtjdd \} }nPtjd d
d dkrtjd dd dkrtjdd \}} ntd td nnt tjdkrtjd dd dkrtjd }d
t } n&tjd dd dkrd}tjd } nd
t } d}| |fS )zBParses the command-line arguments.
libfile, deffile = parse_cmd() Nz.libr z.defz4I'm assuming that your first argument is the libraryzand the second is the DEF file.zpython%s.libr r r r r )lensysargvprintpy_ver)libfiledeffile r C/usr/local/lib64/python3.6/site-packages/numpy/distutils/lib2def.py parse_cmd&