murano/murano/engine
Stan Lagun 8fb4eb7ac2 Allow static methods to detect calls on object
Static methods can be called both on on class instance
and on the type object. With this refactoring it is now
possible in Python static/class methods to distinguish
which way it was called and in case of instance call
get the instance.

This commit also reworks ResourceManager to use new
functionality. Now all ResourceManager methods
are static so no class instance is necessary. If resources
belonging to some other type are required it is possible
to provide the type object explicitly to each method.
However it is still possible to create ResourceManager
instance and call statics as a normal methods. In this
case they will recognize it and will operate that were
captured at class construction. Thus it is still possible
to create ResourceManager at one place and pass it to
another class in another package so that it will access
resources of the package where the instance was created
rather than that where it used.

Change-Id: Ib47be86a99eb7903f7d3f7e1c5f2570df819c2d8
2016-02-24 21:51:02 +00:00
..
system Allow static methods to detect calls on object 2016-02-24 21:51:02 +00:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
execution_session.py Major refactoring of how OS clients are created and managed 2016-02-20 17:59:11 +03:00
mock_context_manager.py Basic reflection capabilities were added to MuranoPL 2016-02-18 22:22:11 +00:00
murano_package.py Versioning for class configs 2016-02-14 18:11:50 +03:00
package_loader.py Major refactoring of how OS clients are created and managed 2016-02-20 17:59:11 +03:00
yaql_yaml_loader.py yaql context versioning 2015-09-04 14:37:14 +00:00