diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/ido-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/ido-module.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,261 @@
+
+
+
+
+
+
+
+
+
+ |
+
+
+ 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
+
+ |
+
+
+
+ |
+
+
+
+