Skip to content
Snippets Groups Projects
Verified Commit 8239f418 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DOC: update docs strings

parent 3f6465c3
No related branches found
No related tags found
1 merge request!102MAINT: refactor _Messages class
Pipeline #38374 passed
...@@ -2437,8 +2437,9 @@ class Messages(list): ...@@ -2437,8 +2437,9 @@ class Messages(list):
""" """
def clear_server_messages(self): def clear_server_messages(self):
"""Removes all messages of type error, warning and info.""" """Removes all messages of type error, warning and info. All other
# TODO Why do we not remove ALL messages? messages types are custom types which should be handled by custom
code."""
rem = [] rem = []
for m in self: for m in self:
......
...@@ -30,7 +30,6 @@ import caosdb as db ...@@ -30,7 +30,6 @@ import caosdb as db
from argparse import ArgumentParser from argparse import ArgumentParser
from argparse import RawDescriptionHelpFormatter from argparse import RawDescriptionHelpFormatter
from _testcapi import raise_exception
__all__ = [] __all__ = []
__version__ = 0.1 __version__ = 0.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment