6.16.10.2. Function generator

Start python section to interscript/tanglers/python.py[2 /6 ] Next Prev First Last
    36: #line 50 "python_tangler.ipk"
    37: class argument:
    38:   def __init__(self,
    39:     name,
    40:     protocol=None,
    41:     description=None,
    42:     default=None):
    43:     self.name = name
    44:     self.protocol = protocol
    45:     self.description = description
    46:     self.default = default
    47: 
End python section to interscript/tanglers/python.py[2]