GeNN  3.3.0
GPU enhanced Neuronal Networks (GeNN)
generate_swig_interfaces.SwigInitScope Class Reference
Inheritance diagram for generate_swig_interfaces.SwigInitScope:

Public Member Functions

def __init__ (self, ofs)
 Adds init %{ %} block. More...
 
def __enter__ (self)
 
def __exit__ (self, exc_type, exc_value, traceback)
 

Public Attributes

 os
 

Constructor & Destructor Documentation

◆ __init__()

def generate_swig_interfaces.SwigInitScope.__init__ (   self,
  ofs 
)

Adds init %{ %} block.

The code within %{ %} block is copied directly into the module initialization function

Member Function Documentation

◆ __enter__()

def generate_swig_interfaces.SwigInitScope.__enter__ (   self)

◆ __exit__()

def generate_swig_interfaces.SwigInitScope.__exit__ (   self,
  exc_type,
  exc_value,
  traceback 
)

Member Data Documentation

◆ os

generate_swig_interfaces.SwigInitScope.os

The documentation for this class was generated from the following file: