Changeset 1860 for trunk/python/utils.py


Ignore:
Timestamp:
08/05/10 14:52:35 (14 years ago)
Author:
Malte Marquarding
Message:

more documentation on 'verbose' rcParam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/utils.py

    r1859 r1860  
    6868
    6969def page(message):
     70    """Run the input message through a pager. This is only done if
     71    ``rcParams["verbose"]`` is set.
     72    """
    7073    verbose = False
    7174    try:
Note: See TracChangeset for help on using the changeset viewer.