Variables | |
f = open(".pydevproject","w") | |
string | pathlist = "\n" |
PKG = os.path.split(os.getcwd())[1] | |
string | pydev_project |
make_pydev_project.f = open(".pydevproject","w") |
Definition at line 56 of file make_pydev_project.py.
string make_pydev_project.pathlist = "\n" |
Definition at line 41 of file make_pydev_project.py.
make_pydev_project.PKG = os.path.split(os.getcwd())[1] |
Definition at line 37 of file make_pydev_project.py.
string make_pydev_project.pydev_project |
Definition at line 43 of file make_pydev_project.py.