Advertisement
Guest User

Untitled

a guest
Jun 1st, 2015
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class RequestSpec:
  2. ...
  3. def get_json_crap(self):
  4. if not hasattr(self, '_json_crap_cache'):
  5. self._json_crap_cache = load_crap()
  6. return self._json_crap_cache
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement