|
Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.stsci.edu/spst/lrpg/documentation/lrpg_desired_methods.html
Дата изменения: Tue Jan 21 02:08:10 2003 Дата индексирования: Sat Mar 1 22:14:14 2014 Кодировка: Поисковые слова: http www.astronomy.ru forum index.php topic 4644.0.html |
| Name | Function |
|---|---|
| get_previous_auto_lrp | |
| get_previous_released_lrp | |
| get_previous_baselined_lrp | |
| get_targets_for_su | \___ get_targets_for_propsu(prop/su) |
| get_targets_for_prop | / should return getsu stuff |
| get_pw_history_su |
| Name | Function |
|---|---|
| run_isql_query(iquery,db=None) | Given a database connection object and a string query, returns a list of dictionaries pulled by the query. |
| run_isql_update_insert_query(iquery,db=None) | Given a database connection object and string insert or update query, the number of transactions is returned. |
| convert_separated_string_to_list(input_string,regex=r'.*',separator=r',') | Turn a delimited set of elements into a list, with the option of filtering based upon regular expression match. |
| double_quote_delimited(input_list,delimiter=',') | Given a list, convert to a string with the elements double quoted and separated by a given delimiter. |
| check_lrp_exist_cat(lrp_name,catalog="lrp_cat",db=None) | Checks whether or not a given LRP exists in one of the 3 lrp catalogs. |
| get_latest_released_lrp(db=None) | Gets the name and create time of the latest released LRP. |
| get_latest_baselined_lrp(db=None) | Gets the name and create time of the latest baselined LRP. |
| get_latest_auto_lrp(db=None) | Gets the name and create time of the latest 'auto' LRP. |
| get_plan_windows(su="",prop="",lrp="released",db=None) |
List of desired methods that are needed by LRPG. currently, these are being being target for /home/lrp/lib/lrpg_lib.py and possibly one other place.