~ubuntu-branches/ubuntu/quantal/python2.7/quantal

« back to all changes in this revision

Viewing changes to Doc/reference/datamodel.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-09 19:28:43 UTC
  • mto: (36.1.11 sid)
  • mto: This revision was merged to the branch mainline in revision 51.
  • Revision ID: package-import@ubuntu.com-20120309192843-n84bbtrkfxw34p6n
Tags: upstream-2.7.3~rc1
ImportĀ upstreamĀ versionĀ 2.7.3~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1282
1282
      modules are still available at the time when the :meth:`__del__` method is
1283
1283
      called.
1284
1284
 
 
1285
   See also the :option:`-R` command-line option.
 
1286
 
1285
1287
 
1286
1288
.. method:: object.__repr__(self)
1287
1289
 
2308
2310
 
2309
2311
*
2310
2312
 
2311
 
  In ``x * y``, if one operator is a sequence that implements sequence
 
2313
  In ``x * y``, if one operand is a sequence that implements sequence
2312
2314
  repetition, and the other is an integer (:class:`int` or :class:`long`),
2313
2315
  sequence repetition is invoked.
2314
2316