IJConn# class brainpy.connect.IJConn(i, j, **kwargs)[source]# Connector built from the pre_ids and post_ids connections. build_coo()[source]# Build a coo sparse connection data. Returns: conn – A tuple denoting the (pre_ids, post_ids). Return type: tuple