- obj_to_hdict(obj,**kwargs)
- hdict_get_paths_relationship(hdict)
- hdict_fullfill_sdict(sdict,hdict,prdict)
- hdict_get_value(hdict,path_list_or_path_string,**kwargs)
- get_sdict_and_prdict_from_hdict(hdict,**kwargs)
- get_path_list(path_list_or_path_string,sp)
- hdict_path_to_siblings_seq_path(path_list_or_path_string,**kwargs)
- siblings_seq_path_to_hdict_path(path_list_or_path_string,**kwargs)
- hdict_path_to_breadth_path(hdict,path_list_or_path_string,**kwargs)
- breadth_path_to_hdict_path(prdict,path_list_or_path_string,**kwargs)
- orig_obj_path_to_hdict_path(prdict,path_list_or_path_string,**kwargs)
- hdict_path_to_orig_obj_path(prdict,path_list_or_path_string,**kwargs)
- breadth_path_to_sdict_location(path_list_or_path_string,**kwargs)
- get_siblings_number_from_breadth_path(sdict,path_list_or_path_string,**kwargs)
- get_cousins_number_from_breadth_path(sdict,path_list_or_path_string,**kwargs)
- hdict_parent_path(hdict,pl,**kwargs)
- hdict_lsib_path(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- hdict_rsib_path(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- hdict_lcin_path(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- hdict_rcin_path(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- orig_parent_path(hdict,pl,**kwargs)
- orig_lsib_path(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- orig_rsib_path(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- orig_lcin_path(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- orig_rcin_path(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- hdict_relationship(pl1,pl2,hdict,sdict,prdict,**kwargs)
- hdict_is_ancestor(pl1,pl2)
- hdict_is_parent(pl1,pl2)
- hdict_is_decesdant(pl1,pl2)
- hdict_is_son(pl1,pl2)
- hdict_is_lsib(pl1,pl2,hdict,sdict,prdict,**kwargs)
- hdict_is_rsib(pl1,pl2,hdict,sdict,prdict,**kwargs)
- hdict_is_lcin(pl1,pl2,hdict,sdict,prdict,**kwargs)
- hdict_is_rcin(pl1,pl2,hdict,sdict,prdict,**kwargs)
- orig_relationship(ol1,ol2,hdict,sdict,prdict,**kwargs)
- orig_is_ancestor(ol1,ol2,**kwargs)
- orig_is_parent(ol1,ol2,**kwargs)
- orig_is_decesdant(ol1,ol2,**kwargs)
- orig_is_son(ol1,ol2,**kwargs)
- orig_is_lsib(ol1,ol2,hdict,sdict,prdict,**kwargs)
- orig_is_rsib(ol1,ol2,hdict,sdict,prdict,**kwargs)
- orig_is_lcin(ol1,ol2,hdict,sdict,prdict,**kwargs)
- orig_is_rcin(ol1,ol2,hdict,sdict,prdict,**kwargs)
- hdict_parent(hdict,path_list_or_path_string,**kwargs)
- hdict_lsib(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- hdict_rsib(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- hdict_lcin(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- hdict_rcin(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- orig_parent(obj,hdict,prdict,path_list_or_path_string,**kwargs)
- orig_lsib(obj,hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- orig_rsib(hdict,sdict,prdict,path_list_or_path_string,**kwargs)
- orig_lcin(hdict,path_list_or_path_string,**kwargs)
- orig_rcin(hdict,path_list_or_path_string,**kwargs)
- hdict_to_obj(hdict,sdict,prdict,**kwargs)
- creat_xml_tag_line_label(sdict,**kwargs)
- xml_indent_prepend(path_list_or_path_string,**kwargs)
- attrib_dict_to_str(attrib)
- hdict_to_xml(hdict,**kwargs)
- obj_to_xml(obj,**kwargs)
- path_list_to_console_key_str(pl)
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.