:tocdepth: 3 :py:mod:`gws.core.tree_impl` ============================ .. py:module:: gws.core.tree_impl .. autoapi-nested-parse:: Internal implementations of ``gws.Node`` and ``gws.Root`` methods. **Source code:** :source:`gws.core.tree_impl` Module Contents --------------- .. py:data:: Access :value: None .. py:function:: alloc_node(self, classref, typ=None) .. py:function:: class_name(node) .. py:data:: ConfigurationError :value: None .. py:function:: configure_permissions(self) .. py:function:: create_node(self, classref, parent, config, temp=False) .. py:data:: Data :value: None .. py:data:: Error :value: None .. py:function:: find_all_in(root, nodes, classref) .. py:function:: find_first_in(root, nodes, classref) .. py:function:: get_or_generate_uid(self, config) .. py:function:: is_a(root, node, classref) .. py:function:: make_props2(obj, user) .. py:function:: node_cfg(self, key: str, default=None) .. py:function:: node_create_child(self, classref, config, **kwargs) .. py:function:: node_create_child_if_configured(self, classref, config=None, **kwargs) .. py:function:: node_create_children(self, classref, configs, **kwargs) .. py:function:: node_find_all(self, classref) .. py:function:: node_find_ancestors(self, classref) .. py:function:: node_find_closest(self, classref) .. py:function:: node_find_descendants(self, classref) .. py:function:: node_find_first(self, classref) .. py:function:: node_initialize(self, config) .. py:data:: Object :value: None .. py:function:: object_repr(self) .. py:data:: Props :value: None .. py:function:: props_of(node, user, *context) .. py:function:: register_config_error(self, exc) .. py:function:: root_activate(self) .. py:function:: root_create(self, classref, parent, config, **kwargs) .. py:function:: root_create_application(self, config, **kwargs) .. py:function:: root_create_shared(self, classref, config, **kwargs) .. py:function:: root_create_temporary(self, classref, config, **kwargs) .. py:function:: root_find_all(self, classref) .. py:function:: root_find_first(self, classref) .. py:function:: root_get(self, uid, classref) .. py:function:: root_init(self, specs) .. py:function:: root_initialize(self, node, config) .. py:function:: root_object_count(self) -> int .. py:function:: root_post_initialize(self) .. py:function:: super_invoke(node, method) .. py:function:: to_config(config, defaults)