MCPcopy Create free account
hub / github.com/apache/cloudstack / UnknownSystemException

Class UnknownSystemException

python/lib/cloudutils/utilities.py:100–102  ·  view source on GitHub ↗

This Exception is raised if the current operating environment is unknown

Source from the content-addressed store, hash-verified

98 sys.stdout.flush()
99
100class UnknownSystemException(Exception):
101 "This Exception is raised if the current operating environment is unknown"
102 pass
103
104class Distribution:
105 def __init__(self):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected