Deleting Nodes
To delete a Node, you can use the delete
method.
Command Usage:
PYNDatabase.delete(*names)
PYNDatabase.Node.delete(*names)
If ANY of the names specified do not exist, NONE of them will be deleted.
To delete a Node, you can use the delete
method.
PYNDatabase.delete(*names)
PYNDatabase.Node.delete(*names)
If ANY of the names specified do not exist, NONE of them will be deleted.
No Comments