Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.apo.nmsu.edu/Telescopes/TCC/html/namespacetcc_1_1base_1_1get_std_dirs.html
Дата изменения: Tue Sep 15 02:25:40 2015
Дата индексирования: Sun Apr 10 05:05:50 2016
Кодировка:

Поисковые слова: южная атлантическая аномалия
lsst.tcc: tcc.base.getStdDirs Namespace Reference
lsst.tcc  1.2.2-3-g89ecb63
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
tcc.base.getStdDirs Namespace Reference

Functions

def getDataDir
 Get path to data directory (value of environment variable TCC_DATA_DIR)) More...
 
def getInstDir
 Get path to instrument data directory. More...
 
def getJobsDir
 Get path to batch job directory. More...
 

Variables

list __all__ = ["getDataDir", "getInstDir", "getJobsDir"]
 

Function Documentation

def tcc.base.getStdDirs.getDataDir ( )

Get path to data directory (value of environment variable TCC_DATA_DIR))

Definition at line 8 of file getStdDirs.py.

def tcc.base.getStdDirs.getInstDir ( )

Get path to instrument data directory.

Definition at line 13 of file getStdDirs.py.

def tcc.base.getStdDirs.getJobsDir ( )

Get path to batch job directory.

Definition at line 18 of file getStdDirs.py.

Variable Documentation

list tcc.base.getStdDirs.__all__ = ["getDataDir", "getInstDir", "getJobsDir"]

Definition at line 6 of file getStdDirs.py.