mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
#2685 Recompile rules
This commit is contained in:
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
@@ -30,8 +30,9 @@ def usedin(inst, ref_name):
|
||||
|
||||
|
||||
class express_set(set):
|
||||
def __rmul__(self, other):
|
||||
def __mul__(self, other):
|
||||
return express_set(set(other) & self)
|
||||
__rmul__ = __mul__
|
||||
def __add__(self, other):
|
||||
def make_list(v):
|
||||
# Comply with 12.6.3 Union operator
|
||||
|
||||
Reference in New Issue
Block a user