File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed
uncoder-core/app/translator/platforms Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11from app .translator .core .functions import PlatformFunctionsManager
22
33
4- class AQLFunctionsManager (PlatformFunctionsManager ): ...
4+ class AQLFunctionsManager (PlatformFunctionsManager ):
5+ ...
56
67
78aql_functions_manager = AQLFunctionsManager ()
Original file line number Diff line number Diff line change 11from app .translator .core .functions import PlatformFunctionsManager
22
33
4- class SplFunctionsManager (PlatformFunctionsManager ): ...
4+ class SplFunctionsManager (PlatformFunctionsManager ):
5+ ...
56
67
78spl_functions_manager = SplFunctionsManager ()
Original file line number Diff line number Diff line change 11from app .translator .core .functions import PlatformFunctionsManager
22
33
4- class LogScaleFunctionsManager (PlatformFunctionsManager ): ...
4+ class LogScaleFunctionsManager (PlatformFunctionsManager ):
5+ ...
56
67
78log_scale_functions_manager = LogScaleFunctionsManager ()
Original file line number Diff line number Diff line change 11from app .translator .core .functions import PlatformFunctionsManager
22
33
4- class MicrosoftFunctionsManager (PlatformFunctionsManager ): ...
4+ class MicrosoftFunctionsManager (PlatformFunctionsManager ):
5+ ...
56
67
78microsoft_sentinel_functions_manager = MicrosoftFunctionsManager ()
Original file line number Diff line number Diff line change 11from app .translator .core .functions import PlatformFunctionsManager
22
33
4- class CortexXQLFunctionsManager (PlatformFunctionsManager ): ...
4+ class CortexXQLFunctionsManager (PlatformFunctionsManager ):
5+ ...
56
67
78cortex_xql_functions_manager = CortexXQLFunctionsManager ()
You can’t perform that action at this time.
0 commit comments