Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/pyclbr.rst

    r2 r391  
    1 
    21:mod:`pyclbr` --- Python class browser support
    32==============================================
     
    76.. sectionauthor:: Fred L. Drake, Jr. <fdrake@acm.org>
    87
     8**Source code:** :source:`Lib/pyclbr.py`
     9
     10--------------
    911
    1012The :mod:`pyclbr` module can be used to determine some limited information
     
    1820
    1921
    20 .. function:: readmodule(module[, path=None])
     22.. function:: readmodule(module, path=None)
    2123
    2224   Read a module and return a dictionary mapping class names to class
     
    2729
    2830
    29 .. function:: readmodule_ex(module[, path=None])
     31.. function:: readmodule_ex(module, path=None)
    3032
    3133   Like :func:`readmodule`, but the returned dictionary, in addition to
     
    4446The :class:`Class` objects used as values in the dictionary returned by
    4547:func:`readmodule` and :func:`readmodule_ex` provide the following data
    46 members:
     48attributes:
    4749
    4850
     
    8890
    8991The :class:`Function` objects used as values in the dictionary returned by
    90 :func:`readmodule_ex` provide the following data members:
     92:func:`readmodule_ex` provide the following attributes:
    9193
    9294
Note: See TracChangeset for help on using the changeset viewer.