pydi.const | index /cygdrive/c/dev/workspace/pydi_open/src/pydi/const.py |
Copyright (C) 2008 Eithon Cadag
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Modules | ||||||
|
Data | ||
ARITY_MULTIPLE = 1 ARITY_SINGULAR = 0 DEFAULT_THREAD_COUNT = 10 ID_LABEL = '#ID' LINK_LABEL = '$.lnk' MODULE_DIR = r'c:\src_test' ORIG_ID_LABEL = '$.id' ORIG_SOURCE_LABEL = '$.src' RECORD_METADATA_PREFIX = '$.' SEC_BETWEEN_SOURCE_QUERY = 1.3 SOURCE_LABEL = '#SOURCE' SOURCE_MODULES = ['toy_sources'] TRIGGER_LABEL = '$.trg' USER_QUERY = None USER_QUERY_SOURCE_NAME = 'Seed' x = 'toy_sources.py' |