neuroarch.na.NeuroArch.find

NeuroArch.find(cls, **attr)[source]

Find all instances in the database that meets the criteria.

Parameters:
  • cls (str) – Node class or classes to retrieve.

  • attr (keyword arguments (optional)) – node attributes using key=value.

Returns:

nodes – Nodes that are found.

Return type:

list