Swimlane Python API driver
import datetime [docs]def is_datetime(value): return isinstance(value, datetime.datetime)