refactoring
This commit is contained in:
parent
ef70e11352
commit
b1efb5ed09
@ -75,8 +75,8 @@ class BoxSplitter:
|
|||||||
)
|
)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __large_enough(box):
|
def __large_enough(wrapped_box: SplitKeyMapper):
|
||||||
return box["dim"] >= 10
|
return wrapped_box["dim"] >= 10
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def __get_child_boxes(wrapped_box: SplitKeyMapper):
|
def __get_child_boxes(wrapped_box: SplitKeyMapper):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user