From 5db317a605001e39d985c14a39714e20a99fdc46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Fri, 19 Apr 2019 18:39:04 +0200 Subject: [PATCH] added an important note to bunker/backends/component --- bunker/backends/component.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bunker/backends/component.py b/bunker/backends/component.py index b48f55a..028ce98 100644 --- a/bunker/backends/component.py +++ b/bunker/backends/component.py @@ -12,10 +12,12 @@ class AbstractComponent(metaclass=ABCMeta): Create a new component in the given bunker 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, there might be other classmethods that make use of this method. + + NOTE: this classmethod HAS to call ``bunker._add_component``. """ pass