metadataTest

class lib.metadataTest.DateTime(source)
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
class lib.metadataTest.Rational
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()

Previous topic

metadata

Next topic

notify