I'm sorry for probably some basic question but my knowledge of python is very limited (well i have no idea...)
Here is the image:

and here is my problem:
I create a node (modify shape) with simple python command and I want to plug it into ScatterHub node, "modify" port. But right know it just replaces the connection that is already there. Is there a simple way to find if the port is already connected and if it is, create a new port and connect node there (or if second one is already connected too, create third one etc...)
I was trying to look into ICEflowBuilder, but its just too confusing for me because it uses JS or VB and there is a lot of stuff
Please, I would really appreciate any help.