Пример #1
0
 def unify(self, context, other):
     return utils.unified_function_type((self, other),
                                        require_precise=False)
Пример #2
0
 def unify(self, context, other):
     return utils.unified_function_type((self, other))