mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-21 08:29:41 +00:00
docstring
This commit is contained in:
@ -23,6 +23,9 @@ from twisted.python.filepath import FilePath
|
|||||||
|
|
||||||
def _convert_pickle_state_to_json(state):
|
def _convert_pickle_state_to_json(state):
|
||||||
"""
|
"""
|
||||||
|
Convert a pickle-serialized crawler-history state to the new JSON
|
||||||
|
format.
|
||||||
|
|
||||||
:param dict state: the pickled state
|
:param dict state: the pickled state
|
||||||
|
|
||||||
:return dict: the state in the JSON form
|
:return dict: the state in the JSON form
|
||||||
|
Reference in New Issue
Block a user