added an important note to bunker/backends/component
This commit is contained in:
parent
9ce1d4d33b
commit
5db317a605
|
@ -12,10 +12,12 @@ class AbstractComponent(metaclass=ABCMeta):
|
||||||
Create a new component in the given bunker
|
Create a new component in the given bunker
|
||||||
using the given name and password.
|
using the given name and password.
|
||||||
|
|
||||||
Note that this might not be the most handy
|
NOTE that this might not be the most handy
|
||||||
classmethod to instatiate a component,
|
classmethod to instatiate a component,
|
||||||
there might be other classmethods that
|
there might be other classmethods that
|
||||||
make use of this method.
|
make use of this method.
|
||||||
|
|
||||||
|
NOTE: this classmethod HAS to call ``bunker._add_component``.
|
||||||
"""
|
"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user