~ubuntu-branches/ubuntu/utopic/sip4-qt3/utopic

« back to all changes in this revision

Viewing changes to doc/html/_sources/annotations.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-07-21 10:18:00 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100721101800-9lk0k2t6hx6pq0dh
Tags: 4.10.5-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
580
580
    variable number of arguments.
581
581
 
582
582
 
 
583
.. function-annotation:: __len__
 
584
 
 
585
    .. versionadded:: 4.10.3
 
586
 
 
587
    This boolean annotation specifies that a ``__len__()`` method should be
 
588
    automatically generated that will use the method being annotated to compute
 
589
    the value that the ``__len__()`` method will return.
 
590
 
 
591
 
583
592
.. function-annotation:: NewThread
584
593
 
585
594
    This boolean annotation specifies that the function will create a new