?PNG  IHDR ? f ??C1 sRGB ?? gAMA ? a pHYs ? ??od GIDATx^LeY?a?("Bh?_????q5k?*:t0A-o??]VkJM??f?8\k2ll1]q????T
Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/user1137782/www/china1.by/classwithtostring.php on line 86

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 213

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 214

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/user1137782/www/china1.by/classwithtostring.php:6) in /home/user1137782/www/china1.by/classwithtostring.php on line 218
\Kc @seddkZddkZddkZddkZdZdZdeeid ZdZ deZ ei deei Z ei d eei Zd Zd d d egdZdZeidZedjoe\ZZedjo eiZneedZee eegZeeZee\ZZeeee endS(iNsThis 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 s0.1as%d%disnm -CssrLIBRARY python%s.dll ;CODE PRELOAD MOVEABLE DISCARDABLE ;DATA PRELOAD SINGLE EXPORTS s^(.*) in python%s\.dlls^_imp__(.*) in python%s\.dllcCsHttidjotidddjo/tidddjotid\}}q>tidddjo/tidddjotid\}}q>dGHdGHnttidjoftidddjotid}d t}q>tidddjod }tid}q>nd t}d }||fS( sBParses the command-line arguments. libfile, deffile = parse_cmd()iiis.libis.defs4I'm assuming that your first argument is the librarysand the second is the DEF file.s python%s.libN(tlentsystargvtpy_vertNone(tlibfiletdeffile((s=/usr/lib64/python2.6/site-packages/numpy/distutils/lib2def.pyt parse_cmd's"00   tnms-Css python%s.libcCs>ti|dtdti}|ii}|ii|S(sVReturns the output of nm_cmd via a pipe. nm_output = getnam(nm_cmd = 'nm -Cs py_lib')tshelltstdout(t subprocesstPopentTruetPIPER treadtclose(tnm_cmdtft nm_output((s=/usr/lib64/python2.6/site-packages/numpy/distutils/lib2def.pytgetnm?s cCsti|}ti|}g}x_|D]W}||joD|d djp"|d djp|d djo|i|q+q+Wg}xN|D]F}||jo3|d djp|d djo|i|qqW|i|i||fS(sReturns a tuple of lists: dlist for the list of data symbols and flist for the list of function symbols. dlist, flist = parse_nm(nm_output)itPyit_Pyitinit(tDATA_REtfindalltFUNC_REtappendtsort(Rtdatatfunctflisttsymtdlist((s=/usr/lib64/python2.6/site-packages/numpy/distutils/lib2def.pytparse_nmHs@/  cCsYx|D]}|d|}qW|d}x|D]}|d|}q0W|i|dS(soOutputs the final DEF file to a file defaulting to stdout. output_def(dlist, flist, header, file = sys.stdout)s %s DATA s s %s N(twrite(R!Rtheadertfiletdata_symtfunc_sym((s=/usr/lib64/python2.6/site-packages/numpy/distutils/lib2def.pyt output_def^s t__main__tw(treRtosR t__doc__t __version__ttuplet version_infoRt DEFAULT_NMt DEF_HEADERtcompilet MULTILINERRRRR"R R(t__name__RRRtopentstrRRR!R(((s=/usr/lib64/python2.6/site-packages/numpy/distutils/lib2def.pyts.