[Soc2015-general] String Utility Question

Aaron Meurer asmeurer at gmail.com
Wed Jul 22 03:40:24 CEST 2015


This is not an appropriate list for these kinds of questions. This list is
for discussions about Google Summer of Code. You should direct your
questions to the tutor list https://mail.python.org/mailman/listinfo/tutor.

Aaron Meurer

On Tue, Jul 21, 2015 at 7:12 PM, <admin.dslcomputer at gmail.com> wrote:

>  Hi Everyone:
>
> Where can I find documentation on "line.split()"
>
> The Python online documentation site contains no available search term for
> "line.split()",i.e., URL link at
> https://www.python.org/downloads/release/python-279/
>
> Moreover, the Python Library Reference refers to the utility function as
> an ArgumentParser: "def convert_arg_line_to_args(self, arg_line): return
> arg_line.split()", i.e., The Python Library Reference, Release 2.7.10;
> 15.4. argparse — Parser for command-line options, arguments and
> sub-commands p. 475.
>
> Likewise, the Python Tutorial refers to the utility function as a
> Generator Expressions: "unique_words = set(word for line in page for word
> in line.split())”,i.e., Python Tutorial, Release 2.7.10; 9.11. Generator
> Expressions p. 75
>
> Regards,
> Hal
>
> Sent from Surface
>
>
> _______________________________________________
> Soc2015-general mailing list
> Soc2015-general at python.org
> https://mail.python.org/mailman/listinfo/soc2015-general
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/soc2015-general/attachments/20150721/83957d18/attachment.html>


More information about the Soc2015-general mailing list