ClonerConfig + tests
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class DefaultClonerConfig:
|
||||
def __init__(self):
|
||||
properties = list(filter(lambda prop: not str(prop).startswith("__"), dir(self)))
|
||||
properties = list(filter(lambda prop: not str(prop).startswith("_"), dir(self)))
|
||||
self.__properties: list = properties
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user