82
82
:return: A token string for inclusion in urls and email confirmations.
86
86
"""Return the IPendable matching the token.
88
88
:param token: The token string for the IPendable given by the `.add()`
90
90
:param expunge: A flag indicating whether the pendable record should
91
91
also be removed from the database or not.
92
92
:return: The matching IPendable or None if no match was found.