|
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
|
|