metadataTest¶
-
class
lib.metadataTest.
DateTime
(source)¶ -
attrs
= ('year', 'month', 'monthname', 'day', 'weekday', 'weekdayname', 'hour', 'minute', 'second', 'microsecond')¶
-
format
= '%Y:%m:%d %H:%M:%S'¶
-
from_exif_string
(exif_string)¶ Creates the DateTime from an exif string (as returned by PIL exif).
Parameters: exif_string (string) – datetime string with format %Y:%m:%d %H:%M:%S
-
-
lib.metadataTest.
is_string
(x)¶ Checks whether
x
is a string not.Parameters: x – variable Returns: True if string, False otherwise Return type: bool
-
lib.metadataTest.
main
(path)¶
-
lib.metadataTest.
now
()¶