wiithon.fst.operations module

wiithon.fst.operations.find_node(entries, path_parts)[source]
Parameters:
Return type:

FSTNode | None

wiithon.fst.operations.remove_node(entries, path_parts)[source]
Parameters:
Return type:

FSTNode | None

wiithon.fst.operations.add_node(entries, path_parts, new_node)[source]
Parameters:
Return type:

FSTNode | None