Performs the query and returns a single object matching the given keyword arguments.
(self, *args, **kwargs)
| 228 | |
| 229 | |
| 230 | def get(self, *args, **kwargs): |
| 231 | """ |
| 232 | Performs the query and returns a single object matching the given |
| 233 | keyword arguments. |
| 234 | """ |
| 235 | |
| 236 | |
| 237 | def get_or_create(self, *args, **kwargs): |
nothing calls this directly
no outgoing calls
no test coverage detected