Rename node.get — introduced in 75e80b72af3c — into node.get_all_properties.
This is a more explicit name to get the full dictionary.
Introduce node.get <key> to get one key.
So node.get/node.has/node.list becomes a set of commands to get a value.
 Differential  D1176  
Introduce node.get <setting> Authored by dereckson on Nov 5 2017, 15:06. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details 
 Rename node.get — introduced in 75e80b72af3c — into node.get_all_properties. Introduce node.get <key> to get one key. So node.get/node.has/node.list becomes a set of commands to get a value. 
 
Diff Detail 
  |