Ft.Lib.FtWarnings

Modules

exceptions  sys  warnings   

Classes

class DeprecationWarning(exceptions.Warning)

Data and other non-method functions defined here:

__doc__ = 'Base class for warnings about deprecated features.'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = 'exceptions'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class RuntimeWarning(exceptions.Warning)

Data and other non-method functions defined here:

__doc__ = 'Base class for warnings about dubious runtime behavior.'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__module__ = 'exceptions'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Functions

GetColumns(stream=<open file '<stdout>', mode 'w' at 0x100fe970>)
Wrap(text, width)
_ftShowWarning(msg, category, filename, line, file=<open file '<stderr>', mode 'w' at 0x100fe9c0>)
_origShowWarning = showwarning(message, category, filename, lineno, file=None)
filterwarnings(action, message='', category=<class exceptions.Warning at 0x10104e88>, module='', lineno=0, append=0)
formatwarning(message, category, filename, lineno)
resetwarnings()
showwarning = _ftShowWarning(msg, category, filename, line, file=<open file '<stderr>', mode 'w' at 0x100fe9c0>)
warn(message, category=None, stacklevel=1)

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/FtWarnings.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Lib.FtWarnings'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.