获取当前的响应对象,用于在视图函数中返回 Get the current response object
(self)
| 79 | pass |
| 80 | |
| 81 | def get_response(self): |
| 82 | """获取当前的响应对象,用于在视图函数中返回 |
| 83 | Get the current response object""" |
| 84 | pass |
| 85 | |
| 86 | def get_client_ip(self) -> str: |
| 87 | """获取用户的ip |
no outgoing calls
no test coverage detected