This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients Paul Pinterits, docs@python, matrixise
Date 2018-02-05.20:05:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517861104.66.0.467229070634.issue32752@psf.upfronthosting.co.za>
In-reply-to
Content
with the help command, you have a good documentation, help(list_of_ints), but you are right, there is no functions/methods for your need.

in the code of typing, there is a comment about __args__ but it is not used by the documentation.
History
Date User Action Args
2018-02-05 20:05:04matrixisesetrecipients: + matrixise, docs@python, Paul Pinterits
2018-02-05 20:05:04matrixisesetmessageid: <1517861104.66.0.467229070634.issue32752@psf.upfronthosting.co.za>
2018-02-05 20:05:04matrixiselinkissue32752 messages
2018-02-05 20:05:04matrixisecreate