We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22fbcfd commit b6d5fe0Copy full SHA for b6d5fe0
1 file changed
libnmap/plugins/backendplugin.py
@@ -14,7 +14,8 @@ def insert(self, NmapReport):
14
"""
15
insert NmapReport in the backend
16
:param NmapReport:
17
- :return: str the ident of the object in the backend for future usage
+ :return: str the ident of the object in the backend for
18
+ future usage
19
or None
20
21
raise NotImplementedError
0 commit comments