Advertisement
nux95

Untitled

Dec 1st, 2011
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. if i_parsed_the_object:
  2.     my_parsed_objects.append(the_parsed_object)
  3. # ....
  4. if the_object_to_parse in my_parsed_objects:
  5.     # you already parsed the object
  6.     pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement