(comm)
| 233 | |
| 234 | |
| 235 | def new_comm(comm): |
| 236 | new_group = comm.group.Incl([0]) |
| 237 | new_comm = comm.Create_group(new_group) |
| 238 | return new_comm |
| 239 | |
| 240 | |
| 241 | def test_UFLCell(interval, square, rectangle, cube, box): |
nothing calls this directly
no outgoing calls
no test coverage detected