Changeset 1860


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

more documentation on 'verbose' rcParam

Location:
trunk/python
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/parameters.py

    r1858 r1860  
    8585    print """
    8686# general
    87 # print verbose output
     87# only valid in asap standard mode not in scripts or casapy
     88# It will disable exceptions and just print the messages
    8889verbose                    : True
    8990
  • 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.