| Conditions | 1 |
| Total Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | from intelligine.synergy.event.move.direction import get_position_with_direction_decal |
||
| 13 | def direction_is_free(self, direction_of_home): |
||
| 14 | position_will_be = get_position_with_direction_decal(direction_of_home, self._current_position) |
||
| 15 | return self._context.position_is_penetrable(position_will_be) |
||
| 16 | |||
| 25 |