home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C / Applications / Python 1.3 / source code / Nt / Modules / python.nt.def < prev   
Encoding:
Text File  |  1995-12-17  |  2.1 KB  |  125 lines  |  [TEXT/R*ch]

  1. LIBRARY        Python
  2. CODE        PRELOAD MOVEABLE DISCARDABLE
  3. DATA        PRELOAD SINGLE
  4.  
  5. EXPORTS
  6. ; Data item exports
  7.     Accesstype            CONSTANT
  8.     Anynumbertype        CONSTANT
  9.     Anysequencetype        CONSTANT
  10.     Anymappingtype        CONSTANT
  11.     Classtype            CONSTANT
  12.     Instancetype        CONSTANT
  13.     Instancemethodtype    CONSTANT
  14.     Codetype            CONSTANT
  15.     AccessError            CONSTANT
  16.     AttributeError        CONSTANT
  17.     ConflictError        CONSTANT
  18.     EOFError            CONSTANT
  19.     IOError                CONSTANT
  20.     ImportError            CONSTANT
  21.     IndexError            CONSTANT
  22.     interrupted            CONSTANT
  23.     KeyError            CONSTANT
  24.     KeyboardInterrupt    CONSTANT
  25.     MemoryError            CONSTANT
  26.     NameError            CONSTANT
  27.     OverflowError        CONSTANT
  28.     RuntimeError        CONSTANT
  29.     SyntaxError            CONSTANT
  30.     SystemError            CONSTANT
  31.     SystemExit            CONSTANT
  32.     TypeError            CONSTANT
  33.     ValueError            CONSTANT
  34.     ZeroDivisionError    CONSTANT
  35.     Filetype            CONSTANT
  36.     Floattype            CONSTANT
  37.     Frametype            CONSTANT
  38.     Functype            CONSTANT
  39.     Inttype                CONSTANT
  40.     FalseObject            CONSTANT
  41.     TrueObject            CONSTANT
  42.     Listtype            CONSTANT
  43.     Longtype            CONSTANT
  44.     Mappingtype            CONSTANT
  45.     Methodtype            CONSTANT
  46.     Moduletype            CONSTANT
  47.     Typetype            CONSTANT
  48.     NoObject            CONSTANT
  49.     Rangetype            CONSTANT
  50.     Stringtype            CONSTANT
  51.     sys_trace            CONSTANT
  52.     sys_profile            CONSTANT
  53.     Tupletype            CONSTANT
  54.  
  55.     addlistitem
  56.     add_module
  57.     call_object
  58.     cmpobject
  59.     dictinsert
  60.     dictlookup
  61.     err_badarg
  62.     err_badcall
  63.     err_clear
  64.     err_errno
  65.     err_nomem
  66.     err_occurred
  67.     err_set
  68.     err_setstr
  69.     err_setval
  70.     fatal
  71.     findmethod
  72.     get_modules
  73.     getargs
  74.     getcopyright
  75.     getfilefile
  76.     getfloatvalue
  77.     getintvalue
  78.     getlistitem
  79.     getlistsize
  80.     getmoduledict
  81.     getpythonpath
  82.     getstringsize
  83.     getstringvalue
  84.     gettupleitem
  85.     gettuplesize
  86.     getversion
  87.     initmodule
  88.     joinstring
  89.     joinstring_decref
  90.     long_escan
  91.     mappinginsert
  92.     mkvalue
  93.     mystrtol
  94.     mystrtoul
  95.     newclassobject
  96.     newcodeobject
  97.     newfileobject
  98.     newfloatobject
  99.     newframeobject
  100.     newfuncobject
  101.     newinstanceobject
  102.     newintobject
  103.     newlistobject
  104.     newmappingobject
  105.     newmethodobject
  106.     newobject
  107.     newopenfileobject
  108.     newsizedstringobject
  109.     newstringobject
  110.     newtupleobject
  111.     printobject
  112.     print_error
  113.     realmain
  114.     resizestring
  115.     reprobject
  116.     run_command
  117.     run_script
  118.     run_string
  119.     run_tty_loop
  120.     setlistitem
  121.     setpythonpath
  122.     settupleitem
  123.     tb_print
  124.  
  125.