Update docs for TimestampTemplate
This commit is contained in:
parent
2d655a7230
commit
a8bbd5fa4d
@ -3293,7 +3293,7 @@ See the setting's valid values for more information on allowed values.
|
|||||||
|TextAlignment|Alignment of text.
|
|TextAlignment|Alignment of text.
|
||||||
|TimestampTemplate|An strftime-like template for timestamps.
|
|TimestampTemplate|An strftime-like template for timestamps.
|
||||||
|
|
||||||
See https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior for reference.
|
See https://sqlite.org/lang_datefunc.html for reference.
|
||||||
|UniqueCharString|A string which may not contain duplicate chars.
|
|UniqueCharString|A string which may not contain duplicate chars.
|
||||||
|Url|A URL as a string.
|
|Url|A URL as a string.
|
||||||
|VerticalPosition|The position of the download bar.
|
|VerticalPosition|The position of the download bar.
|
||||||
|
@ -1625,9 +1625,7 @@ class TimestampTemplate(BaseType):
|
|||||||
|
|
||||||
"""An strftime-like template for timestamps.
|
"""An strftime-like template for timestamps.
|
||||||
|
|
||||||
See
|
See https://sqlite.org/lang_datefunc.html for reference.
|
||||||
https://docs.python.org/3/library/datetime.html#strftime-strptime-behavior
|
|
||||||
for reference.
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def to_py(self, value):
|
def to_py(self, value):
|
||||||
|
Loading…
Reference in New Issue
Block a user