| |
- builtins.Exception(builtins.BaseException)
-
- RequirementException
- builtins.object
-
- FakeTemporaryDirectory
- Oglive
- OpengnsysGitInstaller
class Oglive(builtins.object) |
|
Interfaz a utilidad oglivecli
Esto es probablemente temporal hasta que se haga una conversión de oglivecli |
|
Methods defined here:
- __init__(self)
- Initialize self. See help(type(self)) for accurate signature.
- get_clients(self)
- Devuelve la lista de clientes en un dict
- get_default(self)
- Devuelve el cliente por defecto
Data descriptors defined here:
- __dict__
- dictionary for instance variables
- __weakref__
- list of weak references to the object
|
class RequirementException(builtins.Exception) |
|
RequirementException(message)
Excepción que arrojamos cuando nos falta algún requisito |
|
- Method resolution order:
- RequirementException
- builtins.Exception
- builtins.BaseException
- builtins.object
Methods defined here:
- __init__(self, message)
- Initialize self. See help(type(self)) for accurate signature.
Data descriptors defined here:
- __weakref__
- list of weak references to the object
Static methods inherited from builtins.Exception:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.
Methods inherited from builtins.BaseException:
- __delattr__(self, name, /)
- Implement delattr(self, name).
- __getattribute__(self, name, /)
- Return getattr(self, name).
- __reduce__(...)
- Helper for pickle.
- __repr__(self, /)
- Return repr(self).
- __setattr__(self, name, value, /)
- Implement setattr(self, name, value).
- __setstate__(...)
- __str__(self, /)
- Return str(self).
- add_note(...)
- Exception.add_note(note) --
add a note to the exception
- with_traceback(...)
- Exception.with_traceback(tb) --
set self.__traceback__ to tb and return self.
Data descriptors inherited from builtins.BaseException:
- __cause__
- exception cause
- __context__
- exception context
- __dict__
- __suppress_context__
- __traceback__
- args
| |