| 15964 | |
| 15965 | def function2( position): |
| 15966 | class Position2: |
| 15967 | pass |
| 15968 | position2 = Position2() |
| 15969 | position2.depth = position.depth |
| 15970 | position2.heading = position.heading |
no outgoing calls
no test coverage detected
searching dependent graphs…