fixed code style warnings in API
parent
c996658069
commit
f39ad7f039
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class CombinedEquipmentCollection:
|
class CombinedEquipmentCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""" Initializes CombinedEquipmentCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -145,6 +146,7 @@ class CombinedEquipmentCollection:
|
||||||
class CombinedEquipmentItem:
|
class CombinedEquipmentItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes CombinedEquipmentItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -515,6 +517,7 @@ class CombinedEquipmentItem:
|
||||||
class CombinedEquipmentEquipmentCollection:
|
class CombinedEquipmentEquipmentCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes CombinedEquipmentEquipmentCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -621,6 +624,7 @@ class CombinedEquipmentEquipmentCollection:
|
||||||
class CombinedEquipmentEquipmentItem:
|
class CombinedEquipmentEquipmentItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes CombinedEquipmentEquipmentItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -680,6 +684,7 @@ class CombinedEquipmentEquipmentItem:
|
||||||
class CombinedEquipmentParameterCollection:
|
class CombinedEquipmentParameterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes CombinedEquipmentParameterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -993,6 +998,7 @@ class CombinedEquipmentParameterCollection:
|
||||||
class CombinedEquipmentParameterItem:
|
class CombinedEquipmentParameterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CombinedEquipmentParameterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1364,6 +1370,7 @@ class CombinedEquipmentParameterItem:
|
||||||
class CombinedEquipmentMeterCollection:
|
class CombinedEquipmentMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CombinedEquipmentMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1491,6 +1498,7 @@ class CombinedEquipmentMeterCollection:
|
||||||
class CombinedEquipmentMeterItem:
|
class CombinedEquipmentMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CombinedEquipmentMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1550,6 +1558,7 @@ class CombinedEquipmentMeterItem:
|
||||||
class CombinedEquipmentOfflineMeterCollection:
|
class CombinedEquipmentOfflineMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CombinedEquipmentOfflineMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1678,6 +1687,7 @@ class CombinedEquipmentOfflineMeterCollection:
|
||||||
class CombinedEquipmentOfflineMeterItem:
|
class CombinedEquipmentOfflineMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CombinedEquipmentOfflineMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1737,6 +1747,7 @@ class CombinedEquipmentOfflineMeterItem:
|
||||||
class CombinedEquipmentVirtualMeterCollection:
|
class CombinedEquipmentVirtualMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CombinedEquipmentVirtualMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1865,6 +1876,7 @@ class CombinedEquipmentVirtualMeterCollection:
|
||||||
class CombinedEquipmentVirtualMeterItem:
|
class CombinedEquipmentVirtualMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CombinedEquipmentVirtualMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -9,6 +9,7 @@ import re
|
||||||
class ContactCollection:
|
class ContactCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes ContactCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -118,6 +119,7 @@ class ContactCollection:
|
||||||
class ContactItem:
|
class ContactItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes ContactItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class CostCenterCollection:
|
class CostCenterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CostCenterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -98,6 +99,7 @@ class CostCenterCollection:
|
||||||
class CostCenterItem:
|
class CostCenterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CostCenterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -361,6 +363,7 @@ class CostCenterItem:
|
||||||
class CostCenterTariffCollection:
|
class CostCenterTariffCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CostCenterTariffCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -460,6 +463,7 @@ class CostCenterTariffCollection:
|
||||||
class CostCenterTariffItem:
|
class CostCenterTariffItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CostCenterTariffItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -10,6 +10,7 @@ import os
|
||||||
class CostFileCollection:
|
class CostFileCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CostFileCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -142,6 +143,7 @@ class CostFileCollection:
|
||||||
class CostFileItem:
|
class CostFileItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CostFileItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -222,6 +224,7 @@ class CostFileItem:
|
||||||
class CostFileRestore:
|
class CostFileRestore:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes CostFileRestore"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -9,6 +9,7 @@ from datetime import datetime, timezone
|
||||||
class DataSourceCollection:
|
class DataSourceCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes DataSourceCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -136,6 +137,7 @@ class DataSourceCollection:
|
||||||
class DataSourceItem:
|
class DataSourceItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes DataSourceItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -310,6 +312,7 @@ class DataSourceItem:
|
||||||
class DataSourcePointCollection:
|
class DataSourcePointCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes DataSourcePointCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class DistributionCircuitCollection:
|
class DistributionCircuitCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes DistributionCircuitCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -171,6 +172,7 @@ class DistributionCircuitCollection:
|
||||||
class DistributionCircuitItem:
|
class DistributionCircuitItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes DistributionCircuitItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -372,6 +374,7 @@ class DistributionCircuitItem:
|
||||||
class DistributionCircuitPointCollection:
|
class DistributionCircuitPointCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes DistributionCircuitPointCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -489,6 +492,7 @@ class DistributionCircuitPointCollection:
|
||||||
class DistributionCircuitPointItem:
|
class DistributionCircuitPointItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes DistributionCircuitPointItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class DistributionSystemCollection:
|
class DistributionSystemCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes DistributionSystemCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -103,6 +104,7 @@ class DistributionSystemCollection:
|
||||||
class DistributionSystemItem:
|
class DistributionSystemItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes DistributionSystemItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -242,6 +244,7 @@ class DistributionSystemItem:
|
||||||
class DistributionSystemDistributionCircuitCollection:
|
class DistributionSystemDistributionCircuitCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes DistributionSystemDistributionCircuitCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ from datetime import datetime, timedelta, timezone
|
||||||
class EmailMessageCollection:
|
class EmailMessageCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EmailMessageCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -89,6 +90,7 @@ class EmailMessageCollection:
|
||||||
class EmailMessageItem:
|
class EmailMessageItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EmailMessageItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -9,6 +9,7 @@ import re
|
||||||
class EmailServerCollection:
|
class EmailServerCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EmailServerCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -138,6 +139,7 @@ class EmailServerCollection:
|
||||||
class EmailServerItem:
|
class EmailServerItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EmailServerItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class EnergyCategoryCollection:
|
class EnergyCategoryCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EnergyCategoryCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -108,6 +109,7 @@ class EnergyCategoryCollection:
|
||||||
class EnergyCategoryItem:
|
class EnergyCategoryItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EnergyCategoryItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class EnergyFlowDiagramCollection:
|
class EnergyFlowDiagramCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EnergyFlowDiagramCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -164,6 +165,7 @@ class EnergyFlowDiagramCollection:
|
||||||
class EnergyFlowDiagramItem:
|
class EnergyFlowDiagramItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EnergyFlowDiagramItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -363,6 +365,7 @@ class EnergyFlowDiagramItem:
|
||||||
class EnergyFlowDiagramLinkCollection:
|
class EnergyFlowDiagramLinkCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EnergyFlowDiagramLinkCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -612,6 +615,7 @@ class EnergyFlowDiagramLinkCollection:
|
||||||
class EnergyFlowDiagramLinkItem:
|
class EnergyFlowDiagramLinkItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EnergyFlowDiagramLinkItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -916,6 +920,7 @@ class EnergyFlowDiagramLinkItem:
|
||||||
class EnergyFlowDiagramNodeCollection:
|
class EnergyFlowDiagramNodeCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EnergyFlowDiagramNodeCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1016,6 +1021,7 @@ class EnergyFlowDiagramNodeCollection:
|
||||||
class EnergyFlowDiagramNodeItem:
|
class EnergyFlowDiagramNodeItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EnergyFlowDiagramNodeItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class EnergyItemCollection:
|
class EnergyItemCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EnergyItemCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -113,6 +114,7 @@ class EnergyItemCollection:
|
||||||
class EnergyItemItem:
|
class EnergyItemItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes EnergyItemItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class EquipmentCollection:
|
class EquipmentCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes EquipmentCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -145,6 +146,7 @@ class EquipmentCollection:
|
||||||
class EquipmentItem:
|
class EquipmentItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes EquipmentItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -526,6 +528,7 @@ class EquipmentItem:
|
||||||
class EquipmentParameterCollection:
|
class EquipmentParameterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes EquipmentParameterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -839,6 +842,7 @@ class EquipmentParameterCollection:
|
||||||
class EquipmentParameterItem:
|
class EquipmentParameterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes EquipmentParameterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1210,6 +1214,7 @@ class EquipmentParameterItem:
|
||||||
class EquipmentMeterCollection:
|
class EquipmentMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes EquipmentMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1337,6 +1342,7 @@ class EquipmentMeterCollection:
|
||||||
class EquipmentMeterItem:
|
class EquipmentMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes EquipmentMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1395,6 +1401,7 @@ class EquipmentMeterItem:
|
||||||
class EquipmentOfflineMeterCollection:
|
class EquipmentOfflineMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes EquipmentOfflineMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1522,6 +1529,7 @@ class EquipmentOfflineMeterCollection:
|
||||||
class EquipmentOfflineMeterItem:
|
class EquipmentOfflineMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes EquipmentOfflineMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1581,6 +1589,7 @@ class EquipmentOfflineMeterItem:
|
||||||
class EquipmentVirtualMeterCollection:
|
class EquipmentVirtualMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes EquipmentVirtualMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1708,6 +1717,7 @@ class EquipmentVirtualMeterCollection:
|
||||||
class EquipmentVirtualMeterItem:
|
class EquipmentVirtualMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes EquipmentVirtualMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -9,6 +9,7 @@ from datetime import datetime, timezone
|
||||||
class GatewayCollection:
|
class GatewayCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes GatewayCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -87,6 +88,7 @@ class GatewayCollection:
|
||||||
class GatewayItem:
|
class GatewayItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes GatewayItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -219,6 +221,7 @@ class GatewayItem:
|
||||||
class GatewayDataSourceCollection:
|
class GatewayDataSourceCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes GatewayDataSourceCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -2,13 +2,12 @@ import falcon
|
||||||
import json
|
import json
|
||||||
import mysql.connector
|
import mysql.connector
|
||||||
import config
|
import config
|
||||||
import base64
|
|
||||||
import re
|
|
||||||
|
|
||||||
|
|
||||||
class GSMModemCollection:
|
class GSMModemCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes GSMModemCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -91,6 +90,7 @@ class GSMModemCollection:
|
||||||
class GSMModemItem:
|
class GSMModemItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes GSMModemItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -12,6 +12,7 @@ import sys
|
||||||
class KnowledgeFileCollection:
|
class KnowledgeFileCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes KnowledgeFileCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -175,6 +176,7 @@ class KnowledgeFileCollection:
|
||||||
class KnowledgeFileItem:
|
class KnowledgeFileItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes KnowledgeFileItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -271,6 +273,7 @@ class KnowledgeFileItem:
|
||||||
class KnowledgeFileRestore:
|
class KnowledgeFileRestore:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes KnowledgeFileRestore"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -7,6 +7,7 @@ import config
|
||||||
class MenuCollection:
|
class MenuCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes MenuCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -43,6 +44,7 @@ class MenuCollection:
|
||||||
class MenuItem:
|
class MenuItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes MenuItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -114,6 +116,7 @@ class MenuItem:
|
||||||
class MenuChildrenCollection:
|
class MenuChildrenCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes MenuChildrenCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -185,6 +188,7 @@ class MenuChildrenCollection:
|
||||||
class MenuWebCollection:
|
class MenuWebCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes MenuWebCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class MeterCollection:
|
class MeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes MeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -271,6 +272,7 @@ class MeterCollection:
|
||||||
class MeterItem:
|
class MeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes MeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -742,6 +744,7 @@ class MeterItem:
|
||||||
class MeterSubmeterCollection:
|
class MeterSubmeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes MeterSubmeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -843,6 +846,7 @@ class MeterSubmeterCollection:
|
||||||
class MeterPointCollection:
|
class MeterPointCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes MeterPointCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -946,6 +950,7 @@ class MeterPointCollection:
|
||||||
class MeterPointItem:
|
class MeterPointItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes MeterPointItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ from datetime import datetime, timedelta, timezone
|
||||||
class NotificationCollection:
|
class NotificationCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes NotificationCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -149,6 +150,7 @@ class NotificationCollection:
|
||||||
class NotificationItem:
|
class NotificationItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes NotificationItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class OfflineMeterCollection:
|
class OfflineMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes OfflineMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -230,6 +231,7 @@ class OfflineMeterCollection:
|
||||||
class OfflineMeterItem:
|
class OfflineMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes OfflineMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -10,6 +10,7 @@ import os
|
||||||
class OfflineMeterFileCollection:
|
class OfflineMeterFileCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes OfflineMeterFileCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -144,6 +145,7 @@ class OfflineMeterFileCollection:
|
||||||
class OfflineMeterFileItem:
|
class OfflineMeterFileItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes OfflineMeterFileItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -224,6 +226,7 @@ class OfflineMeterFileItem:
|
||||||
class OfflineMeterFileRestore:
|
class OfflineMeterFileRestore:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes OfflineMeterFileRestore"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -7,6 +7,7 @@ import config
|
||||||
class PointCollection:
|
class PointCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes PointCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -194,6 +195,7 @@ class PointCollection:
|
||||||
class PointItem:
|
class PointItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes PointItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -7,6 +7,7 @@ import config
|
||||||
class PrivilegeCollection:
|
class PrivilegeCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes PrivilegeCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -88,6 +89,7 @@ class PrivilegeCollection:
|
||||||
class PrivilegeItem:
|
class PrivilegeItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes PrivilegeItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -9,6 +9,7 @@ import config
|
||||||
class RuleCollection:
|
class RuleCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes RuleCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -172,6 +173,7 @@ class RuleCollection:
|
||||||
class RuleItem:
|
class RuleItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes RuleItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class SensorCollection:
|
class SensorCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes SensorCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -92,6 +93,7 @@ class SensorCollection:
|
||||||
class SensorItem:
|
class SensorItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes SensorItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -266,6 +268,7 @@ class SensorItem:
|
||||||
class SensorPointCollection:
|
class SensorPointCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes SensorPointCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -369,6 +372,7 @@ class SensorPointCollection:
|
||||||
class SensorPointItem:
|
class SensorPointItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes SensorPointItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class ShopfloorCollection:
|
class ShopfloorCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -194,6 +195,7 @@ class ShopfloorCollection:
|
||||||
class ShopfloorItem:
|
class ShopfloorItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -514,6 +516,7 @@ class ShopfloorItem:
|
||||||
class ShopfloorEquipmentCollection:
|
class ShopfloorEquipmentCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorEquipmentCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -620,6 +623,7 @@ class ShopfloorEquipmentCollection:
|
||||||
class ShopfloorEquipmentItem:
|
class ShopfloorEquipmentItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorEquipmentItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -679,6 +683,7 @@ class ShopfloorEquipmentItem:
|
||||||
class ShopfloorMeterCollection:
|
class ShopfloorMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -799,6 +804,7 @@ class ShopfloorMeterCollection:
|
||||||
class ShopfloorMeterItem:
|
class ShopfloorMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -857,6 +863,7 @@ class ShopfloorMeterItem:
|
||||||
class ShopfloorOfflineMeterCollection:
|
class ShopfloorOfflineMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorOfflineMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -977,6 +984,7 @@ class ShopfloorOfflineMeterCollection:
|
||||||
class ShopfloorOfflineMeterItem:
|
class ShopfloorOfflineMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorOfflineMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1036,6 +1044,7 @@ class ShopfloorOfflineMeterItem:
|
||||||
class ShopfloorPointCollection:
|
class ShopfloorPointCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorPointCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1155,6 +1164,7 @@ class ShopfloorPointCollection:
|
||||||
class ShopfloorPointItem:
|
class ShopfloorPointItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorPointItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1214,6 +1224,7 @@ class ShopfloorPointItem:
|
||||||
class ShopfloorSensorCollection:
|
class ShopfloorSensorCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorSensorCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1320,6 +1331,7 @@ class ShopfloorSensorCollection:
|
||||||
class ShopfloorSensorItem:
|
class ShopfloorSensorItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorSensorItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1378,6 +1390,7 @@ class ShopfloorSensorItem:
|
||||||
class ShopfloorVirtualMeterCollection:
|
class ShopfloorVirtualMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorVirtualMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1498,6 +1511,7 @@ class ShopfloorVirtualMeterCollection:
|
||||||
class ShopfloorVirtualMeterItem:
|
class ShopfloorVirtualMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes ShopfloorVirtualMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ from anytree.exporter import JsonExporter
|
||||||
class SpaceCollection:
|
class SpaceCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -258,6 +259,7 @@ class SpaceCollection:
|
||||||
class SpaceItem:
|
class SpaceItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -682,6 +684,7 @@ class SpaceItem:
|
||||||
class SpaceChildrenCollection:
|
class SpaceChildrenCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -810,6 +813,7 @@ class SpaceChildrenCollection:
|
||||||
class SpaceCombinedEquipmentCollection:
|
class SpaceCombinedEquipmentCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -916,6 +920,7 @@ class SpaceCombinedEquipmentCollection:
|
||||||
class SpaceCombinedEquipmentItem:
|
class SpaceCombinedEquipmentItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -975,6 +980,7 @@ class SpaceCombinedEquipmentItem:
|
||||||
class SpaceEquipmentCollection:
|
class SpaceEquipmentCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1081,6 +1087,7 @@ class SpaceEquipmentCollection:
|
||||||
class SpaceEquipmentItem:
|
class SpaceEquipmentItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1139,6 +1146,7 @@ class SpaceEquipmentItem:
|
||||||
class SpaceMeterCollection:
|
class SpaceMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1259,6 +1267,7 @@ class SpaceMeterCollection:
|
||||||
class SpaceMeterItem:
|
class SpaceMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1319,6 +1328,7 @@ class SpaceMeterItem:
|
||||||
class SpaceOfflineMeterCollection:
|
class SpaceOfflineMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1439,6 +1449,7 @@ class SpaceOfflineMeterCollection:
|
||||||
class SpaceOfflineMeterItem:
|
class SpaceOfflineMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1498,6 +1509,7 @@ class SpaceOfflineMeterItem:
|
||||||
class SpacePointCollection:
|
class SpacePointCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1617,6 +1629,7 @@ class SpacePointCollection:
|
||||||
class SpacePointItem:
|
class SpacePointItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1676,6 +1689,7 @@ class SpacePointItem:
|
||||||
class SpaceSensorCollection:
|
class SpaceSensorCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1782,6 +1796,7 @@ class SpaceSensorCollection:
|
||||||
class SpaceSensorItem:
|
class SpaceSensorItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1840,6 +1855,7 @@ class SpaceSensorItem:
|
||||||
class SpaceShopfloorCollection:
|
class SpaceShopfloorCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1946,6 +1962,7 @@ class SpaceShopfloorCollection:
|
||||||
class SpaceShopfloorItem:
|
class SpaceShopfloorItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -2004,6 +2021,7 @@ class SpaceShopfloorItem:
|
||||||
class SpaceStoreCollection:
|
class SpaceStoreCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -2110,6 +2128,7 @@ class SpaceStoreCollection:
|
||||||
class SpaceStoreItem:
|
class SpaceStoreItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -2168,6 +2187,7 @@ class SpaceStoreItem:
|
||||||
class SpaceTenantCollection:
|
class SpaceTenantCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -2274,6 +2294,7 @@ class SpaceTenantCollection:
|
||||||
class SpaceTenantItem:
|
class SpaceTenantItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -2332,6 +2353,7 @@ class SpaceTenantItem:
|
||||||
class SpaceVirtualMeterCollection:
|
class SpaceVirtualMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -2452,6 +2474,7 @@ class SpaceVirtualMeterCollection:
|
||||||
class SpaceVirtualMeterItem:
|
class SpaceVirtualMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -2511,6 +2534,7 @@ class SpaceVirtualMeterItem:
|
||||||
class SpaceTreeCollection:
|
class SpaceTreeCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class StoreCollection:
|
class StoreCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes StoreCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -239,6 +240,7 @@ class StoreCollection:
|
||||||
class StoreItem:
|
class StoreItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes StoreItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -590,6 +592,7 @@ class StoreItem:
|
||||||
class StoreMeterCollection:
|
class StoreMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes StoreMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -710,6 +713,7 @@ class StoreMeterCollection:
|
||||||
class StoreMeterItem:
|
class StoreMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -768,6 +772,7 @@ class StoreMeterItem:
|
||||||
class StoreOfflineMeterCollection:
|
class StoreOfflineMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -888,6 +893,7 @@ class StoreOfflineMeterCollection:
|
||||||
class StoreOfflineMeterItem:
|
class StoreOfflineMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -947,6 +953,7 @@ class StoreOfflineMeterItem:
|
||||||
class StorePointCollection:
|
class StorePointCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1066,6 +1073,7 @@ class StorePointCollection:
|
||||||
class StorePointItem:
|
class StorePointItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1125,6 +1133,7 @@ class StorePointItem:
|
||||||
class StoreSensorCollection:
|
class StoreSensorCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1231,6 +1240,7 @@ class StoreSensorCollection:
|
||||||
class StoreSensorItem:
|
class StoreSensorItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1289,6 +1299,7 @@ class StoreSensorItem:
|
||||||
class StoreVirtualMeterCollection:
|
class StoreVirtualMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1409,6 +1420,7 @@ class StoreVirtualMeterCollection:
|
||||||
class StoreVirtualMeterItem:
|
class StoreVirtualMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class StoreTypeCollection:
|
class StoreTypeCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""" Initializes StoreTypeCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -110,6 +111,7 @@ class StoreTypeCollection:
|
||||||
class StoreTypeItem:
|
class StoreTypeItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""" Initializes StoreTypeItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -9,6 +9,7 @@ from datetime import datetime, timedelta, timezone
|
||||||
class TariffCollection:
|
class TariffCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes TariffCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -215,6 +216,7 @@ class TariffCollection:
|
||||||
class TariffItem:
|
class TariffItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes TariffItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -9,6 +9,7 @@ from datetime import datetime, timedelta, timezone
|
||||||
class TenantCollection:
|
class TenantCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes TenantCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -290,6 +291,7 @@ class TenantCollection:
|
||||||
class TenantItem:
|
class TenantItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes TenantItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -687,6 +689,7 @@ class TenantItem:
|
||||||
class TenantMeterCollection:
|
class TenantMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -807,6 +810,7 @@ class TenantMeterCollection:
|
||||||
class TenantMeterItem:
|
class TenantMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -865,6 +869,7 @@ class TenantMeterItem:
|
||||||
class TenantOfflineMeterCollection:
|
class TenantOfflineMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -985,6 +990,7 @@ class TenantOfflineMeterCollection:
|
||||||
class TenantOfflineMeterItem:
|
class TenantOfflineMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1044,6 +1050,7 @@ class TenantOfflineMeterItem:
|
||||||
class TenantPointCollection:
|
class TenantPointCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1163,6 +1170,7 @@ class TenantPointCollection:
|
||||||
class TenantPointItem:
|
class TenantPointItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1222,6 +1230,7 @@ class TenantPointItem:
|
||||||
class TenantSensorCollection:
|
class TenantSensorCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1328,6 +1337,7 @@ class TenantSensorCollection:
|
||||||
class TenantSensorItem:
|
class TenantSensorItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1386,6 +1396,7 @@ class TenantSensorItem:
|
||||||
class TenantVirtualMeterCollection:
|
class TenantVirtualMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -1506,6 +1517,7 @@ class TenantVirtualMeterCollection:
|
||||||
class TenantVirtualMeterItem:
|
class TenantVirtualMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class TenantTypeCollection:
|
class TenantTypeCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -110,6 +111,7 @@ class TenantTypeCollection:
|
||||||
class TenantTypeItem:
|
class TenantTypeItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ from datetime import datetime, timedelta, timezone
|
||||||
class TextMessageCollection:
|
class TextMessageCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes TextMessageCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -86,6 +87,7 @@ class TextMessageCollection:
|
||||||
class TextMessageItem:
|
class TextMessageItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes TextMessageItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -7,6 +7,7 @@ import config
|
||||||
class TimezoneCollection:
|
class TimezoneCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes TimezoneCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -37,6 +38,7 @@ class TimezoneCollection:
|
||||||
class TimezoneItem:
|
class TimezoneItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes TimezoneItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -12,6 +12,7 @@ from datetime import datetime, timedelta
|
||||||
class UserCollection:
|
class UserCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -160,6 +161,7 @@ class UserCollection:
|
||||||
class UserItem:
|
class UserItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -338,6 +340,7 @@ class UserItem:
|
||||||
class UserLogin:
|
class UserLogin:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -452,6 +455,7 @@ class UserLogin:
|
||||||
class UserLogout:
|
class UserLogout:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -500,6 +504,7 @@ class UserLogout:
|
||||||
class ChangePassword:
|
class ChangePassword:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -614,6 +619,7 @@ class ChangePassword:
|
||||||
class ResetPassword:
|
class ResetPassword:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -5,6 +5,7 @@ import simplejson as json
|
||||||
class VersionItem:
|
class VersionItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes VersionItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ import uuid
|
||||||
class VirtualMeterCollection:
|
class VirtualMeterCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes VirtualMeterCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -362,6 +363,7 @@ class VirtualMeterCollection:
|
||||||
class VirtualMeterItem:
|
class VirtualMeterItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes VirtualMeterItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ from datetime import datetime, timedelta, timezone
|
||||||
class WebMessageCollection:
|
class WebMessageCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes WebMessageCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -99,6 +100,7 @@ class WebMessageCollection:
|
||||||
class WebMessageStatusNewCollection:
|
class WebMessageStatusNewCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes WebMessageStatusNewCollection"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -162,6 +164,7 @@ class WebMessageStatusNewCollection:
|
||||||
class WebMessageItem:
|
class WebMessageItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes WebMessageItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -78,6 +78,7 @@ class WechatMessageCollection(object):
|
||||||
class WechatMessageItem:
|
class WechatMessageItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes WechatMessageItem"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -83,7 +83,6 @@ def generate_excel(report,
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Constantia', size=15, bold=True)
|
||||||
title_font = Font(name='宋体', size=15, bold=True)
|
title_font = Font(name='宋体', size=15, bold=True)
|
||||||
data_font = Font(name='Franklin Gothic Book', size=11)
|
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
f_border = Border(left=Side(border_style='medium', color='00000000'),
|
f_border = Border(left=Side(border_style='medium', color='00000000'),
|
||||||
|
|
|
@ -83,7 +83,6 @@ def generate_excel(report,
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Constantia', size=15, bold=True)
|
||||||
title_font = Font(name='宋体', size=15, bold=True)
|
title_font = Font(name='宋体', size=15, bold=True)
|
||||||
# data_font = Font(name='Franklin Gothic Book', size=11)
|
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
f_border = Border(left=Side(border_style='medium', color='00000000'),
|
f_border = Border(left=Side(border_style='medium', color='00000000'),
|
||||||
|
|
|
@ -85,7 +85,6 @@ def generate_excel(report,
|
||||||
# Font
|
# Font
|
||||||
name_font = Font(name='Constantia', size=15, bold=True)
|
name_font = Font(name='Constantia', size=15, bold=True)
|
||||||
title_font = Font(name='宋体', size=15, bold=True)
|
title_font = Font(name='宋体', size=15, bold=True)
|
||||||
data_font = Font(name='Franklin Gothic Book', size=11)
|
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
f_border = Border(left=Side(border_style='medium', color='00000000'),
|
f_border = Border(left=Side(border_style='medium', color='00000000'),
|
||||||
|
|
|
@ -102,7 +102,6 @@ def generate_excel(report,
|
||||||
notice_font = Font(name='宋体', size=20, bold=True)
|
notice_font = Font(name='宋体', size=20, bold=True)
|
||||||
name_font = Font(name='Constantia', size=12, bold=True)
|
name_font = Font(name='Constantia', size=12, bold=True)
|
||||||
title_font = Font(name='宋体', size=11, bold=True)
|
title_font = Font(name='宋体', size=11, bold=True)
|
||||||
data_font = Font(name='Franklin Gothic Book', size=11)
|
|
||||||
|
|
||||||
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
table_fill = PatternFill(fill_type='solid', fgColor='1F497D')
|
||||||
f_border = Border(left=Side(border_style='medium', color='00000000'),
|
f_border = Border(left=Side(border_style='medium', color='00000000'),
|
||||||
|
|
|
@ -10,6 +10,7 @@ import config
|
||||||
class AdvancedReportCollection:
|
class AdvancedReportCollection:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
@ -110,6 +111,7 @@ class AdvancedReportCollection:
|
||||||
class AdvancedReportItem:
|
class AdvancedReportItem:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.combinedequipmentbatch
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.combinedequipmentcost
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.combinedequipmentefficiency
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.combinedequipmentenergycategory
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.combinedequipmentenergyitem
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.combinedequipmentincome
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.combinedequipmentload
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.combinedequipmentoutput
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.combinedequipmentsaving
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.combinedequipmentstatistics
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -10,6 +10,7 @@ from decimal import Decimal
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ from datetime import datetime, timedelta, timezone
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -10,6 +10,7 @@ import config
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.equipmentbatch
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.equipmentcost
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.equipmentefficiency
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.equipmentenergycategory
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.equipmentenergyitem
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.equipmentincome
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.equipmentload
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.equipmentoutput
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.equipmentsaving
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.equipmentstatistics
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -9,6 +9,7 @@ import excelexporters.equipmenttracking
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""" Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -5,6 +5,7 @@ import simplejson as json
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -5,6 +5,7 @@ import simplejson as json
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -5,6 +5,7 @@ import simplejson as json
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -5,6 +5,7 @@ import simplejson as json
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -5,6 +5,7 @@ import simplejson as json
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -5,6 +5,7 @@ import simplejson as json
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -10,6 +10,7 @@ import excelexporters.meterbatch
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.metercost
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.meterenergy
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -8,6 +8,7 @@ from datetime import datetime, timedelta, timezone
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.metersubmetersbalance
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -10,6 +10,7 @@ from datetime import datetime, timedelta, timezone
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -10,6 +10,7 @@ import excelexporters.metertrend
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.offlinemetercost
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.offlinemeterenergy
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.shopfloorbatch
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.shopfloorcost
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.shopfloorenergycategory
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.shopfloorenergyitem
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.shopfloorload
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.shopfloorsaving
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.shopfloorstatistics
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.spacecost
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.spaceefficiency
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.spaceenergycategory
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.spaceenergyitem
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.spaceincome
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.spaceload
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.spaceoutput
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.spacesaving
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
"""Initializes Class"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.spacestatistics
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
@ -11,6 +11,7 @@ import excelexporters.storebatch
|
||||||
class Reporting:
|
class Reporting:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __init__():
|
def __init__():
|
||||||
|
""""Initializes Reporting"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue