Beispiel #1
0
 def compute_result_annotation(self, s_TP, s_n=None, s_zero=None):
     # basically return the same as malloc
     from pypy.annotation.builtin import malloc
     return malloc(s_TP, s_n, s_zero=s_zero)
Beispiel #2
0
Datei: rgc.py Projekt: ieure/pypy
 def compute_result_annotation(self, s_TP, s_n=None, s_zero=None):
     # basically return the same as malloc
     from pypy.annotation.builtin import malloc
     return malloc(s_TP, s_n, s_zero=s_zero)