Type: Class
- format() (method) — format(v) returns a string representation for v.
v may not be None because the caller must handle this case.
- parse() (method) — parse(s) returns the value expressed by string s.
s may not be empty because the caller must handle this case.