name_for_next_node_generator#
- name_for_next_node_generator(k, count=None, default='a')#
Returns a natural next available node name for the graph/knot K. If all nodes are letters a-zA-Y, it returns the next available letter, otherwise returns the next available integer, or default if the knot is empty.