operations
date.check_range
¶
Documentation | Check whether a date falls within a specified date range. If none one of the inputs 'earliest' or 'latest' is set, this module will always return 'True'. Return |
||||||||||||||||||||
Inputs |
|
||||||||||||||||||||
Outputs |
|
date.extract_from_string
¶
Documentation | Extract a date object from a string. This module is very bare bones so far, only using the standard parser from the dateutil package to parse strings into dates. |
||||||||||
Inputs |
|
||||||||||
Outputs |
|
list.contains
¶
Documentation | Check whether an element is in a list. |
|||||||||||||||
Inputs |
|
|||||||||||||||
Outputs |
|
logic.and
¶
Documentation | Returns 'True' if both inputs are 'True'. |
|||||||||||||||
Inputs |
|
|||||||||||||||
Outputs |
|
logic.nand
¶
Documentation | Returns 'False' if both inputs are 'True'. |
|||||||||||||||
Inputs |
|
|||||||||||||||
Outputs |
|
logic.nor
¶
Documentation | Returns 'True' if both inputs are 'False'. |
|||||||||||||||
Inputs |
|
|||||||||||||||
Outputs |
|
logic.not
¶
Documentation | Negates the input. |
||||||||||
Inputs |
|
||||||||||
Outputs |
|
logic.or
¶
Documentation | Returns 'True' if one of the inputs is 'True'. |
|||||||||||||||
Inputs |
|
|||||||||||||||
Outputs |
|
logic.xor
¶
Documentation | Returns 'True' if exactly one of it's two inputs is 'True'. |
|||||||||||||||
Inputs |
|
|||||||||||||||
Outputs |
|
string_filter.tokens
¶
Documentation | -- n/a -- |
||||||||||||||||||||
Inputs |
|
||||||||||||||||||||
Outputs |
|