Variables
make_pydev_project Namespace Reference

Variables

tuple f = open(".pydevproject","w")
string pathlist = "\n"
tuple PKG = os.path.split(os.getcwd())
string pydev_project

Variable Documentation

tuple make_pydev_project::f = open(".pydevproject","w")

Definition at line 56 of file make_pydev_project.py.

Definition at line 41 of file make_pydev_project.py.

tuple make_pydev_project::PKG = os.path.split(os.getcwd())

Definition at line 37 of file make_pydev_project.py.

Initial value:
00001 '''<?xml version="1.0" encoding="UTF-8" standalone="no"?>
00002 <?eclipse-pydev version="1.0"?>
00003 
00004 <pydev_project>
00005 <pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
00006 <pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.6</pydev_property>
00007 <pydev_pathproperty name="org.python.pydev.PROJECT_EXTERNAL_SOURCE_PATH">
00008 %s
00009 </pydev_pathproperty>
00010 </pydev_project>
00011 '''

Definition at line 43 of file make_pydev_project.py.



mk
Author(s): Morgan Quigley, Brian Gerkey
autogenerated on Sat Jun 8 2019 20:33:21