Module pypcsim :: Class SimpleAllToAllWiringMethod
[hide private]
[frames] | no frames]

Class SimpleAllToAllWiringMethod

 object --+        
          |        
??.instance --+    
              |    
   WiringMethod --+
                  |
                 SimpleAllToAllWiringMethod

Help on SimpleAllToAllWiringMethod [class]: Standard implementation of wiring up two populations of SimObject's.

Not well suited for distributed wiring. Use DistributedSyncWiringMethod if your populations are distributed over many MPI nodes.

Instance Methods [hide private]
 
__init__(...)
Help on SimpleAllToAllWiringMethod::SimpleAllToAllWiringMethod(SimNetwork * net) [constructor]

Inherited from unreachable.instance: __new__

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  __instance_size__ = 16
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

 

Help on SimpleAllToAllWiringMethod::SimpleAllToAllWiringMethod(SimNetwork * net) [constructor]

Help on SimpleAllToAllWiringMethod::SimpleAllToAllWiringMethod(SimNetwork & net) [constructor]

Overrides: object.__init__