Total time: 0.221773 s File: /home/xymis/work/tokyo-city-application/location/views.py Function: get at line 20 Line # Hits Time Per Hit % Time Line Contents ============================================================== 20 @swagger_auto_schema(tags=['locations']) 21 def get(self, request, *args, **kwargs): 22 1 221773.0 221773.0 100.0 return self.list(request, *args, **kwargs)