myems-api/excelexporters/combinedequipmentefficiency.py 1 location
|
@@ 1197-1207 (lines=11) @@
|
| 1194 |
|
return number |
| 1195 |
|
|
| 1196 |
|
|
| 1197 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1198 |
|
timestamps = base_period_data['timestamps'] |
| 1199 |
|
|
| 1200 |
|
if len(timestamps) == 0: |
| 1201 |
|
return False |
| 1202 |
|
|
| 1203 |
|
for timestamp in timestamps: |
| 1204 |
|
if len(timestamp) > 0: |
| 1205 |
|
return True |
| 1206 |
|
|
| 1207 |
|
return False |
| 1208 |
|
|
myems-api/excelexporters/combinedequipmentenergycategory.py 1 location
|
@@ 1179-1189 (lines=11) @@
|
| 1176 |
|
return number |
| 1177 |
|
|
| 1178 |
|
|
| 1179 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1180 |
|
timestamps = base_period_data['timestamps'] |
| 1181 |
|
|
| 1182 |
|
if len(timestamps) == 0: |
| 1183 |
|
return False |
| 1184 |
|
|
| 1185 |
|
for timestamp in timestamps: |
| 1186 |
|
if len(timestamp) > 0: |
| 1187 |
|
return True |
| 1188 |
|
|
| 1189 |
|
return False |
| 1190 |
|
|
myems-api/excelexporters/equipmentefficiency.py 1 location
|
@@ 1125-1135 (lines=11) @@
|
| 1122 |
|
return number |
| 1123 |
|
|
| 1124 |
|
|
| 1125 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1126 |
|
timestamps = base_period_data['timestamps'] |
| 1127 |
|
|
| 1128 |
|
if len(timestamps) == 0: |
| 1129 |
|
return False |
| 1130 |
|
|
| 1131 |
|
for timestamp in timestamps: |
| 1132 |
|
if len(timestamp) > 0: |
| 1133 |
|
return True |
| 1134 |
|
|
| 1135 |
|
return False |
| 1136 |
|
|
myems-api/excelexporters/spacecarbon.py 1 location
|
@@ 1125-1135 (lines=11) @@
|
| 1122 |
|
return number |
| 1123 |
|
|
| 1124 |
|
|
| 1125 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1126 |
|
timestamps = base_period_data['timestamps'] |
| 1127 |
|
|
| 1128 |
|
if len(timestamps) == 0: |
| 1129 |
|
return False |
| 1130 |
|
|
| 1131 |
|
for timestamp in timestamps: |
| 1132 |
|
if len(timestamp) > 0: |
| 1133 |
|
return True |
| 1134 |
|
|
| 1135 |
|
return False |
| 1136 |
|
|
myems-api/excelexporters/spacecost.py 1 location
|
@@ 1122-1132 (lines=11) @@
|
| 1119 |
|
return number |
| 1120 |
|
|
| 1121 |
|
|
| 1122 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1123 |
|
timestamps = base_period_data['timestamps'] |
| 1124 |
|
|
| 1125 |
|
if len(timestamps) == 0: |
| 1126 |
|
return False |
| 1127 |
|
|
| 1128 |
|
for timestamp in timestamps: |
| 1129 |
|
if len(timestamp) > 0: |
| 1130 |
|
return True |
| 1131 |
|
|
| 1132 |
|
return False |
| 1133 |
|
|
myems-api/excelexporters/combinedequipmentcost.py 1 location
|
@@ 1120-1130 (lines=11) @@
|
| 1117 |
|
return number |
| 1118 |
|
|
| 1119 |
|
|
| 1120 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1121 |
|
timestamps = base_period_data['timestamps'] |
| 1122 |
|
|
| 1123 |
|
if len(timestamps) == 0: |
| 1124 |
|
return False |
| 1125 |
|
|
| 1126 |
|
for timestamp in timestamps: |
| 1127 |
|
if len(timestamp) > 0: |
| 1128 |
|
return True |
| 1129 |
|
|
| 1130 |
|
return False |
| 1131 |
|
|
myems-api/excelexporters/combinedequipmentcarbon.py 1 location
|
@@ 1118-1128 (lines=11) @@
|
| 1115 |
|
return number |
| 1116 |
|
|
| 1117 |
|
|
| 1118 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1119 |
|
timestamps = base_period_data['timestamps'] |
| 1120 |
|
|
| 1121 |
|
if len(timestamps) == 0: |
| 1122 |
|
return False |
| 1123 |
|
|
| 1124 |
|
for timestamp in timestamps: |
| 1125 |
|
if len(timestamp) > 0: |
| 1126 |
|
return True |
| 1127 |
|
|
| 1128 |
|
return False |
| 1129 |
|
|
myems-api/excelexporters/spaceenergycategory.py 1 location
|
@@ 1103-1113 (lines=11) @@
|
| 1100 |
|
return number |
| 1101 |
|
|
| 1102 |
|
|
| 1103 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1104 |
|
timestamps = base_period_data['timestamps'] |
| 1105 |
|
|
| 1106 |
|
if len(timestamps) == 0: |
| 1107 |
|
return False |
| 1108 |
|
|
| 1109 |
|
for timestamp in timestamps: |
| 1110 |
|
if len(timestamp) > 0: |
| 1111 |
|
return True |
| 1112 |
|
|
| 1113 |
|
return False |
| 1114 |
|
|
myems-api/excelexporters/spacesaving.py 1 location
|
@@ 1070-1080 (lines=11) @@
|
| 1067 |
|
return number |
| 1068 |
|
|
| 1069 |
|
|
| 1070 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1071 |
|
timestamps = base_period_data['timestamps'] |
| 1072 |
|
|
| 1073 |
|
if len(timestamps) == 0: |
| 1074 |
|
return False |
| 1075 |
|
|
| 1076 |
|
for timestamp in timestamps: |
| 1077 |
|
if len(timestamp) > 0: |
| 1078 |
|
return True |
| 1079 |
|
|
| 1080 |
|
return False |
| 1081 |
|
|
| 1082 |
|
|
myems-api/excelexporters/shopfloorcarbon.py 1 location
|
@@ 1065-1075 (lines=11) @@
|
| 1062 |
|
return number |
| 1063 |
|
|
| 1064 |
|
|
| 1065 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1066 |
|
timestamps = base_period_data['timestamps'] |
| 1067 |
|
|
| 1068 |
|
if len(timestamps) == 0: |
| 1069 |
|
return False |
| 1070 |
|
|
| 1071 |
|
for timestamp in timestamps: |
| 1072 |
|
if len(timestamp) > 0: |
| 1073 |
|
return True |
| 1074 |
|
|
| 1075 |
|
return False |
| 1076 |
|
|
myems-api/excelexporters/shopfloorcost.py 1 location
|
@@ 1063-1073 (lines=11) @@
|
| 1060 |
|
return number |
| 1061 |
|
|
| 1062 |
|
|
| 1063 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1064 |
|
timestamps = base_period_data['timestamps'] |
| 1065 |
|
|
| 1066 |
|
if len(timestamps) == 0: |
| 1067 |
|
return False |
| 1068 |
|
|
| 1069 |
|
for timestamp in timestamps: |
| 1070 |
|
if len(timestamp) > 0: |
| 1071 |
|
return True |
| 1072 |
|
|
| 1073 |
|
return False |
| 1074 |
|
|
myems-api/excelexporters/spaceincome.py 1 location
|
@@ 1059-1069 (lines=11) @@
|
| 1056 |
|
return number |
| 1057 |
|
|
| 1058 |
|
|
| 1059 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1060 |
|
timestamps = base_period_data['timestamps'] |
| 1061 |
|
|
| 1062 |
|
if len(timestamps) == 0: |
| 1063 |
|
return False |
| 1064 |
|
|
| 1065 |
|
for timestamp in timestamps: |
| 1066 |
|
if len(timestamp) > 0: |
| 1067 |
|
return True |
| 1068 |
|
|
| 1069 |
|
return False |
| 1070 |
|
|
myems-api/excelexporters/storeenergycategory.py 1 location
|
@@ 1043-1053 (lines=11) @@
|
| 1040 |
|
return number |
| 1041 |
|
|
| 1042 |
|
|
| 1043 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1044 |
|
timestamps = base_period_data['timestamps'] |
| 1045 |
|
|
| 1046 |
|
if len(timestamps) == 0: |
| 1047 |
|
return False |
| 1048 |
|
|
| 1049 |
|
for timestamp in timestamps: |
| 1050 |
|
if len(timestamp) > 0: |
| 1051 |
|
return True |
| 1052 |
|
|
| 1053 |
|
return False |
| 1054 |
|
|
myems-api/excelexporters/shopfloorenergycategory.py 1 location
|
@@ 1034-1044 (lines=11) @@
|
| 1031 |
|
return number |
| 1032 |
|
|
| 1033 |
|
|
| 1034 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1035 |
|
timestamps = base_period_data['timestamps'] |
| 1036 |
|
|
| 1037 |
|
if len(timestamps) == 0: |
| 1038 |
|
return False |
| 1039 |
|
|
| 1040 |
|
for timestamp in timestamps: |
| 1041 |
|
if len(timestamp) > 0: |
| 1042 |
|
return True |
| 1043 |
|
|
| 1044 |
|
return False |
| 1045 |
|
|
myems-api/excelexporters/equipmentenergycategory.py 1 location
|
@@ 1019-1029 (lines=11) @@
|
| 1016 |
|
return number |
| 1017 |
|
|
| 1018 |
|
|
| 1019 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1020 |
|
timestamps = base_period_data['timestamps'] |
| 1021 |
|
|
| 1022 |
|
if len(timestamps) == 0: |
| 1023 |
|
return False |
| 1024 |
|
|
| 1025 |
|
for timestamp in timestamps: |
| 1026 |
|
if len(timestamp) > 0: |
| 1027 |
|
return True |
| 1028 |
|
|
| 1029 |
|
return False |
| 1030 |
|
|
myems-api/excelexporters/equipmentcost.py 1 location
|
@@ 1016-1026 (lines=11) @@
|
| 1013 |
|
return number |
| 1014 |
|
|
| 1015 |
|
|
| 1016 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1017 |
|
timestamps = base_period_data['timestamps'] |
| 1018 |
|
|
| 1019 |
|
if len(timestamps) == 0: |
| 1020 |
|
return False |
| 1021 |
|
|
| 1022 |
|
for timestamp in timestamps: |
| 1023 |
|
if len(timestamp) > 0: |
| 1024 |
|
return True |
| 1025 |
|
|
| 1026 |
|
return False |
| 1027 |
|
|
myems-api/excelexporters/equipmentcarbon.py 1 location
|
@@ 1016-1026 (lines=11) @@
|
| 1013 |
|
return number |
| 1014 |
|
|
| 1015 |
|
|
| 1016 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1017 |
|
timestamps = base_period_data['timestamps'] |
| 1018 |
|
|
| 1019 |
|
if len(timestamps) == 0: |
| 1020 |
|
return False |
| 1021 |
|
|
| 1022 |
|
for timestamp in timestamps: |
| 1023 |
|
if len(timestamp) > 0: |
| 1024 |
|
return True |
| 1025 |
|
|
| 1026 |
|
return False |
| 1027 |
|
|
myems-api/excelexporters/tenantcost.py 1 location
|
@@ 1011-1021 (lines=11) @@
|
| 1008 |
|
return number |
| 1009 |
|
|
| 1010 |
|
|
| 1011 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1012 |
|
timestamps = base_period_data['timestamps'] |
| 1013 |
|
|
| 1014 |
|
if len(timestamps) == 0: |
| 1015 |
|
return False |
| 1016 |
|
|
| 1017 |
|
for timestamp in timestamps: |
| 1018 |
|
if len(timestamp) > 0: |
| 1019 |
|
return True |
| 1020 |
|
|
| 1021 |
|
return False |
| 1022 |
|
|
myems-api/excelexporters/tenantload.py 1 location
|
@@ 1010-1020 (lines=11) @@
|
| 1007 |
|
return number |
| 1008 |
|
|
| 1009 |
|
|
| 1010 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1011 |
|
timestamps = base_period_data['timestamps'] |
| 1012 |
|
|
| 1013 |
|
if len(timestamps) == 0: |
| 1014 |
|
return False |
| 1015 |
|
|
| 1016 |
|
for timestamp in timestamps: |
| 1017 |
|
if len(timestamp) > 0: |
| 1018 |
|
return True |
| 1019 |
|
|
| 1020 |
|
return False |
| 1021 |
|
|
myems-api/excelexporters/tenantcarbon.py 1 location
|
@@ 1009-1019 (lines=11) @@
|
| 1006 |
|
return number |
| 1007 |
|
|
| 1008 |
|
|
| 1009 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1010 |
|
timestamps = base_period_data['timestamps'] |
| 1011 |
|
|
| 1012 |
|
if len(timestamps) == 0: |
| 1013 |
|
return False |
| 1014 |
|
|
| 1015 |
|
for timestamp in timestamps: |
| 1016 |
|
if len(timestamp) > 0: |
| 1017 |
|
return True |
| 1018 |
|
|
| 1019 |
|
return False |
| 1020 |
|
|
myems-api/excelexporters/combinedequipmentload.py 1 location
|
@@ 1008-1018 (lines=11) @@
|
| 1005 |
|
return number |
| 1006 |
|
|
| 1007 |
|
|
| 1008 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1009 |
|
timestamps = base_period_data['timestamps'] |
| 1010 |
|
|
| 1011 |
|
if len(timestamps) == 0: |
| 1012 |
|
return False |
| 1013 |
|
|
| 1014 |
|
for timestamp in timestamps: |
| 1015 |
|
if len(timestamp) > 0: |
| 1016 |
|
return True |
| 1017 |
|
|
| 1018 |
|
return False |
| 1019 |
|
|
myems-api/excelexporters/combinedequipmentsaving.py 1 location
|
@@ 1008-1018 (lines=11) @@
|
| 1005 |
|
return number |
| 1006 |
|
|
| 1007 |
|
|
| 1008 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1009 |
|
timestamps = base_period_data['timestamps'] |
| 1010 |
|
|
| 1011 |
|
if len(timestamps) == 0: |
| 1012 |
|
return False |
| 1013 |
|
|
| 1014 |
|
for timestamp in timestamps: |
| 1015 |
|
if len(timestamp) > 0: |
| 1016 |
|
return True |
| 1017 |
|
|
| 1018 |
|
return False |
| 1019 |
|
|
myems-api/excelexporters/spaceload.py 1 location
|
@@ 1007-1017 (lines=11) @@
|
| 1004 |
|
return number |
| 1005 |
|
|
| 1006 |
|
|
| 1007 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1008 |
|
timestamps = base_period_data['timestamps'] |
| 1009 |
|
|
| 1010 |
|
if len(timestamps) == 0: |
| 1011 |
|
return False |
| 1012 |
|
|
| 1013 |
|
for timestamp in timestamps: |
| 1014 |
|
if len(timestamp) > 0: |
| 1015 |
|
return True |
| 1016 |
|
|
| 1017 |
|
return False |
| 1018 |
|
|
myems-api/excelexporters/storecost.py 1 location
|
@@ 1006-1016 (lines=11) @@
|
| 1003 |
|
return number |
| 1004 |
|
|
| 1005 |
|
|
| 1006 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1007 |
|
timestamps = base_period_data['timestamps'] |
| 1008 |
|
|
| 1009 |
|
if len(timestamps) == 0: |
| 1010 |
|
return False |
| 1011 |
|
|
| 1012 |
|
for timestamp in timestamps: |
| 1013 |
|
if len(timestamp) > 0: |
| 1014 |
|
return True |
| 1015 |
|
|
| 1016 |
|
return False |
| 1017 |
|
|
myems-api/excelexporters/storecarbon.py 1 location
|
@@ 1006-1016 (lines=11) @@
|
| 1003 |
|
return number |
| 1004 |
|
|
| 1005 |
|
|
| 1006 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1007 |
|
timestamps = base_period_data['timestamps'] |
| 1008 |
|
|
| 1009 |
|
if len(timestamps) == 0: |
| 1010 |
|
return False |
| 1011 |
|
|
| 1012 |
|
for timestamp in timestamps: |
| 1013 |
|
if len(timestamp) > 0: |
| 1014 |
|
return True |
| 1015 |
|
|
| 1016 |
|
return False |
| 1017 |
|
|
myems-api/excelexporters/combinedequipmentincome.py 1 location
|
@@ 1005-1015 (lines=11) @@
|
| 1002 |
|
return number |
| 1003 |
|
|
| 1004 |
|
|
| 1005 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1006 |
|
timestamps = base_period_data['timestamps'] |
| 1007 |
|
|
| 1008 |
|
if len(timestamps) == 0: |
| 1009 |
|
return False |
| 1010 |
|
|
| 1011 |
|
for timestamp in timestamps: |
| 1012 |
|
if len(timestamp) > 0: |
| 1013 |
|
return True |
| 1014 |
|
|
| 1015 |
|
return False |
| 1016 |
|
|
myems-api/excelexporters/tenantenergycategory.py 1 location
|
@@ 1004-1014 (lines=11) @@
|
| 1001 |
|
return number |
| 1002 |
|
|
| 1003 |
|
|
| 1004 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1005 |
|
timestamps = base_period_data['timestamps'] |
| 1006 |
|
|
| 1007 |
|
if len(timestamps) == 0: |
| 1008 |
|
return False |
| 1009 |
|
|
| 1010 |
|
for timestamp in timestamps: |
| 1011 |
|
if len(timestamp) > 0: |
| 1012 |
|
return True |
| 1013 |
|
|
| 1014 |
|
return False |
| 1015 |
|
|
myems-api/excelexporters/tenantsaving.py 1 location
|
@@ 989-999 (lines=11) @@
|
| 986 |
|
return number |
| 987 |
|
|
| 988 |
|
|
| 989 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 990 |
|
timestamps = base_period_data['timestamps'] |
| 991 |
|
|
| 992 |
|
if len(timestamps) == 0: |
| 993 |
|
return False |
| 994 |
|
|
| 995 |
|
for timestamp in timestamps: |
| 996 |
|
if len(timestamp) > 0: |
| 997 |
|
return True |
| 998 |
|
|
| 999 |
|
return False |
| 1000 |
|
|
myems-api/excelexporters/shopfloorload.py 1 location
|
@@ 989-999 (lines=11) @@
|
| 986 |
|
return number |
| 987 |
|
|
| 988 |
|
|
| 989 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 990 |
|
timestamps = base_period_data['timestamps'] |
| 991 |
|
|
| 992 |
|
if len(timestamps) == 0: |
| 993 |
|
return False |
| 994 |
|
|
| 995 |
|
for timestamp in timestamps: |
| 996 |
|
if len(timestamp) > 0: |
| 997 |
|
return True |
| 998 |
|
|
| 999 |
|
return False |
| 1000 |
|
|
myems-api/excelexporters/shopfloorsaving.py 1 location
|
@@ 984-994 (lines=11) @@
|
| 981 |
|
return number |
| 982 |
|
|
| 983 |
|
|
| 984 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 985 |
|
timestamps = base_period_data['timestamps'] |
| 986 |
|
|
| 987 |
|
if len(timestamps) == 0: |
| 988 |
|
return False |
| 989 |
|
|
| 990 |
|
for timestamp in timestamps: |
| 991 |
|
if len(timestamp) > 0: |
| 992 |
|
return True |
| 993 |
|
|
| 994 |
|
return False |
| 995 |
|
|
myems-api/excelexporters/storeload.py 1 location
|
@@ 983-993 (lines=11) @@
|
| 980 |
|
return number |
| 981 |
|
|
| 982 |
|
|
| 983 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 984 |
|
timestamps = base_period_data['timestamps'] |
| 985 |
|
|
| 986 |
|
if len(timestamps) == 0: |
| 987 |
|
return False |
| 988 |
|
|
| 989 |
|
for timestamp in timestamps: |
| 990 |
|
if len(timestamp) > 0: |
| 991 |
|
return True |
| 992 |
|
|
| 993 |
|
return False |
| 994 |
|
|
myems-api/excelexporters/storesaving.py 1 location
|
@@ 981-991 (lines=11) @@
|
| 978 |
|
return number |
| 979 |
|
|
| 980 |
|
|
| 981 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 982 |
|
timestamps = base_period_data['timestamps'] |
| 983 |
|
|
| 984 |
|
if len(timestamps) == 0: |
| 985 |
|
return False |
| 986 |
|
|
| 987 |
|
for timestamp in timestamps: |
| 988 |
|
if len(timestamp) > 0: |
| 989 |
|
return True |
| 990 |
|
|
| 991 |
|
return False |
| 992 |
|
|
myems-api/excelexporters/tenantstatistics.py 1 location
|
@@ 965-975 (lines=11) @@
|
| 962 |
|
return number |
| 963 |
|
|
| 964 |
|
|
| 965 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 966 |
|
timestamps = base_period_data['timestamps'] |
| 967 |
|
|
| 968 |
|
if len(timestamps) == 0: |
| 969 |
|
return False |
| 970 |
|
|
| 971 |
|
for timestamp in timestamps: |
| 972 |
|
if len(timestamp) > 0: |
| 973 |
|
return True |
| 974 |
|
|
| 975 |
|
return False |
| 976 |
|
|
myems-api/excelexporters/spacestatistics.py 1 location
|
@@ 959-969 (lines=11) @@
|
| 956 |
|
return number |
| 957 |
|
|
| 958 |
|
|
| 959 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 960 |
|
timestamps = base_period_data['timestamps'] |
| 961 |
|
|
| 962 |
|
if len(timestamps) == 0: |
| 963 |
|
return False |
| 964 |
|
|
| 965 |
|
for timestamp in timestamps: |
| 966 |
|
if len(timestamp) > 0: |
| 967 |
|
return True |
| 968 |
|
|
| 969 |
|
return False |
| 970 |
|
|
myems-api/excelexporters/shopfloorstatistics.py 1 location
|
@@ 958-968 (lines=11) @@
|
| 955 |
|
return number |
| 956 |
|
|
| 957 |
|
|
| 958 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 959 |
|
timestamps = base_period_data['timestamps'] |
| 960 |
|
|
| 961 |
|
if len(timestamps) == 0: |
| 962 |
|
return False |
| 963 |
|
|
| 964 |
|
for timestamp in timestamps: |
| 965 |
|
if len(timestamp) > 0: |
| 966 |
|
return True |
| 967 |
|
|
| 968 |
|
return False |
| 969 |
|
|
myems-api/excelexporters/equipmentsaving.py 1 location
|
@@ 956-966 (lines=11) @@
|
| 953 |
|
return number |
| 954 |
|
|
| 955 |
|
|
| 956 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 957 |
|
timestamps = base_period_data['timestamps'] |
| 958 |
|
|
| 959 |
|
if len(timestamps) == 0: |
| 960 |
|
return False |
| 961 |
|
|
| 962 |
|
for timestamp in timestamps: |
| 963 |
|
if len(timestamp) > 0: |
| 964 |
|
return True |
| 965 |
|
|
| 966 |
|
return False |
| 967 |
|
|
myems-api/excelexporters/storestatistics.py 1 location
|
@@ 953-963 (lines=11) @@
|
| 950 |
|
return number |
| 951 |
|
|
| 952 |
|
|
| 953 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 954 |
|
timestamps = base_period_data['timestamps'] |
| 955 |
|
|
| 956 |
|
if len(timestamps) == 0: |
| 957 |
|
return False |
| 958 |
|
|
| 959 |
|
for timestamp in timestamps: |
| 960 |
|
if len(timestamp) > 0: |
| 961 |
|
return True |
| 962 |
|
|
| 963 |
|
return False |
| 964 |
|
|
myems-api/excelexporters/equipmentincome.py 1 location
|
@@ 933-943 (lines=11) @@
|
| 930 |
|
return number |
| 931 |
|
|
| 932 |
|
|
| 933 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 934 |
|
timestamps = base_period_data['timestamps'] |
| 935 |
|
|
| 936 |
|
if len(timestamps) == 0: |
| 937 |
|
return False |
| 938 |
|
|
| 939 |
|
for timestamp in timestamps: |
| 940 |
|
if len(timestamp) > 0: |
| 941 |
|
return True |
| 942 |
|
|
| 943 |
|
return False |
| 944 |
|
|
myems-api/excelexporters/spaceenergyitem.py 1 location
|
@@ 929-939 (lines=11) @@
|
| 926 |
|
return number |
| 927 |
|
|
| 928 |
|
|
| 929 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 930 |
|
timestamps = base_period_data['timestamps'] |
| 931 |
|
|
| 932 |
|
if len(timestamps) == 0: |
| 933 |
|
return False |
| 934 |
|
|
| 935 |
|
for timestamp in timestamps: |
| 936 |
|
if len(timestamp) > 0: |
| 937 |
|
return True |
| 938 |
|
|
| 939 |
|
return False |
| 940 |
|
|
myems-api/excelexporters/equipmentload.py 1 location
|
@@ 922-932 (lines=11) @@
|
| 919 |
|
return number |
| 920 |
|
|
| 921 |
|
|
| 922 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 923 |
|
timestamps = base_period_data['timestamps'] |
| 924 |
|
|
| 925 |
|
if len(timestamps) == 0: |
| 926 |
|
return False |
| 927 |
|
|
| 928 |
|
for timestamp in timestamps: |
| 929 |
|
if len(timestamp) > 0: |
| 930 |
|
return True |
| 931 |
|
|
| 932 |
|
return False |
| 933 |
|
|
myems-api/excelexporters/combinedequipmentstatistics.py 1 location
|
@@ 889-899 (lines=11) @@
|
| 886 |
|
return number |
| 887 |
|
|
| 888 |
|
|
| 889 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 890 |
|
timestamps = base_period_data['timestamps'] |
| 891 |
|
|
| 892 |
|
if len(timestamps) == 0: |
| 893 |
|
return False |
| 894 |
|
|
| 895 |
|
for timestamp in timestamps: |
| 896 |
|
if len(timestamp) > 0: |
| 897 |
|
return True |
| 898 |
|
|
| 899 |
|
return False |
| 900 |
|
|
myems-api/excelexporters/combinedequipmentenergyitem.py 1 location
|
@@ 884-894 (lines=11) @@
|
| 881 |
|
return number |
| 882 |
|
|
| 883 |
|
|
| 884 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 885 |
|
timestamps = base_period_data['timestamps'] |
| 886 |
|
|
| 887 |
|
if len(timestamps) == 0: |
| 888 |
|
return False |
| 889 |
|
|
| 890 |
|
for timestamp in timestamps: |
| 891 |
|
if len(timestamp) > 0: |
| 892 |
|
return True |
| 893 |
|
|
| 894 |
|
return False |
| 895 |
|
|
| 896 |
|
|
myems-api/excelexporters/spaceoutput.py 1 location
|
@@ 860-870 (lines=11) @@
|
| 857 |
|
return number |
| 858 |
|
|
| 859 |
|
|
| 860 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 861 |
|
timestamps = base_period_data['timestamps'] |
| 862 |
|
|
| 863 |
|
if len(timestamps) == 0: |
| 864 |
|
return False |
| 865 |
|
|
| 866 |
|
for timestamp in timestamps: |
| 867 |
|
if len(timestamp) > 0: |
| 868 |
|
return True |
| 869 |
|
|
| 870 |
|
return False |
| 871 |
|
|
myems-api/excelexporters/equipmentstatistics.py 1 location
|
@@ 846-856 (lines=11) @@
|
| 843 |
|
return number |
| 844 |
|
|
| 845 |
|
|
| 846 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 847 |
|
timestamps = base_period_data['timestamps'] |
| 848 |
|
|
| 849 |
|
if len(timestamps) == 0: |
| 850 |
|
return False |
| 851 |
|
|
| 852 |
|
for timestamp in timestamps: |
| 853 |
|
if len(timestamp) > 0: |
| 854 |
|
return True |
| 855 |
|
|
| 856 |
|
return False |
| 857 |
|
|
myems-api/excelexporters/shopfloorenergyitem.py 1 location
|
@@ 843-853 (lines=11) @@
|
| 840 |
|
return number |
| 841 |
|
|
| 842 |
|
|
| 843 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 844 |
|
timestamps = base_period_data['timestamps'] |
| 845 |
|
|
| 846 |
|
if len(timestamps) == 0: |
| 847 |
|
return False |
| 848 |
|
|
| 849 |
|
for timestamp in timestamps: |
| 850 |
|
if len(timestamp) > 0: |
| 851 |
|
return True |
| 852 |
|
|
| 853 |
|
return False |
| 854 |
|
|
myems-api/excelexporters/storeenergyitem.py 1 location
|
@@ 843-853 (lines=11) @@
|
| 840 |
|
return number |
| 841 |
|
|
| 842 |
|
|
| 843 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 844 |
|
timestamps = base_period_data['timestamps'] |
| 845 |
|
|
| 846 |
|
if len(timestamps) == 0: |
| 847 |
|
return False |
| 848 |
|
|
| 849 |
|
for timestamp in timestamps: |
| 850 |
|
if len(timestamp) > 0: |
| 851 |
|
return True |
| 852 |
|
|
| 853 |
|
return False |
| 854 |
|
|
myems-api/excelexporters/tenantenergyitem.py 1 location
|
@@ 842-852 (lines=11) @@
|
| 839 |
|
return number |
| 840 |
|
|
| 841 |
|
|
| 842 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 843 |
|
timestamps = base_period_data['timestamps'] |
| 844 |
|
|
| 845 |
|
if len(timestamps) == 0: |
| 846 |
|
return False |
| 847 |
|
|
| 848 |
|
for timestamp in timestamps: |
| 849 |
|
if len(timestamp) > 0: |
| 850 |
|
return True |
| 851 |
|
|
| 852 |
|
return False |
| 853 |
|
|
myems-api/excelexporters/equipmentenergyitem.py 1 location
|
@@ 822-832 (lines=11) @@
|
| 819 |
|
return number |
| 820 |
|
|
| 821 |
|
|
| 822 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 823 |
|
timestamps = base_period_data['timestamps'] |
| 824 |
|
|
| 825 |
|
if len(timestamps) == 0: |
| 826 |
|
return False |
| 827 |
|
|
| 828 |
|
for timestamp in timestamps: |
| 829 |
|
if len(timestamp) > 0: |
| 830 |
|
return True |
| 831 |
|
|
| 832 |
|
return False |
| 833 |
|
|
myems-api/excelexporters/combinedequipmentoutput.py 1 location
|
@@ 815-825 (lines=11) @@
|
| 812 |
|
return number |
| 813 |
|
|
| 814 |
|
|
| 815 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 816 |
|
timestamps = base_period_data['timestamps'] |
| 817 |
|
|
| 818 |
|
if len(timestamps) == 0: |
| 819 |
|
return False |
| 820 |
|
|
| 821 |
|
for timestamp in timestamps: |
| 822 |
|
if len(timestamp) > 0: |
| 823 |
|
return True |
| 824 |
|
|
| 825 |
|
return False |
| 826 |
|
|
myems-api/excelexporters/spaceefficiency.py 1 location
|
@@ 789-799 (lines=11) @@
|
| 786 |
|
return number |
| 787 |
|
|
| 788 |
|
|
| 789 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 790 |
|
timestamps = base_period_data['timestamps'] |
| 791 |
|
|
| 792 |
|
if len(timestamps) == 0: |
| 793 |
|
return False |
| 794 |
|
|
| 795 |
|
for timestamp in timestamps: |
| 796 |
|
if len(timestamp) > 0: |
| 797 |
|
return True |
| 798 |
|
|
| 799 |
|
return False |
| 800 |
|
|
myems-api/excelexporters/metersaving.py 1 location
|
@@ 784-794 (lines=11) @@
|
| 781 |
|
return number |
| 782 |
|
|
| 783 |
|
|
| 784 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 785 |
|
timestamps = base_period_data['timestamps'] |
| 786 |
|
|
| 787 |
|
if len(timestamps) == 0: |
| 788 |
|
return False |
| 789 |
|
|
| 790 |
|
for timestamp in timestamps: |
| 791 |
|
if len(timestamp) > 0: |
| 792 |
|
return True |
| 793 |
|
|
| 794 |
|
return False |
| 795 |
|
|
myems-api/excelexporters/offlinemetercarbon.py 1 location
|
@@ 762-772 (lines=11) @@
|
| 759 |
|
return number |
| 760 |
|
|
| 761 |
|
|
| 762 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 763 |
|
timestamps = base_period_data['timestamps'] |
| 764 |
|
|
| 765 |
|
if len(timestamps) == 0: |
| 766 |
|
return False |
| 767 |
|
|
| 768 |
|
for timestamp in timestamps: |
| 769 |
|
if len(timestamp) > 0: |
| 770 |
|
return True |
| 771 |
|
|
| 772 |
|
return False |
| 773 |
|
|
myems-api/excelexporters/virtualmetercarbon.py 1 location
|
@@ 762-772 (lines=11) @@
|
| 759 |
|
return number |
| 760 |
|
|
| 761 |
|
|
| 762 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 763 |
|
timestamps = base_period_data['timestamps'] |
| 764 |
|
|
| 765 |
|
if len(timestamps) == 0: |
| 766 |
|
return False |
| 767 |
|
|
| 768 |
|
for timestamp in timestamps: |
| 769 |
|
if len(timestamp) > 0: |
| 770 |
|
return True |
| 771 |
|
|
| 772 |
|
return False |
| 773 |
|
|
myems-api/excelexporters/virtualmetercost.py 1 location
|
@@ 762-772 (lines=11) @@
|
| 759 |
|
return number |
| 760 |
|
|
| 761 |
|
|
| 762 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 763 |
|
timestamps = base_period_data['timestamps'] |
| 764 |
|
|
| 765 |
|
if len(timestamps) == 0: |
| 766 |
|
return False |
| 767 |
|
|
| 768 |
|
for timestamp in timestamps: |
| 769 |
|
if len(timestamp) > 0: |
| 770 |
|
return True |
| 771 |
|
|
| 772 |
|
return False |
| 773 |
|
|
myems-api/excelexporters/offlinemetercost.py 1 location
|
@@ 762-772 (lines=11) @@
|
| 759 |
|
return number |
| 760 |
|
|
| 761 |
|
|
| 762 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 763 |
|
timestamps = base_period_data['timestamps'] |
| 764 |
|
|
| 765 |
|
if len(timestamps) == 0: |
| 766 |
|
return False |
| 767 |
|
|
| 768 |
|
for timestamp in timestamps: |
| 769 |
|
if len(timestamp) > 0: |
| 770 |
|
return True |
| 771 |
|
|
| 772 |
|
return False |
| 773 |
|
|
myems-api/excelexporters/metercost.py 1 location
|
@@ 760-770 (lines=11) @@
|
| 757 |
|
return number |
| 758 |
|
|
| 759 |
|
|
| 760 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 761 |
|
timestamps = base_period_data['timestamps'] |
| 762 |
|
|
| 763 |
|
if len(timestamps) == 0: |
| 764 |
|
return False |
| 765 |
|
|
| 766 |
|
for timestamp in timestamps: |
| 767 |
|
if len(timestamp) > 0: |
| 768 |
|
return True |
| 769 |
|
|
| 770 |
|
return False |
| 771 |
|
|
myems-api/excelexporters/offlinemeterenergy.py 1 location
|
@@ 760-770 (lines=11) @@
|
| 757 |
|
return number |
| 758 |
|
|
| 759 |
|
|
| 760 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 761 |
|
timestamps = base_period_data['timestamps'] |
| 762 |
|
|
| 763 |
|
if len(timestamps) == 0: |
| 764 |
|
return False |
| 765 |
|
|
| 766 |
|
for timestamp in timestamps: |
| 767 |
|
if len(timestamp) > 0: |
| 768 |
|
return True |
| 769 |
|
|
| 770 |
|
return False |
| 771 |
|
|
myems-api/excelexporters/virtualmetersaving.py 1 location
|
@@ 760-770 (lines=11) @@
|
| 757 |
|
return number |
| 758 |
|
|
| 759 |
|
|
| 760 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 761 |
|
timestamps = base_period_data['timestamps'] |
| 762 |
|
|
| 763 |
|
if len(timestamps) == 0: |
| 764 |
|
return False |
| 765 |
|
|
| 766 |
|
for timestamp in timestamps: |
| 767 |
|
if len(timestamp) > 0: |
| 768 |
|
return True |
| 769 |
|
|
| 770 |
|
return False |
| 771 |
|
|
myems-api/excelexporters/offlinemetersaving.py 1 location
|
@@ 760-770 (lines=11) @@
|
| 757 |
|
return number |
| 758 |
|
|
| 759 |
|
|
| 760 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 761 |
|
timestamps = base_period_data['timestamps'] |
| 762 |
|
|
| 763 |
|
if len(timestamps) == 0: |
| 764 |
|
return False |
| 765 |
|
|
| 766 |
|
for timestamp in timestamps: |
| 767 |
|
if len(timestamp) > 0: |
| 768 |
|
return True |
| 769 |
|
|
| 770 |
|
return False |
| 771 |
|
|
myems-api/excelexporters/metercarbon.py 1 location
|
@@ 760-770 (lines=11) @@
|
| 757 |
|
return number |
| 758 |
|
|
| 759 |
|
|
| 760 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 761 |
|
timestamps = base_period_data['timestamps'] |
| 762 |
|
|
| 763 |
|
if len(timestamps) == 0: |
| 764 |
|
return False |
| 765 |
|
|
| 766 |
|
for timestamp in timestamps: |
| 767 |
|
if len(timestamp) > 0: |
| 768 |
|
return True |
| 769 |
|
|
| 770 |
|
return False |
| 771 |
|
|
myems-api/excelexporters/virtualmeterenergy.py 1 location
|
@@ 759-769 (lines=11) @@
|
| 756 |
|
return number |
| 757 |
|
|
| 758 |
|
|
| 759 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 760 |
|
timestamps = base_period_data['timestamps'] |
| 761 |
|
|
| 762 |
|
if len(timestamps) == 0: |
| 763 |
|
return False |
| 764 |
|
|
| 765 |
|
for timestamp in timestamps: |
| 766 |
|
if len(timestamp) > 0: |
| 767 |
|
return True |
| 768 |
|
|
| 769 |
|
return False |
| 770 |
|
|
myems-api/excelexporters/equipmentoutput.py 1 location
|
@@ 759-769 (lines=11) @@
|
| 756 |
|
return number |
| 757 |
|
|
| 758 |
|
|
| 759 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 760 |
|
timestamps = base_period_data['timestamps'] |
| 761 |
|
|
| 762 |
|
if len(timestamps) == 0: |
| 763 |
|
return False |
| 764 |
|
|
| 765 |
|
for timestamp in timestamps: |
| 766 |
|
if len(timestamp) > 0: |
| 767 |
|
return True |
| 768 |
|
|
| 769 |
|
return False |
| 770 |
|
|
myems-api/excelexporters/meterenergy.py 1 location
|
@@ 679-689 (lines=11) @@
|
| 676 |
|
return number |
| 677 |
|
|
| 678 |
|
|
| 679 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 680 |
|
timestamps = base_period_data['timestamps'] |
| 681 |
|
|
| 682 |
|
if len(timestamps) == 0: |
| 683 |
|
return False |
| 684 |
|
|
| 685 |
|
for timestamp in timestamps: |
| 686 |
|
if len(timestamp) > 0: |
| 687 |
|
return True |
| 688 |
|
|
| 689 |
|
return False |
| 690 |
|
|