murano/murano/dsl
ljhuang 98cdff796c Replace abc.abstractproperty with property and abc.abstractmethod
Replace abc.abstractproperty with property and abc.abstractmethod,
as abc.abstractproperty has been deprecated since python3.3[1]

[1]https://docs.python.org/3.8/whatsnew/3.3.html?highlight=deprecated#abc

Change-Id: I953dd0787326ad5e2d0867f6c29e9a3d4c100d22
2022-10-12 04:56:01 +00:00
..
contracts Remove six murano/dsl 2020-04-17 23:32:45 -07:00
principal_objects Remove six murano/dsl 2020-04-17 23:32:45 -07:00
__init__.py Rename muranoapi to murano 2014-05-27 15:14:44 +04:00
attribute_store.py Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
constants.py Add dsl_iterators_limit config option 2017-07-05 23:40:27 +00:00
context_manager.py Use more generic "type" name instead of "murano_class" 2016-02-26 17:25:25 +03:00
dsl.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
dsl_exception.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
dsl_types.py Break cyclic references in DSL 2016-09-14 03:42:59 +00:00
exceptions.py Fix syntax errors of exception print 2016-11-25 12:09:55 +08:00
executor.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
expressions.py Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
helpers.py Fix 'method object has no attribute __yaql_function__' on py3 2020-10-30 10:34:41 +11:00
lhs_expression.py Fix Error: attribution() takes exactly 3 arguments (2 given) 2018-06-14 10:52:13 +10:00
macros.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
meta.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
murano_method.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
murano_object.py Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
murano_package.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
murano_property.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
murano_type.py Replace abc.abstractproperty with property and abc.abstractmethod 2022-10-12 04:56:01 +00:00
namespace_resolver.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
object_store.py Replace six.iteritems() with .items() 2017-05-03 09:17:18 +00:00
package_loader.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
reflection.py Bump to hacking 1.1.0 2019-07-04 11:51:47 +00:00
schema_generator.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
serializer.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
session_local_storage.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
typespec.py Type name resolution was fixed 2016-08-30 11:28:23 -07:00
virtual_exceptions.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
yaql_expression.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
yaql_functions.py Remove six murano/dsl 2020-04-17 23:32:45 -07:00
yaql_integration.py Bump to hacking 1.1.0 2019-07-04 11:51:47 +00:00