class modules::infomsg::ClassNotLoadable
[No description available]
Inherits from modules.infomsg.InfoMessage, object
Public Functions
Name | |
---|---|
def | init(self self, tag tag, reason reason =’') |
Public Attributes
Name | |
---|---|
string | msg |
tags_done | |
tag | |
msg |
Additional inherited members
Public Functions inherited from modules.infomsg.InfoMessage
Name | |
---|---|
def | printMessage(self self) |
Public Functions Documentation
function init
def __init__(
self self,
tag tag,
reason reason =''
)
Reimplements: modules::infomsg::InfoMessage::init
Public Attributes Documentation
variable msg
static string msg = gb.textmods['yellow'] + "The class '%s' is not loadable." + gb.textmods['end'];
variable tags_done
static tags_done = set();
variable tag
tag;
variable msg
msg;
Updated on 2022-08-03 at 12:58:04 +0000