Ticket #45755

generate_packets.py: Add missing docstrings

Open Date: 2022-10-01 03:27 Last Update: 2022-10-09 20:40

Reporter:
Owner:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
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 History (3/4 Histories)

2022-10-01 03:27 Updated by: alienvalkyrie
  • New Ticket "generate_packets.py: Add missing docstrings" created
2022-10-08 06:08 Updated by: alienvalkyrie
  • Resolution Update from None to Accepted
2022-10-09 20:40 Updated by: alienvalkyrie
  • Status Update from Open to Closed
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login