Skip to content

Commit

Permalink
add missing module docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippvK committed Nov 4, 2024
1 parent ccef157 commit 585f9ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion seal5/backends/report/diff/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Chair of Electrical Design Automation
# Technical University of Munich

"""TODO."""
"""Diff report writer for Seal5."""

import argparse
import logging
Expand Down
2 changes: 1 addition & 1 deletion seal5/backends/report/properties/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Chair of Electrical Design Automation
# Technical University of Munich

"""Clean M2-ISA-R/Seal5 metamodel to .core_desc file."""
"""Properties report writer for Seal5."""

import argparse
import logging
Expand Down
2 changes: 1 addition & 1 deletion seal5/backends/report/status/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Chair of Electrical Design Automation
# Technical University of Munich

"""Clean M2-ISA-R/Seal5 metamodel to .core_desc file."""
"""Status report writer for Seal5."""

import argparse
import logging
Expand Down
2 changes: 1 addition & 1 deletion seal5/backends/report/test_results/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Chair of Electrical Design Automation
# Technical University of Munich

"""Clean M2-ISA-R/Seal5 metamodel to .core_desc file."""
"""Test results report writer for Seal5."""

import argparse
import logging
Expand Down
2 changes: 1 addition & 1 deletion seal5/backends/report/times/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Chair of Electrical Design Automation
# Technical University of Munich

"""TODO."""
"""Stage times report writer for Seal5."""

import argparse
import logging
Expand Down

0 comments on commit 585f9ca

Please sign in to comment.