feat: add default inference behavior for basic types #13

Closed
gremond wants to merge 10 commits from basic_types_inference into develop
Showing only changes of commit ff8aa64783 - Show all commits

View file

@ -107,7 +107,7 @@ class Annotator(Walk): # pylint: disable=R0903
#else:
# variable.type = "string"
# let's update the "multi" attribute in the tiramisu cache then
if variable.multi == True:
if variable.multi is True and variable.path not in self.objectspace.multis:
self.objectspace.multis[variable.path] = True
def _convert_variable(