=
\n\
Load a document into the ELinks cache and pass its contents to a\n\
callable object.\n\
\n\
Arguments:\n\
\n\
url -- A string containing the URL to load.\n\
callback -- A callable object to be called after the document has\n\
been loaded. It will be called with two arguments: the first\n\
will be a string representing the document's header, or None\n\
if it has no header; the second will be a string representing\n\
the document's body, or None if it has no body.\n")
#define PYTHON_DOCSTRING(str)
Definition core.h:46