[Freeciv-tickets] [freeciv] #45755: generate_packets.py: Add missing docstrings

Back to archive index
OSDN Ticket System norep****@osdn*****
Sun Oct 9 20:40:11 JST 2022


#45755: generate_packets.py: Add missing docstrings

  Open Date: 2022-09-30 20:27
Last Update: 2022-10-09 13:40

URL for this Ticket:
    https://osdn.net//projects/freeciv/ticket/45755
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=45755

---------------------------------------------------------------------

Last Changes/Comment on this Ticket:
2022-10-09 13:40 Updated by: alienvalkyrie
 * Status Update from Open to Closed
 * Resolution Update from Accepted to Fixed


---------------------------------------------------------------------
Ticket Status:

      Reporter: alienvalkyrie
         Owner: alienvalkyrie
          Type: Patches
        Status: Closed
      Priority: 5 - Medium
     MileStone: 3.2.0
     Component: Bootstrap
      Severity: 5 - Medium
    Resolution: Fixed
---------------------------------------------------------------------

Ticket 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 information of Freeciv project
Freeciv Project is hosted on OSDN

Project URL: https://osdn.net/projects/freeciv/
OSDN: https://osdn.net

URL for this Ticket:
    https://osdn.net/projects/freeciv/ticket/45755
RSS feed for this Ticket:
    https://osdn.net/ticket/ticket_rss.php?group_id=12505&tid=45755



More information about the Freeciv-tickets mailing list
Back to archive index