MCPcopy
hub / github.com/myusuf3/delorean / range_daily

Function range_daily

delorean/interface.py:99–104  ·  view source on GitHub ↗

This an alternative way to generating sets of Delorean objects with DAILY stops

(start=None, stop=None, timezone='UTC', count=None)

Source from the content-addressed store, hash-verified

97
98
99def range_daily(start=None, stop=None, timezone='UTC', count=None):
100 """
101 This an alternative way to generating sets of Delorean objects with
102 DAILY stops
103 """
104 return stops(start=start, stop=stop, freq=DAILY, timezone=timezone, count=count)
105
106
107def range_hourly(start=None, stop=None, timezone='UTC', count=None):

Callers

nothing calls this directly

Calls 1

stopsFunction · 0.85

Tested by

no test coverage detected