gws.core.tree_impl

Source code: gws.core.tree_impl

Module Contents

gws.core.tree_impl.Access
gws.core.tree_impl.Error
gws.core.tree_impl.ConfigurationError
gws.core.tree_impl.Data
gws.core.tree_impl.Props
gws.core.tree_impl.Object
gws.core.tree_impl.object_repr(self)
gws.core.tree_impl.node_initialize(self, config)
gws.core.tree_impl.node_create_child(self, classref, config, **kwargs)
gws.core.tree_impl.node_create_child_if_configured(self, classref, config=None, **kwargs)
gws.core.tree_impl.node_create_children(self, classref, configs, **kwargs)
gws.core.tree_impl.node_cfg(self, key: str, default=None)
gws.core.tree_impl.node_find_all(self, classref)
gws.core.tree_impl.node_find_first(self, classref)
gws.core.tree_impl.node_find_closest(self, classref)
gws.core.tree_impl.node_find_ancestors(self, classref)
gws.core.tree_impl.node_find_descendants(self, classref)
gws.core.tree_impl.node_register_middleware(self, name: str, depends_on)
gws.core.tree_impl.root_init(self, specs)
gws.core.tree_impl.root_initialize(self, node, config)
gws.core.tree_impl.root_post_initialize(self)
gws.core.tree_impl.root_activate(self)
gws.core.tree_impl.root_find_all(self, classref)
gws.core.tree_impl.root_find_first(self, classref)
gws.core.tree_impl.root_get(self, uid, classref)
gws.core.tree_impl.root_object_count(self) int
gws.core.tree_impl.root_create(self, classref, parent, config, **kwargs)
gws.core.tree_impl.root_create_shared(self, classref, config, **kwargs)
gws.core.tree_impl.root_create_temporary(self, classref, config, **kwargs)
gws.core.tree_impl.root_create_application(self, config, **kwargs)
gws.core.tree_impl.class_name(node)
gws.core.tree_impl.alloc_node(self, classref, typ=None)
gws.core.tree_impl.configure_permissions(self)
gws.core.tree_impl.create_node(self, classref, parent, config, temp=False)
gws.core.tree_impl.find_all_in(root, where, classref)
gws.core.tree_impl.find_first_in(root, where, classref)
gws.core.tree_impl.get_or_generate_uid(self, config)
gws.core.tree_impl.is_a(root, node, classref)
gws.core.tree_impl.props_of(node, user, *context)
gws.core.tree_impl.make_props2(obj, user)
gws.core.tree_impl.register_config_error(self, exc)
gws.core.tree_impl.super_invoke(node, method)
gws.core.tree_impl.to_config(config, defaults)