def _swap_latlng()
in
src/h3/_h3shape.py [0:0]
5
lines of code
2
McCabe index (conditional complexity)
def _swap_latlng(ll1): ll1 = tuple( (b, a) for a, b in ll1 ) return ll1