Ticket #45755

generate_packets.py: Add missing docstrings

Eröffnet am: 2022-10-01 03:27 Letztes Update: 2022-10-09 20:40

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
1

Details

Part of #43927. There are a number of things (both from the original script and introduced while restructuring it) lacking docstrings. Most things that aren't local variables should have docstrings, including

  • classes
  • module-level functions
  • methods and properties (except __dunder__ methods used by Python)
  • instance and class variables
  • class-level and module-level constants

Ticket-Verlauf (3/4 Historien)

2022-10-01 03:27 Aktualisiert von: alienvalkyrie
  • New Ticket "generate_packets.py: Add missing docstrings" created
2022-10-08 06:08 Aktualisiert von: alienvalkyrie
  • Lösung Update from Keine to Accepted
2022-10-09 20:40 Aktualisiert von: alienvalkyrie
  • Status Update from Offen to Geschlossen
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden