Name: Synapse
Purpose: A Python wrapper of Synapse_C that allows users to add their own members.
Provided by: p3
Source: p3.py
Examples: test_pynet.py
Inherits: Synapse_C
Constructor: Synapse(c, d) where c is a Cell or Compartment object. If c is a Cell the connection is made from the first compartment in the Cell. d is the target Dynamics.
Provides: same as Synapse_C