Skip to content
Snippets Groups Projects
Commit 46cc0a0a authored by lucien senaneuch's avatar lucien senaneuch Committed by GATEAU Thibault
Browse files

[Create, Delete functions] implements create and delete function for all elements

parent d64f8711
Branches
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ print(nanospace.get_string_value(83))
nanospace.update__string_value(83, 'test', '1Kg5')
print(nanospace.get_formula_value(84))
nanospace.update_formula_value(84, 'multiplication','5*20')
create component
nanospace._create_component(40, 'newComponent')
nanospace._create_formula_value(231, 'test2', '5*5')
nanospace._create_string_value(231, 'test3', 'Hello-world')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment