cdist/cdist/core
Darko Poljak 7a0b697f4c Implement maintaining object relationship graph
For each object maintain parent-child relationship graph, i.e. list of
parent objects ('parents' property) and list of children objects ('children'
property).

Objects without parent(s) are objects specified in init manifest.
Objects without children are object of types that do not reuse other types.
2021-03-30 12:09:59 +02:00
..
__init__.py Warn about invalid type and continue instead of error. 2017-11-02 17:44:47 +01:00
cdist_object.py Implement maintaining object relationship graph 2021-03-30 12:09:59 +02:00
cdist_type.py Do not subclass object 2020-06-21 16:53:47 +02:00
code.py Merge branch 'lint/py3-classes' into 'master' 2020-06-21 17:54:56 +02:00
explorer.py Do not subclass object 2020-06-21 16:53:47 +02:00
manifest.py Merge branch 'lint/py3-classes' into 'master' 2020-06-21 17:54:56 +02:00
util.py __cdist_log_level=<log level int value>; __cdist_log_level_name=<log level name> (#574) 2017-09-11 09:06:47 +02:00