import hou hou.Node.setSelected(True, clear_all_selected=True)
TypeError: unbound method setSelected() must be called with Node instance as first argument (got bool instance instead)
Additionally how can i set the selection mode to Box Selection using python.


