Re: ANN: gui_support, a convenience library for wxPython

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stef Mientki

    Re: ANN: gui_support, a convenience library for wxPython

    Glenn Linderman wrote:
    On approximately 10/23/2008 12:59 PM, came the following characters
    from the keyboard of Stef Mientki:
    >I'm no expert I thought a three-quoted string was called a "doc
    >string", isn't that so ?
    >
    No, the docstring is the first string after a function or class
    definition, that is displayed interactively by "help name", and used
    for documentation of the function or class.
    Compound statements contain (groups of) other statements; they affect or control the execution of those other statements in some way. In general, compound statements span multiple lines, although i...

    Footnotes [3] & [4]
    >
    The proper name for three-quoted strings is triple-quoted string:
    A Python program is read by a parser. Input to the parser is a stream of tokens, generated by the lexical analyzer(also known as the tokenizer). This chapter describes how the lexical analyzer prod...

    >
    Often docstrings are expressed as three-quoted strings, because they
    want to exceed a single line.
    >
    Glenn,
    thanks for the clarification,
    English is not my first language, nor is Python ;-)
    I already updated the webpage.

    cheers,
    Stef

Working...