CSRConn# class brainpy.connect.CSRConn(indices, inptr, **kwargs)[source]# Connector built from the CSR sparse connection matrix. build_csr()[source]# Build a csr sparse connection data. Returns: conn – A tuple denoting the (indices, indptr). Return type: tuple