EDataCal.CalBackendSExp¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class EDataCal.CalBackendSExp(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- evaluate_occur_times(start, end)¶
- Parameters:
- Returns:
- Return type:
Determines biggest time window given by expressions “occur-in-range” in sexp.
New in version 2.32.
- lock()¶
Locks the self. Other threads cannot use it until it’s unlocked with
EDataCal.CalBackendSExp.unlock
().New in version 3.34.
- match_comp(comp, cache)¶
- Parameters:
comp (
ECal.Component
) – Component to match against the expression.cache (
ECal.TimezoneCache
) – anECal.TimezoneCache
- Returns:
- Return type:
Checks if comp matches self.
- match_object(object, cache)¶
- Parameters:
object (
str
) – An iCalendar string.cache (
ECal.TimezoneCache
) – anECal.TimezoneCache
- Returns:
- Return type:
Checks if object matches self.
- text()¶
- Returns:
the text expression
- Return type:
Retrieve the text expression for the given
EDataCal.CalBackendSExp
object.
- unlock()¶
Unlocks the self, previously locked by
EDataCal.CalBackendSExp.lock
().New in version 3.34.