inputConnectors.connect(None) throws NoneType error

Getting the following error with the Composite Class inputConnectors.connect method

for i in m.inputConnectors:
i.connect(None)

td.tdError: Invalid number or type of arguments. See help for details. Value:None Type:<class ‘NoneType’>.

Should work. Following this example
https://forum-new.derivative.ca/t/composite-top-input-order/10931