Module ido
[hide private]
[frames] | no frames]

Module ido

source code

IDO specific features


Functions [hide private]
 
get_sysdef_location(sysdef)
Search for layer_real_source_path entity inside the sysdef file.
source code
 
get_first_day_of_cycle(now=datetime.datetime.now())
This function returns a datetime object representing the monday from closest even week.
source code
 
get_absolute_date(day, time, now=datetime.datetime.now())
Get the absolute date from the day and time.
source code
 
is_in_interval(day1, time1, day2, time2, now=datetime.datetime.now())
Return True is get_absolute_date(day1, time1) < now < get_absolute_date(day2, time2).
source code
Variables [hide private]
  MATCH_ENTITY = re.compile(r".*ENTITY\s+layer_real_source_path\...
Variables Details [hide private]

MATCH_ENTITY

Value:
re.compile(r".*ENTITY\s+layer_real_source_path\s+\"(.+)\"\s*>?.*")