The Python documentation should borrow the idea from the PHP.net

See the previous discussion:

Since that discussion, many functions and methods with lots of arguments have been converted to use this “param list” style[1][2][3][4][5][6][7][8], and more will probably follow.

If you spot a good candidate for the param list markup, feel free to submit a PR :slight_smile:


  1. sqlite3.connect() ↩︎

  2. dbm.open() ↩︎

  3. eval() ↩︎

  4. ftplib.FTP() ↩︎

  5. logging.Formatter() ↩︎

  6. multiprocessing.shared_memory.SharedMemory() ↩︎

  7. turtle.write() ↩︎

  8. typing.dataclass_transform() ↩︎

1 Like