.. Automatically generated file - do not modify.

.. function:: renpy.get_filename_line()
    
    Returns a pair giving the filename and line number of the current
    statement.

.. function:: renpy.log(msg)
    
    If :var:`config.log` is not set, this does nothing. Otherwise, it opens
    the logfile (if not already open), formats the message to :var:`config.log_width`
    columns, and prints it to the logfile.

.. function:: renpy.unwatch(expr)
    
    Stops watching the given python expression.

.. function:: renpy.watch(expr)
    
    This watches the given python expression, by displaying it in the
    upper-right corner of the screen.

