We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9badb9a commit 98ab7bbCopy full SHA for 98ab7bb
2 files changed
splunklib/searchcommands/internals.py
@@ -75,7 +75,7 @@ def set_binary_mode(fh):
75
76
77
class CommandLineParser(object):
78
- """ Parses the arguments to a search command.
+ r""" Parses the arguments to a search command.
79
80
A search command line is described by the following syntax.
81
tests/testlib.py
@@ -184,7 +184,7 @@ def app_collection_installed(self):
184
return collectionName in self.service.apps
185
186
def pathInApp(self, appName, pathComponents):
187
- """Return a path to *pathComponents* in *appName*.
+ r"""Return a path to *pathComponents* in *appName*.
188
189
`pathInApp` is used to refer to files in applications installed with
190
`install_app_from_collection`. For example, the app `file_to_upload` in
0 commit comments