Home | Trees | Indices | Help |
|
---|
|
??-277 --+ | S3HoursWidget
Widget to enter a duration in hours (e.g. of a task), supporting flexible input format (e.g. "1h 15min", "1.75", "2:10")
Instance Methods | |||
|
|||
|
|||
|
|||
|
Class Variables | |
PARTS = re.compile(r"((?:[+-]{0,1}\s*)(?:[0-9,.:]+)\s*(?:[^0-9
|
|
TOKEN = re.compile(r"([+-]{0,1}\s*)([0-9,.:]+)([^0-9,.:+-]*)")
|
Method Details |
Constructor
|
Entry point for form processing
|
Pre-validator to parse the input value before validating it
|
Function to parse the input value (if it is a string)
|
Class Variable Details |
PARTS
|
TOKEN
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Mar 15 08:51:50 2019 | http://epydoc.sourceforge.net |