Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/p/y/python-delicious-HEAD/delicious.py python-delicious(Download)
elif date and (datetime and (isinstance(date, datetime.datetime) \ or isinstance(date, datetime.date))): query["dt"] = "%.4d-%.2d-%.2dT%.2d:%.2d:%.2dZ" % date.utctimetuple()[:6] elif date: query["dt"] = date