all vars are properties, removed comments

This commit is contained in:
Chanumask
2023-10-22 12:05:38 +02:00
parent b1fe698d52
commit e87bd3aaa0
19 changed files with 66 additions and 193 deletions

View File

@ -13,7 +13,7 @@ class Object:
return True
@property
def var_has_position(self): # brauchen wir das hier jetzt?
def var_has_position(self):
try:
return self.pos != c.VALUE_NO_POS or False
except AttributeError: