Skip to content
#

python37

Here are 752 public repositories matching this topic...

scons
bdbaddog
bdbaddog commented Jan 2, 2018

This issue was originally created at: 2011-05-27 09:55:34.
This issue was reported by: jcoffland.
jcoffland said at 2011-05-27 09:55:34

CheckLib currently supports an 'append' option which when false causes the code to prepend instead. It would be nice to also have a unique option which would make the function use either PrependUnique or AppendUnique.

e.g.:

    if append:
prisma-client-py
RobertCraigie
RobertCraigie commented Feb 4, 2022

Problem

We could improve the readability / experience reading through the library source code if there were module level docstrings.

Suggested solution

All python modules should include a docstring explaining

topic: docs good first issue kind/docs level/beginner

Improve this page

Add a description, image, and links to the python37 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the python37 topic, visit your repo's landing page and select "manage topics."

Learn more