Stock.can_fit_element
- Stock.can_fit_element(element)[source]
Check if an element can fit in the remaining space.
- Parameters:
- element
Element The element to check
- element
- Returns:
- bool
True if element fits in remaining space, False otherwise
Check if an element can fit in the remaining space.
ElementThe element to check
True if element fits in remaining space, False otherwise