Ft.Lib.DistExt.Structures

Classes

class Document
__init__(self, source, outdir, htmlStylesheets=None, htmlOutfile=None, textStylesheets=None, textOutfile=None, params=None, title=None, category='general', flags=None)
__repr__(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.Structures'
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 Executable
__init__(self, name, sources, include_dirs=None, define_macros=None, undef_macros=None, library_dirs=None, libraries=None, runtime_library_dirs=None, extra_objects=None, extra_compile_args=None, extra_link_args=None)
__repr__(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.Structures'
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 ExecutableScript
__init__(self, name, source)
__repr__(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.Structures'
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 Localization
__init__(self, language, source)
__repr__(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.Structures'
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 Script
__init__(self, name, path)
__repr__(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Lib.DistExt.Structures'
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

_string_check(arg)
_string_sequence_check(arg)

Data

__file__ = 'build/lib.linux-ppc-2.2/Ft/Lib/DistExt/Structures.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.DistExt.Structures'
str(object) -> string

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