Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Private Member Functions | List of all members
setuptools.command.easy_install.WindowsExecutableLauncherWriter Class Reference
Inheritance diagram for setuptools.command.easy_install.WindowsExecutableLauncherWriter:
setuptools.command.easy_install.WindowsScriptWriter setuptools.command.easy_install.ScriptWriter _object

Private Member Functions

def _get_script_args
 

Additional Inherited Members

- Public Member Functions inherited from setuptools.command.easy_install.WindowsScriptWriter
def get_writer
 
- Static Public Attributes inherited from setuptools.command.easy_install.ScriptWriter
tuple template = textwrap.dedent(""" # EASY-INSTALL-ENTRY-SCRIPT: %(spec)r,%(group)r,%(name)r __requires__ = %(spec)r import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.exit( load_entry_point(%(spec)r, %(group)r, %(name)r)() )""")
 

Member Function Documentation

def setuptools.command.easy_install.WindowsExecutableLauncherWriter._get_script_args (   cls,
  type_,
  name,
  header,
  script_text 
)
private
For Windows, add a .py extension and an .exe launcher

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.