Esempio n. 1
0
def cell_export_full(self, _bucket=None):
    public.CellExport(self)(hourly=False, _bucket=_bucket)
Esempio n. 2
0
def cell_export_diff(self, _bucket=None):
    public.CellExport(self)(hourly=True, _bucket=_bucket)