myems-api/excelexporters/spaceenergycategory.py 1 location
|
@@ 1233-1243 (lines=11) @@
|
| 1230 |
|
return number |
| 1231 |
|
|
| 1232 |
|
|
| 1233 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1234 |
|
timestamps = base_period_data['timestamps'] |
| 1235 |
|
|
| 1236 |
|
if len(timestamps) == 0: |
| 1237 |
|
return False |
| 1238 |
|
|
| 1239 |
|
for timestamp in timestamps: |
| 1240 |
|
if len(timestamp) > 0: |
| 1241 |
|
return True |
| 1242 |
|
|
| 1243 |
|
return False |
| 1244 |
|
|
myems-api/excelexporters/combinedequipmentefficiency.py 1 location
|
@@ 1182-1192 (lines=11) @@
|
| 1179 |
|
return number |
| 1180 |
|
|
| 1181 |
|
|
| 1182 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1183 |
|
timestamps = base_period_data['timestamps'] |
| 1184 |
|
|
| 1185 |
|
if len(timestamps) == 0: |
| 1186 |
|
return False |
| 1187 |
|
|
| 1188 |
|
for timestamp in timestamps: |
| 1189 |
|
if len(timestamp) > 0: |
| 1190 |
|
return True |
| 1191 |
|
|
| 1192 |
|
return False |
| 1193 |
|
|
myems-api/excelexporters/combinedequipmentenergycategory.py 1 location
|
@@ 1177-1187 (lines=11) @@
|
| 1174 |
|
return number |
| 1175 |
|
|
| 1176 |
|
|
| 1177 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1178 |
|
timestamps = base_period_data['timestamps'] |
| 1179 |
|
|
| 1180 |
|
if len(timestamps) == 0: |
| 1181 |
|
return False |
| 1182 |
|
|
| 1183 |
|
for timestamp in timestamps: |
| 1184 |
|
if len(timestamp) > 0: |
| 1185 |
|
return True |
| 1186 |
|
|
| 1187 |
|
return False |
| 1188 |
|
|
myems-api/excelexporters/storeenergycategory.py 1 location
|
@@ 1171-1181 (lines=11) @@
|
| 1168 |
|
return number |
| 1169 |
|
|
| 1170 |
|
|
| 1171 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1172 |
|
timestamps = base_period_data['timestamps'] |
| 1173 |
|
|
| 1174 |
|
if len(timestamps) == 0: |
| 1175 |
|
return False |
| 1176 |
|
|
| 1177 |
|
for timestamp in timestamps: |
| 1178 |
|
if len(timestamp) > 0: |
| 1179 |
|
return True |
| 1180 |
|
|
| 1181 |
|
return False |
| 1182 |
|
|
myems-api/excelexporters/shopfloorenergycategory.py 1 location
|
@@ 1162-1172 (lines=11) @@
|
| 1159 |
|
return number |
| 1160 |
|
|
| 1161 |
|
|
| 1162 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1163 |
|
timestamps = base_period_data['timestamps'] |
| 1164 |
|
|
| 1165 |
|
if len(timestamps) == 0: |
| 1166 |
|
return False |
| 1167 |
|
|
| 1168 |
|
for timestamp in timestamps: |
| 1169 |
|
if len(timestamp) > 0: |
| 1170 |
|
return True |
| 1171 |
|
|
| 1172 |
|
return False |
| 1173 |
|
|
myems-api/excelexporters/tenantenergycategory.py 1 location
|
@@ 1132-1142 (lines=11) @@
|
| 1129 |
|
return number |
| 1130 |
|
|
| 1131 |
|
|
| 1132 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1133 |
|
timestamps = base_period_data['timestamps'] |
| 1134 |
|
|
| 1135 |
|
if len(timestamps) == 0: |
| 1136 |
|
return False |
| 1137 |
|
|
| 1138 |
|
for timestamp in timestamps: |
| 1139 |
|
if len(timestamp) > 0: |
| 1140 |
|
return True |
| 1141 |
|
|
| 1142 |
|
return False |
| 1143 |
|
|
myems-api/excelexporters/spacecarbon.py 1 location
|
@@ 1132-1142 (lines=11) @@
|
| 1129 |
|
return number |
| 1130 |
|
|
| 1131 |
|
|
| 1132 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1133 |
|
timestamps = base_period_data['timestamps'] |
| 1134 |
|
|
| 1135 |
|
if len(timestamps) == 0: |
| 1136 |
|
return False |
| 1137 |
|
|
| 1138 |
|
for timestamp in timestamps: |
| 1139 |
|
if len(timestamp) > 0: |
| 1140 |
|
return True |
| 1141 |
|
|
| 1142 |
|
return False |
| 1143 |
|
|
myems-api/excelexporters/spacecost.py 1 location
|
@@ 1128-1138 (lines=11) @@
|
| 1125 |
|
return number |
| 1126 |
|
|
| 1127 |
|
|
| 1128 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1129 |
|
timestamps = base_period_data['timestamps'] |
| 1130 |
|
|
| 1131 |
|
if len(timestamps) == 0: |
| 1132 |
|
return False |
| 1133 |
|
|
| 1134 |
|
for timestamp in timestamps: |
| 1135 |
|
if len(timestamp) > 0: |
| 1136 |
|
return True |
| 1137 |
|
|
| 1138 |
|
return False |
| 1139 |
|
|
myems-api/excelexporters/combinedequipmentcost.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/combinedequipmentcarbon.py 1 location
|
@@ 1124-1134 (lines=11) @@
|
| 1121 |
|
return number |
| 1122 |
|
|
| 1123 |
|
|
| 1124 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1125 |
|
timestamps = base_period_data['timestamps'] |
| 1126 |
|
|
| 1127 |
|
if len(timestamps) == 0: |
| 1128 |
|
return False |
| 1129 |
|
|
| 1130 |
|
for timestamp in timestamps: |
| 1131 |
|
if len(timestamp) > 0: |
| 1132 |
|
return True |
| 1133 |
|
|
| 1134 |
|
return False |
| 1135 |
|
|
myems-api/excelexporters/equipmentefficiency.py 1 location
|
@@ 1110-1120 (lines=11) @@
|
| 1107 |
|
return number |
| 1108 |
|
|
| 1109 |
|
|
| 1110 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1111 |
|
timestamps = base_period_data['timestamps'] |
| 1112 |
|
|
| 1113 |
|
if len(timestamps) == 0: |
| 1114 |
|
return False |
| 1115 |
|
|
| 1116 |
|
for timestamp in timestamps: |
| 1117 |
|
if len(timestamp) > 0: |
| 1118 |
|
return True |
| 1119 |
|
|
| 1120 |
|
return False |
| 1121 |
|
|
myems-api/excelexporters/spaceplan.py 1 location
|
@@ 1076-1086 (lines=11) @@
|
| 1073 |
|
return number |
| 1074 |
|
|
| 1075 |
|
|
| 1076 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1077 |
|
timestamps = base_period_data['timestamps'] |
| 1078 |
|
|
| 1079 |
|
if len(timestamps) == 0: |
| 1080 |
|
return False |
| 1081 |
|
|
| 1082 |
|
for timestamp in timestamps: |
| 1083 |
|
if len(timestamp) > 0: |
| 1084 |
|
return True |
| 1085 |
|
|
| 1086 |
|
return False |
| 1087 |
|
|
| 1088 |
|
|
myems-api/excelexporters/spacesaving.py 1 location
|
@@ 1076-1086 (lines=11) @@
|
| 1073 |
|
return number |
| 1074 |
|
|
| 1075 |
|
|
| 1076 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1077 |
|
timestamps = base_period_data['timestamps'] |
| 1078 |
|
|
| 1079 |
|
if len(timestamps) == 0: |
| 1080 |
|
return False |
| 1081 |
|
|
| 1082 |
|
for timestamp in timestamps: |
| 1083 |
|
if len(timestamp) > 0: |
| 1084 |
|
return True |
| 1085 |
|
|
| 1086 |
|
return False |
| 1087 |
|
|
| 1088 |
|
|
myems-api/excelexporters/shopfloorcarbon.py 1 location
|
@@ 1071-1081 (lines=11) @@
|
| 1068 |
|
return number |
| 1069 |
|
|
| 1070 |
|
|
| 1071 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1072 |
|
timestamps = base_period_data['timestamps'] |
| 1073 |
|
|
| 1074 |
|
if len(timestamps) == 0: |
| 1075 |
|
return False |
| 1076 |
|
|
| 1077 |
|
for timestamp in timestamps: |
| 1078 |
|
if len(timestamp) > 0: |
| 1079 |
|
return True |
| 1080 |
|
|
| 1081 |
|
return False |
| 1082 |
|
|
myems-api/excelexporters/shopfloorcost.py 1 location
|
@@ 1068-1078 (lines=11) @@
|
| 1065 |
|
return number |
| 1066 |
|
|
| 1067 |
|
|
| 1068 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1069 |
|
timestamps = base_period_data['timestamps'] |
| 1070 |
|
|
| 1071 |
|
if len(timestamps) == 0: |
| 1072 |
|
return False |
| 1073 |
|
|
| 1074 |
|
for timestamp in timestamps: |
| 1075 |
|
if len(timestamp) > 0: |
| 1076 |
|
return True |
| 1077 |
|
|
| 1078 |
|
return False |
| 1079 |
|
|
myems-api/excelexporters/spaceincome.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/equipmentenergycategory.py 1 location
|
@@ 1021-1031 (lines=11) @@
|
| 1018 |
|
return number |
| 1019 |
|
|
| 1020 |
|
|
| 1021 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1022 |
|
timestamps = base_period_data['timestamps'] |
| 1023 |
|
|
| 1024 |
|
if len(timestamps) == 0: |
| 1025 |
|
return False |
| 1026 |
|
|
| 1027 |
|
for timestamp in timestamps: |
| 1028 |
|
if len(timestamp) > 0: |
| 1029 |
|
return True |
| 1030 |
|
|
| 1031 |
|
return False |
| 1032 |
|
|
myems-api/excelexporters/equipmentcarbon.py 1 location
|
@@ 1021-1031 (lines=11) @@
|
| 1018 |
|
return number |
| 1019 |
|
|
| 1020 |
|
|
| 1021 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1022 |
|
timestamps = base_period_data['timestamps'] |
| 1023 |
|
|
| 1024 |
|
if len(timestamps) == 0: |
| 1025 |
|
return False |
| 1026 |
|
|
| 1027 |
|
for timestamp in timestamps: |
| 1028 |
|
if len(timestamp) > 0: |
| 1029 |
|
return True |
| 1030 |
|
|
| 1031 |
|
return False |
| 1032 |
|
|
myems-api/excelexporters/equipmentcost.py 1 location
|
@@ 1020-1030 (lines=11) @@
|
| 1017 |
|
return number |
| 1018 |
|
|
| 1019 |
|
|
| 1020 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1021 |
|
timestamps = base_period_data['timestamps'] |
| 1022 |
|
|
| 1023 |
|
if len(timestamps) == 0: |
| 1024 |
|
return False |
| 1025 |
|
|
| 1026 |
|
for timestamp in timestamps: |
| 1027 |
|
if len(timestamp) > 0: |
| 1028 |
|
return True |
| 1029 |
|
|
| 1030 |
|
return False |
| 1031 |
|
|
myems-api/excelexporters/tenantcost.py 1 location
|
@@ 1015-1025 (lines=11) @@
|
| 1012 |
|
return number |
| 1013 |
|
|
| 1014 |
|
|
| 1015 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1016 |
|
timestamps = base_period_data['timestamps'] |
| 1017 |
|
|
| 1018 |
|
if len(timestamps) == 0: |
| 1019 |
|
return False |
| 1020 |
|
|
| 1021 |
|
for timestamp in timestamps: |
| 1022 |
|
if len(timestamp) > 0: |
| 1023 |
|
return True |
| 1024 |
|
|
| 1025 |
|
return False |
| 1026 |
|
|
myems-api/excelexporters/tenantcarbon.py 1 location
|
@@ 1014-1024 (lines=11) @@
|
| 1011 |
|
return number |
| 1012 |
|
|
| 1013 |
|
|
| 1014 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1015 |
|
timestamps = base_period_data['timestamps'] |
| 1016 |
|
|
| 1017 |
|
if len(timestamps) == 0: |
| 1018 |
|
return False |
| 1019 |
|
|
| 1020 |
|
for timestamp in timestamps: |
| 1021 |
|
if len(timestamp) > 0: |
| 1022 |
|
return True |
| 1023 |
|
|
| 1024 |
|
return False |
| 1025 |
|
|
myems-api/excelexporters/combinedequipmentplan.py 1 location
|
@@ 1012-1022 (lines=11) @@
|
| 1009 |
|
return number |
| 1010 |
|
|
| 1011 |
|
|
| 1012 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1013 |
|
timestamps = base_period_data['timestamps'] |
| 1014 |
|
|
| 1015 |
|
if len(timestamps) == 0: |
| 1016 |
|
return False |
| 1017 |
|
|
| 1018 |
|
for timestamp in timestamps: |
| 1019 |
|
if len(timestamp) > 0: |
| 1020 |
|
return True |
| 1021 |
|
|
| 1022 |
|
return False |
| 1023 |
|
|
myems-api/excelexporters/combinedequipmentsaving.py 1 location
|
@@ 1012-1022 (lines=11) @@
|
| 1009 |
|
return number |
| 1010 |
|
|
| 1011 |
|
|
| 1012 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1013 |
|
timestamps = base_period_data['timestamps'] |
| 1014 |
|
|
| 1015 |
|
if len(timestamps) == 0: |
| 1016 |
|
return False |
| 1017 |
|
|
| 1018 |
|
for timestamp in timestamps: |
| 1019 |
|
if len(timestamp) > 0: |
| 1020 |
|
return True |
| 1021 |
|
|
| 1022 |
|
return False |
| 1023 |
|
|
myems-api/excelexporters/storecarbon.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/storecost.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/combinedequipmentincome.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/tenantload.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/spaceload.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/combinedequipmentload.py 1 location
|
@@ 1003-1013 (lines=11) @@
|
| 1000 |
|
return number |
| 1001 |
|
|
| 1002 |
|
|
| 1003 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 1004 |
|
timestamps = base_period_data['timestamps'] |
| 1005 |
|
|
| 1006 |
|
if len(timestamps) == 0: |
| 1007 |
|
return False |
| 1008 |
|
|
| 1009 |
|
for timestamp in timestamps: |
| 1010 |
|
if len(timestamp) > 0: |
| 1011 |
|
return True |
| 1012 |
|
|
| 1013 |
|
return False |
| 1014 |
|
|
myems-api/excelexporters/tenantsaving.py 1 location
|
@@ 994-1004 (lines=11) @@
|
| 991 |
|
return number |
| 992 |
|
|
| 993 |
|
|
| 994 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 995 |
|
timestamps = base_period_data['timestamps'] |
| 996 |
|
|
| 997 |
|
if len(timestamps) == 0: |
| 998 |
|
return False |
| 999 |
|
|
| 1000 |
|
for timestamp in timestamps: |
| 1001 |
|
if len(timestamp) > 0: |
| 1002 |
|
return True |
| 1003 |
|
|
| 1004 |
|
return False |
| 1005 |
|
|
myems-api/excelexporters/tenantplan.py 1 location
|
@@ 994-1004 (lines=11) @@
|
| 991 |
|
return number |
| 992 |
|
|
| 993 |
|
|
| 994 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 995 |
|
timestamps = base_period_data['timestamps'] |
| 996 |
|
|
| 997 |
|
if len(timestamps) == 0: |
| 998 |
|
return False |
| 999 |
|
|
| 1000 |
|
for timestamp in timestamps: |
| 1001 |
|
if len(timestamp) > 0: |
| 1002 |
|
return True |
| 1003 |
|
|
| 1004 |
|
return False |
| 1005 |
|
|
myems-api/excelexporters/shopfloorsaving.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/shopfloorplan.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/storeplan.py 1 location
|
@@ 986-996 (lines=11) @@
|
| 983 |
|
return number |
| 984 |
|
|
| 985 |
|
|
| 986 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 987 |
|
timestamps = base_period_data['timestamps'] |
| 988 |
|
|
| 989 |
|
if len(timestamps) == 0: |
| 990 |
|
return False |
| 991 |
|
|
| 992 |
|
for timestamp in timestamps: |
| 993 |
|
if len(timestamp) > 0: |
| 994 |
|
return True |
| 995 |
|
|
| 996 |
|
return False |
| 997 |
|
|
myems-api/excelexporters/storesaving.py 1 location
|
@@ 986-996 (lines=11) @@
|
| 983 |
|
return number |
| 984 |
|
|
| 985 |
|
|
| 986 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 987 |
|
timestamps = base_period_data['timestamps'] |
| 988 |
|
|
| 989 |
|
if len(timestamps) == 0: |
| 990 |
|
return False |
| 991 |
|
|
| 992 |
|
for timestamp in timestamps: |
| 993 |
|
if len(timestamp) > 0: |
| 994 |
|
return True |
| 995 |
|
|
| 996 |
|
return False |
| 997 |
|
|
myems-api/excelexporters/storeload.py 1 location
|
@@ 978-988 (lines=11) @@
|
| 975 |
|
return number |
| 976 |
|
|
| 977 |
|
|
| 978 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 979 |
|
timestamps = base_period_data['timestamps'] |
| 980 |
|
|
| 981 |
|
if len(timestamps) == 0: |
| 982 |
|
return False |
| 983 |
|
|
| 984 |
|
for timestamp in timestamps: |
| 985 |
|
if len(timestamp) > 0: |
| 986 |
|
return True |
| 987 |
|
|
| 988 |
|
return False |
| 989 |
|
|
myems-api/excelexporters/shopfloorload.py 1 location
|
@@ 975-985 (lines=11) @@
|
| 972 |
|
return number |
| 973 |
|
|
| 974 |
|
|
| 975 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 976 |
|
timestamps = base_period_data['timestamps'] |
| 977 |
|
|
| 978 |
|
if len(timestamps) == 0: |
| 979 |
|
return False |
| 980 |
|
|
| 981 |
|
for timestamp in timestamps: |
| 982 |
|
if len(timestamp) > 0: |
| 983 |
|
return True |
| 984 |
|
|
| 985 |
|
return False |
| 986 |
|
|
myems-api/excelexporters/tenantstatistics.py 1 location
|
@@ 966-976 (lines=11) @@
|
| 963 |
|
return number |
| 964 |
|
|
| 965 |
|
|
| 966 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 967 |
|
timestamps = base_period_data['timestamps'] |
| 968 |
|
|
| 969 |
|
if len(timestamps) == 0: |
| 970 |
|
return False |
| 971 |
|
|
| 972 |
|
for timestamp in timestamps: |
| 973 |
|
if len(timestamp) > 0: |
| 974 |
|
return True |
| 975 |
|
|
| 976 |
|
return False |
| 977 |
|
|
myems-api/excelexporters/spacestatistics.py 1 location
|
@@ 962-972 (lines=11) @@
|
| 959 |
|
return number |
| 960 |
|
|
| 961 |
|
|
| 962 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 963 |
|
timestamps = base_period_data['timestamps'] |
| 964 |
|
|
| 965 |
|
if len(timestamps) == 0: |
| 966 |
|
return False |
| 967 |
|
|
| 968 |
|
for timestamp in timestamps: |
| 969 |
|
if len(timestamp) > 0: |
| 970 |
|
return True |
| 971 |
|
|
| 972 |
|
return False |
| 973 |
|
|
myems-api/excelexporters/equipmentsaving.py 1 location
|
@@ 960-970 (lines=11) @@
|
| 957 |
|
return number |
| 958 |
|
|
| 959 |
|
|
| 960 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 961 |
|
timestamps = base_period_data['timestamps'] |
| 962 |
|
|
| 963 |
|
if len(timestamps) == 0: |
| 964 |
|
return False |
| 965 |
|
|
| 966 |
|
for timestamp in timestamps: |
| 967 |
|
if len(timestamp) > 0: |
| 968 |
|
return True |
| 969 |
|
|
| 970 |
|
return False |
| 971 |
|
|
myems-api/excelexporters/equipmentplan.py 1 location
|
@@ 960-970 (lines=11) @@
|
| 957 |
|
return number |
| 958 |
|
|
| 959 |
|
|
| 960 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 961 |
|
timestamps = base_period_data['timestamps'] |
| 962 |
|
|
| 963 |
|
if len(timestamps) == 0: |
| 964 |
|
return False |
| 965 |
|
|
| 966 |
|
for timestamp in timestamps: |
| 967 |
|
if len(timestamp) > 0: |
| 968 |
|
return True |
| 969 |
|
|
| 970 |
|
return False |
| 971 |
|
|
myems-api/excelexporters/shopfloorstatistics.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/storestatistics.py 1 location
|
@@ 954-964 (lines=11) @@
|
| 951 |
|
return number |
| 952 |
|
|
| 953 |
|
|
| 954 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 955 |
|
timestamps = base_period_data['timestamps'] |
| 956 |
|
|
| 957 |
|
if len(timestamps) == 0: |
| 958 |
|
return False |
| 959 |
|
|
| 960 |
|
for timestamp in timestamps: |
| 961 |
|
if len(timestamp) > 0: |
| 962 |
|
return True |
| 963 |
|
|
| 964 |
|
return False |
| 965 |
|
|
myems-api/excelexporters/equipmentincome.py 1 location
|
@@ 937-947 (lines=11) @@
|
| 934 |
|
return number |
| 935 |
|
|
| 936 |
|
|
| 937 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 938 |
|
timestamps = base_period_data['timestamps'] |
| 939 |
|
|
| 940 |
|
if len(timestamps) == 0: |
| 941 |
|
return False |
| 942 |
|
|
| 943 |
|
for timestamp in timestamps: |
| 944 |
|
if len(timestamp) > 0: |
| 945 |
|
return True |
| 946 |
|
|
| 947 |
|
return False |
| 948 |
|
|
myems-api/excelexporters/spaceenergyitem.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/equipmentload.py 1 location
|
@@ 917-927 (lines=11) @@
|
| 914 |
|
return number |
| 915 |
|
|
| 916 |
|
|
| 917 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 918 |
|
timestamps = base_period_data['timestamps'] |
| 919 |
|
|
| 920 |
|
if len(timestamps) == 0: |
| 921 |
|
return False |
| 922 |
|
|
| 923 |
|
for timestamp in timestamps: |
| 924 |
|
if len(timestamp) > 0: |
| 925 |
|
return True |
| 926 |
|
|
| 927 |
|
return False |
| 928 |
|
|
myems-api/excelexporters/combinedequipmentstatistics.py 1 location
|
@@ 890-900 (lines=11) @@
|
| 887 |
|
return number |
| 888 |
|
|
| 889 |
|
|
| 890 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 891 |
|
timestamps = base_period_data['timestamps'] |
| 892 |
|
|
| 893 |
|
if len(timestamps) == 0: |
| 894 |
|
return False |
| 895 |
|
|
| 896 |
|
for timestamp in timestamps: |
| 897 |
|
if len(timestamp) > 0: |
| 898 |
|
return True |
| 899 |
|
|
| 900 |
|
return False |
| 901 |
|
|
myems-api/excelexporters/combinedequipmentenergyitem.py 1 location
|
@@ 886-896 (lines=11) @@
|
| 883 |
|
return number |
| 884 |
|
|
| 885 |
|
|
| 886 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 887 |
|
timestamps = base_period_data['timestamps'] |
| 888 |
|
|
| 889 |
|
if len(timestamps) == 0: |
| 890 |
|
return False |
| 891 |
|
|
| 892 |
|
for timestamp in timestamps: |
| 893 |
|
if len(timestamp) > 0: |
| 894 |
|
return True |
| 895 |
|
|
| 896 |
|
return False |
| 897 |
|
|
| 898 |
|
|
myems-api/excelexporters/spaceoutput.py 1 location
|
@@ 866-876 (lines=11) @@
|
| 863 |
|
return number |
| 864 |
|
|
| 865 |
|
|
| 866 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 867 |
|
timestamps = base_period_data['timestamps'] |
| 868 |
|
|
| 869 |
|
if len(timestamps) == 0: |
| 870 |
|
return False |
| 871 |
|
|
| 872 |
|
for timestamp in timestamps: |
| 873 |
|
if len(timestamp) > 0: |
| 874 |
|
return True |
| 875 |
|
|
| 876 |
|
return False |
| 877 |
|
|
myems-api/excelexporters/equipmentstatistics.py 1 location
|
@@ 847-857 (lines=11) @@
|
| 844 |
|
return number |
| 845 |
|
|
| 846 |
|
|
| 847 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 848 |
|
timestamps = base_period_data['timestamps'] |
| 849 |
|
|
| 850 |
|
if len(timestamps) == 0: |
| 851 |
|
return False |
| 852 |
|
|
| 853 |
|
for timestamp in timestamps: |
| 854 |
|
if len(timestamp) > 0: |
| 855 |
|
return True |
| 856 |
|
|
| 857 |
|
return False |
| 858 |
|
|
myems-api/excelexporters/shopfloorenergyitem.py 1 location
|
@@ 845-855 (lines=11) @@
|
| 842 |
|
return number |
| 843 |
|
|
| 844 |
|
|
| 845 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 846 |
|
timestamps = base_period_data['timestamps'] |
| 847 |
|
|
| 848 |
|
if len(timestamps) == 0: |
| 849 |
|
return False |
| 850 |
|
|
| 851 |
|
for timestamp in timestamps: |
| 852 |
|
if len(timestamp) > 0: |
| 853 |
|
return True |
| 854 |
|
|
| 855 |
|
return False |
| 856 |
|
|
myems-api/excelexporters/storeenergyitem.py 1 location
|
@@ 845-855 (lines=11) @@
|
| 842 |
|
return number |
| 843 |
|
|
| 844 |
|
|
| 845 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 846 |
|
timestamps = base_period_data['timestamps'] |
| 847 |
|
|
| 848 |
|
if len(timestamps) == 0: |
| 849 |
|
return False |
| 850 |
|
|
| 851 |
|
for timestamp in timestamps: |
| 852 |
|
if len(timestamp) > 0: |
| 853 |
|
return True |
| 854 |
|
|
| 855 |
|
return False |
| 856 |
|
|
myems-api/excelexporters/tenantenergyitem.py 1 location
|
@@ 844-854 (lines=11) @@
|
| 841 |
|
return number |
| 842 |
|
|
| 843 |
|
|
| 844 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 845 |
|
timestamps = base_period_data['timestamps'] |
| 846 |
|
|
| 847 |
|
if len(timestamps) == 0: |
| 848 |
|
return False |
| 849 |
|
|
| 850 |
|
for timestamp in timestamps: |
| 851 |
|
if len(timestamp) > 0: |
| 852 |
|
return True |
| 853 |
|
|
| 854 |
|
return False |
| 855 |
|
|
myems-api/excelexporters/equipmentenergyitem.py 1 location
|
@@ 824-834 (lines=11) @@
|
| 821 |
|
return number |
| 822 |
|
|
| 823 |
|
|
| 824 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 825 |
|
timestamps = base_period_data['timestamps'] |
| 826 |
|
|
| 827 |
|
if len(timestamps) == 0: |
| 828 |
|
return False |
| 829 |
|
|
| 830 |
|
for timestamp in timestamps: |
| 831 |
|
if len(timestamp) > 0: |
| 832 |
|
return True |
| 833 |
|
|
| 834 |
|
return False |
| 835 |
|
|
myems-api/excelexporters/combinedequipmentoutput.py 1 location
|
@@ 816-826 (lines=11) @@
|
| 813 |
|
return number |
| 814 |
|
|
| 815 |
|
|
| 816 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 817 |
|
timestamps = base_period_data['timestamps'] |
| 818 |
|
|
| 819 |
|
if len(timestamps) == 0: |
| 820 |
|
return False |
| 821 |
|
|
| 822 |
|
for timestamp in timestamps: |
| 823 |
|
if len(timestamp) > 0: |
| 824 |
|
return True |
| 825 |
|
|
| 826 |
|
return False |
| 827 |
|
|
myems-api/excelexporters/spaceefficiency.py 1 location
|
@@ 792-802 (lines=11) @@
|
| 789 |
|
return number |
| 790 |
|
|
| 791 |
|
|
| 792 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 793 |
|
timestamps = base_period_data['timestamps'] |
| 794 |
|
|
| 795 |
|
if len(timestamps) == 0: |
| 796 |
|
return False |
| 797 |
|
|
| 798 |
|
for timestamp in timestamps: |
| 799 |
|
if len(timestamp) > 0: |
| 800 |
|
return True |
| 801 |
|
|
| 802 |
|
return False |
| 803 |
|
|
myems-api/excelexporters/meterplan.py 1 location
|
@@ 785-795 (lines=11) @@
|
| 782 |
|
return number |
| 783 |
|
|
| 784 |
|
|
| 785 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 786 |
|
timestamps = base_period_data['timestamps'] |
| 787 |
|
|
| 788 |
|
if len(timestamps) == 0: |
| 789 |
|
return False |
| 790 |
|
|
| 791 |
|
for timestamp in timestamps: |
| 792 |
|
if len(timestamp) > 0: |
| 793 |
|
return True |
| 794 |
|
|
| 795 |
|
return False |
| 796 |
|
|
myems-api/excelexporters/metersaving.py 1 location
|
@@ 785-795 (lines=11) @@
|
| 782 |
|
return number |
| 783 |
|
|
| 784 |
|
|
| 785 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 786 |
|
timestamps = base_period_data['timestamps'] |
| 787 |
|
|
| 788 |
|
if len(timestamps) == 0: |
| 789 |
|
return False |
| 790 |
|
|
| 791 |
|
for timestamp in timestamps: |
| 792 |
|
if len(timestamp) > 0: |
| 793 |
|
return True |
| 794 |
|
|
| 795 |
|
return False |
| 796 |
|
|
myems-api/excelexporters/virtualmetercost.py 1 location
|
@@ 763-773 (lines=11) @@
|
| 760 |
|
return number |
| 761 |
|
|
| 762 |
|
|
| 763 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 764 |
|
timestamps = base_period_data['timestamps'] |
| 765 |
|
|
| 766 |
|
if len(timestamps) == 0: |
| 767 |
|
return False |
| 768 |
|
|
| 769 |
|
for timestamp in timestamps: |
| 770 |
|
if len(timestamp) > 0: |
| 771 |
|
return True |
| 772 |
|
|
| 773 |
|
return False |
| 774 |
|
|
myems-api/excelexporters/offlinemetercost.py 1 location
|
@@ 763-773 (lines=11) @@
|
| 760 |
|
return number |
| 761 |
|
|
| 762 |
|
|
| 763 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 764 |
|
timestamps = base_period_data['timestamps'] |
| 765 |
|
|
| 766 |
|
if len(timestamps) == 0: |
| 767 |
|
return False |
| 768 |
|
|
| 769 |
|
for timestamp in timestamps: |
| 770 |
|
if len(timestamp) > 0: |
| 771 |
|
return True |
| 772 |
|
|
| 773 |
|
return False |
| 774 |
|
|
myems-api/excelexporters/metercost.py 1 location
|
@@ 761-771 (lines=11) @@
|
| 758 |
|
return number |
| 759 |
|
|
| 760 |
|
|
| 761 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 762 |
|
timestamps = base_period_data['timestamps'] |
| 763 |
|
|
| 764 |
|
if len(timestamps) == 0: |
| 765 |
|
return False |
| 766 |
|
|
| 767 |
|
for timestamp in timestamps: |
| 768 |
|
if len(timestamp) > 0: |
| 769 |
|
return True |
| 770 |
|
|
| 771 |
|
return False |
| 772 |
|
|
myems-api/excelexporters/offlinemeterplan.py 1 location
|
@@ 761-771 (lines=11) @@
|
| 758 |
|
return number |
| 759 |
|
|
| 760 |
|
|
| 761 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 762 |
|
timestamps = base_period_data['timestamps'] |
| 763 |
|
|
| 764 |
|
if len(timestamps) == 0: |
| 765 |
|
return False |
| 766 |
|
|
| 767 |
|
for timestamp in timestamps: |
| 768 |
|
if len(timestamp) > 0: |
| 769 |
|
return True |
| 770 |
|
|
| 771 |
|
return False |
| 772 |
|
|
myems-api/excelexporters/offlinemetercarbon.py 1 location
|
@@ 761-771 (lines=11) @@
|
| 758 |
|
return number |
| 759 |
|
|
| 760 |
|
|
| 761 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 762 |
|
timestamps = base_period_data['timestamps'] |
| 763 |
|
|
| 764 |
|
if len(timestamps) == 0: |
| 765 |
|
return False |
| 766 |
|
|
| 767 |
|
for timestamp in timestamps: |
| 768 |
|
if len(timestamp) > 0: |
| 769 |
|
return True |
| 770 |
|
|
| 771 |
|
return False |
| 772 |
|
|
myems-api/excelexporters/virtualmetercarbon.py 1 location
|
@@ 761-771 (lines=11) @@
|
| 758 |
|
return number |
| 759 |
|
|
| 760 |
|
|
| 761 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 762 |
|
timestamps = base_period_data['timestamps'] |
| 763 |
|
|
| 764 |
|
if len(timestamps) == 0: |
| 765 |
|
return False |
| 766 |
|
|
| 767 |
|
for timestamp in timestamps: |
| 768 |
|
if len(timestamp) > 0: |
| 769 |
|
return True |
| 770 |
|
|
| 771 |
|
return False |
| 772 |
|
|
myems-api/excelexporters/virtualmeterplan.py 1 location
|
@@ 761-771 (lines=11) @@
|
| 758 |
|
return number |
| 759 |
|
|
| 760 |
|
|
| 761 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 762 |
|
timestamps = base_period_data['timestamps'] |
| 763 |
|
|
| 764 |
|
if len(timestamps) == 0: |
| 765 |
|
return False |
| 766 |
|
|
| 767 |
|
for timestamp in timestamps: |
| 768 |
|
if len(timestamp) > 0: |
| 769 |
|
return True |
| 770 |
|
|
| 771 |
|
return False |
| 772 |
|
|
myems-api/excelexporters/virtualmetersaving.py 1 location
|
@@ 761-771 (lines=11) @@
|
| 758 |
|
return number |
| 759 |
|
|
| 760 |
|
|
| 761 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 762 |
|
timestamps = base_period_data['timestamps'] |
| 763 |
|
|
| 764 |
|
if len(timestamps) == 0: |
| 765 |
|
return False |
| 766 |
|
|
| 767 |
|
for timestamp in timestamps: |
| 768 |
|
if len(timestamp) > 0: |
| 769 |
|
return True |
| 770 |
|
|
| 771 |
|
return False |
| 772 |
|
|
myems-api/excelexporters/offlinemetersaving.py 1 location
|
@@ 761-771 (lines=11) @@
|
| 758 |
|
return number |
| 759 |
|
|
| 760 |
|
|
| 761 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 762 |
|
timestamps = base_period_data['timestamps'] |
| 763 |
|
|
| 764 |
|
if len(timestamps) == 0: |
| 765 |
|
return False |
| 766 |
|
|
| 767 |
|
for timestamp in timestamps: |
| 768 |
|
if len(timestamp) > 0: |
| 769 |
|
return True |
| 770 |
|
|
| 771 |
|
return False |
| 772 |
|
|
myems-api/excelexporters/equipmentoutput.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
|
@@ 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/metercarbon.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/virtualmeterenergy.py 1 location
|
@@ 758-768 (lines=11) @@
|
| 755 |
|
return number |
| 756 |
|
|
| 757 |
|
|
| 758 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 759 |
|
timestamps = base_period_data['timestamps'] |
| 760 |
|
|
| 761 |
|
if len(timestamps) == 0: |
| 762 |
|
return False |
| 763 |
|
|
| 764 |
|
for timestamp in timestamps: |
| 765 |
|
if len(timestamp) > 0: |
| 766 |
|
return True |
| 767 |
|
|
| 768 |
|
return False |
| 769 |
|
|
myems-api/excelexporters/meterenergy.py 1 location
|
@@ 678-688 (lines=11) @@
|
| 675 |
|
return number |
| 676 |
|
|
| 677 |
|
|
| 678 |
|
def is_base_period_timestamp_exists(base_period_data): |
| 679 |
|
timestamps = base_period_data['timestamps'] |
| 680 |
|
|
| 681 |
|
if len(timestamps) == 0: |
| 682 |
|
return False |
| 683 |
|
|
| 684 |
|
for timestamp in timestamps: |
| 685 |
|
if len(timestamp) > 0: |
| 686 |
|
return True |
| 687 |
|
|
| 688 |
|
return False |
| 689 |
|
|