=
\n\
View a document in either the current tab or a new tab.\n\
\n\
Arguments:\n\
\n\
url -- A string containing the URL to view.\n\
\n\
Optional keyword arguments:\n\
\n\
new_tab -- By default the URL is opened in the current tab. If this\n\
argument's value is the boolean True then the URL is instead\n\
opened in a new tab.\n\
background -- By default a new tab is opened in the foreground. If\n\
this argument's value is the boolean True then a new tab is\n\
instead opened in the background. This argument is ignored\n\
unless new_tab's value is True.\n")
#define PYTHON_DOCSTRING(str)
Definition core.h:46