Exemplo n.º 1
0
 def addcfunc(self, type, name):
     CodeGenerator.addcfunc(self, name + type, key=repr((type, name)))
Exemplo n.º 2
0
 def __init__(self, *components):
     CodeGenerator.__init__(self, *components)
     self.module = "_sort"
     self.qualified_module = "numarray._sort"
Exemplo n.º 3
0
 def addcfunc(self, type, name):
     CodeGenerator.addcfunc(self, name+type, key=repr((type, name)))
Exemplo n.º 4
0
 def __init__(self, *components):
     CodeGenerator.__init__(self, *components)
     self.module = "_bytes"
     self.qualified_module = "numarray._bytes"
Exemplo n.º 5
0
 def __init__(self, *components):
     CodeGenerator.__init__(self, *components)