Name: InternalList
Purpose: The wraps C language arrays of pointers to Synapse, Dynamics, Cell or Compartment objects. It is meant to implement a list in Python with the restriction that members must be of the appropriate type. It shouldn't be necassary to instantiate a InternalList object, or be even be aware of its existence.
Provided by: _p3
Source: intlist.c
Examples: test_il.py
Inherits: N/A
Constructor: InternalList(list*), where list contains only Synapses, Compartments, Cells or Dynamics
Provides: should be behave as a list