Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/MySQL/MySQL Workbench 6.1 CE/python/lib/ |
Upload File : |
'Sc @ s d Z d d l m Z e d d d [ d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d d l m Z d S( s Create new objects of various types. Deprecated. This module is no longer required except for backward compatibility. Objects of most types can now be created by calling the type object. i( t warnpy3ksP The 'new' module has been removed in Python 3.0; use the 'types' module instead.t stackleveli ( t ClassType( t FunctionType( t InstanceType( t MethodType( t ModuleType( t CodeTypeN( t __doc__t warningsR t typesR t classobjR t functionR t instanceR t instancemethodR t moduleR t code( ( ( sE C:\Program Files (x86)\MySQL\MySQL Workbench 6.1 CE\Python\Lib\new.pyt <module> s