Global Package
Inheritance Tree
Inheritance Graph
Name Index
Cross Reference : Synopsis.Parsers.IDL.omni.TypeTranslator.add - Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_name
Method Synopsis.Parsers.IDL.omni.TypeTranslator.add
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:56
: in class
Synopsis.Parsers.IDL.omni.TypeTranslator
Method Synopsis.Parsers.IDL.omni.TypeTranslator.get
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:59
: in class
Synopsis.Parsers.IDL.omni.TypeTranslator
Method Synopsis.Parsers.IDL.omni.TypeTranslator.has_key
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:54
: in class
Synopsis.Parsers.IDL.omni.TypeTranslator
Method Synopsis.Parsers.IDL.omni.TypeTranslator.internalize
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:49
: in class
Synopsis.Parsers.IDL.omni.TypeTranslator
Method Synopsis.Parsers.IDL.omni.TypeTranslator.visitBaseType
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:62
: in class
Synopsis.Parsers.IDL.omni.TypeTranslator
Method Synopsis.Parsers.IDL.omni.TypeTranslator.visitDeclaredType
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:102
: in class
Synopsis.Parsers.IDL.omni.TypeTranslator
Method Synopsis.Parsers.IDL.omni.TypeTranslator.visitSequenceType
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:90
: in class
Synopsis.Parsers.IDL.omni.TypeTranslator
Method Synopsis.Parsers.IDL.omni.TypeTranslator.visitStringType
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:68
: in class
Synopsis.Parsers.IDL.omni.TypeTranslator
Method Synopsis.Parsers.IDL.omni.TypeTranslator.visitWStringType
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:79
: in class
Synopsis.Parsers.IDL.omni.TypeTranslator
Function Synopsis.Parsers.IDL.omni.parse
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:432
: in module
Synopsis.Parsers.IDL.omni
Function Synopsis.Parsers.IDL.omni.strip_filename
Documentation
Defined at:
Synopsis/Parsers/IDL/omni.py:17
: in module
Synopsis.Parsers.IDL.omni
Class Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:164
: in module
Synopsis.Parsers.Python.ASGTranslator
Declarations:
Synopsis/Parsers/Python/ASGTranslator.py:173
: Attribute
scope
Synopsis/Parsers/Python/ASGTranslator.py:174
: Attribute
file
Synopsis/Parsers/Python/ASGTranslator.py:175
: Attribute
types
Synopsis/Parsers/Python/ASGTranslator.py:176
: Attribute
attributes
Synopsis/Parsers/Python/ASGTranslator.py:177
: Attribute
any_type
Synopsis/Parsers/Python/ASGTranslator.py:178
: Attribute
docformat
Synopsis/Parsers/Python/ASGTranslator.py:179
: Attribute
documentable
Synopsis/Parsers/Python/ASGTranslator.py:180
: Attribute
name
Synopsis/Parsers/Python/ASGTranslator.py:181
: Attribute
imports
Synopsis/Parsers/Python/ASGTranslator.py:167
: Method
__init__
Synopsis/Parsers/Python/ASGTranslator.py:184
: Method
process_file
Synopsis/Parsers/Python/ASGTranslator.py:192
: Method
scope_name
Synopsis/Parsers/Python/ASGTranslator.py:195
: Method
default
Synopsis/Parsers/Python/ASGTranslator.py:198
: Method
default_visit
Synopsis/Parsers/Python/ASGTranslator.py:201
: Method
visitDiscard
Synopsis/Parsers/Python/ASGTranslator.py:205
: Method
visitConst
Synopsis/Parsers/Python/ASGTranslator.py:212
: Method
visitStmt
Synopsis/Parsers/Python/ASGTranslator.py:215
: Method
visitAssign
Synopsis/Parsers/Python/ASGTranslator.py:234
: Method
visitModule
Synopsis/Parsers/Python/ASGTranslator.py:252
: Method
visitImport
Synopsis/Parsers/Python/ASGTranslator.py:257
: Method
visitFrom
Synopsis/Parsers/Python/ASGTranslator.py:262
: Method
visitAssName
Synopsis/Parsers/Python/ASGTranslator.py:287
: Method
visitAssTuple
Synopsis/Parsers/Python/ASGTranslator.py:294
: Method
visitAssAttr
Synopsis/Parsers/Python/ASGTranslator.py:307
: Method
visitGetattr
Synopsis/Parsers/Python/ASGTranslator.py:310
: Method
visitName
Synopsis/Parsers/Python/ASGTranslator.py:317
: Method
visitFunction
Synopsis/Parsers/Python/ASGTranslator.py:355
: Method
parse_parameter_list
Synopsis/Parsers/Python/ASGTranslator.py:384
: Method
visitClass
Synopsis/Parsers/Python/ASGTranslator.py:415
: Method
visitGetattr
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.__init__
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:167
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.default
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:195
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.default_visit
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:198
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.parse_parameter_list
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:355
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.process_file
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:184
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.scope_name
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:192
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitAssAttr
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:294
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitAssName
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:262
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitAssTuple
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:287
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitAssign
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:215
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitClass
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:384
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitConst
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:205
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitDiscard
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:201
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitFrom
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:257
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitFunction
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:317
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitGetattr
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:307
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Synopsis/Parsers/Python/ASGTranslator.py:415
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitImport
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:252
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitModule
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:234
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitName
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:310
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Method Synopsis.Parsers.Python.ASGTranslator.ASGTranslator.visitStmt
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:212
: in class
Synopsis.Parsers.Python.ASGTranslator.ASGTranslator
Class Synopsis.Parsers.Python.ASGTranslator.TokenParser
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:17
: in module
Synopsis.Parsers.Python.ASGTranslator
Declarations:
Synopsis/Parsers/Python/ASGTranslator.py:20
: Attribute
text
Synopsis/Parsers/Python/ASGTranslator.py:21
: Attribute
lines
Synopsis/Parsers/Python/ASGTranslator.py:22
: Attribute
generator
Synopsis/Parsers/Python/ASGTranslator.py:19
: Method
__init__
Synopsis/Parsers/Python/ASGTranslator.py:25
: Method
__iter__
Synopsis/Parsers/Python/ASGTranslator.py:28
: Method
next
Synopsis/Parsers/Python/ASGTranslator.py:33
: Method
goto_line
Synopsis/Parsers/Python/ASGTranslator.py:38
: Method
rhs
Synopsis/Parsers/Python/ASGTranslator.py:61
: Class attribute
closers
Synopsis/Parsers/Python/ASGTranslator.py:62
: Class attribute
openers
Synopsis/Parsers/Python/ASGTranslator.py:63
: Class attribute
del_ws_prefix
Synopsis/Parsers/Python/ASGTranslator.py:64
: Class attribute
no_ws_suffix
Synopsis/Parsers/Python/ASGTranslator.py:66
: Method
note_token
Synopsis/Parsers/Python/ASGTranslator.py:96
: Method
function_parameters
Method Synopsis.Parsers.Python.ASGTranslator.TokenParser.__init__
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:19
: in class
Synopsis.Parsers.Python.ASGTranslator.TokenParser
Method Synopsis.Parsers.Python.ASGTranslator.TokenParser.__iter__
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:25
: in class
Synopsis.Parsers.Python.ASGTranslator.TokenParser
Method Synopsis.Parsers.Python.ASGTranslator.TokenParser.function_parameters
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:96
: in class
Synopsis.Parsers.Python.ASGTranslator.TokenParser
Method Synopsis.Parsers.Python.ASGTranslator.TokenParser.goto_line
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:33
: in class
Synopsis.Parsers.Python.ASGTranslator.TokenParser
Method Synopsis.Parsers.Python.ASGTranslator.TokenParser.next
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:28
: in class
Synopsis.Parsers.Python.ASGTranslator.TokenParser
Method Synopsis.Parsers.Python.ASGTranslator.TokenParser.note_token
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:66
: in class
Synopsis.Parsers.Python.ASGTranslator.TokenParser
Method Synopsis.Parsers.Python.ASGTranslator.TokenParser.rhs
Documentation
Defined at:
Synopsis/Parsers/Python/ASGTranslator.py:38
: in class
Synopsis.Parsers.Python.ASGTranslator.TokenParser
Class Synopsis.Parsers.Python.Python.Parser
Documentation
Defined at:
Synopsis/Parsers/Python/__init__.py:68
: in package
Synopsis.Parsers.Python.Python
Declarations:
Synopsis/Parsers/Python/__init__.py:73
: Class attribute
primary_file_only
Synopsis/Parsers/Python/__init__.py:74
: Class attribute
base_path
Synopsis/Parsers/Python/__init__.py:75
: Class attribute
sxr_prefix
Synopsis/Parsers/Python/__init__.py:76
: Class attribute
default_docformat
Synopsis/Parsers/Python/__init__.py:78
: Method
process
Synopsis/Parsers/Python/__init__.py:123
: Method
process_file
Method Synopsis.Parsers.Python.Python.Parser.process
Documentation
Defined at:
Synopsis/Parsers/Python/__init__.py:78
: in class
Synopsis.Parsers.Python.Python.Parser
Method Synopsis.Parsers.Python.Python.Parser.process_file
Documentation
Defined at:
Synopsis/Parsers/Python/__init__.py:123
: in class
Synopsis.Parsers.Python.Python.Parser
Function Synopsis.Parsers.Python.Python.expand_package
Documentation
Defined at:
Synopsis/Parsers/Python/__init__.py:19
: in package
Synopsis.Parsers.Python.Python
Function Synopsis.Parsers.Python.Python.find_imported
Documentation
Defined at:
Synopsis/Parsers/Python/__init__.py:34
: in package
Synopsis.Parsers.Python.Python
Class Synopsis.Parsers.Python.SXRGenerator.LexerDebugger
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:25
: in module
Synopsis.Parsers.Python.SXRGenerator
Declarations:
Synopsis/Parsers/Python/SXRGenerator.py:29
: Attribute
lexer
Synopsis/Parsers/Python/SXRGenerator.py:27
: Method
__init__
Synopsis/Parsers/Python/SXRGenerator.py:31
: Method
next
Method Synopsis.Parsers.Python.SXRGenerator.LexerDebugger.__init__
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:27
: in class
Synopsis.Parsers.Python.SXRGenerator.LexerDebugger
Method Synopsis.Parsers.Python.SXRGenerator.LexerDebugger.next
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:31
: in class
Synopsis.Parsers.Python.SXRGenerator.LexerDebugger
Class Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:51
: in module
Synopsis.Parsers.Python.SXRGenerator
Declarations:
Synopsis/Parsers/Python/SXRGenerator.py:57
: Attribute
handlers
Synopsis/Parsers/Python/SXRGenerator.py:82
: Attribute
col
Synopsis/Parsers/Python/SXRGenerator.py:83
: Attribute
lineno
Synopsis/Parsers/Python/SXRGenerator.py:84
: Attribute
parameters
Synopsis/Parsers/Python/SXRGenerator.py:85
: Attribute
scopes
Synopsis/Parsers/Python/SXRGenerator.py:54
: Method
__init__
Synopsis/Parsers/Python/SXRGenerator.py:87
: Method
process_file
Synopsis/Parsers/Python/SXRGenerator.py:109
: Method
handle
Synopsis/Parsers/Python/SXRGenerator.py:120
: Method
default_handler
Synopsis/Parsers/Python/SXRGenerator.py:128
: Method
next_token
Synopsis/Parsers/Python/SXRGenerator.py:143
: Method
handle_token
Synopsis/Parsers/Python/SXRGenerator.py:152
: Method
handle_name_as_xref
Synopsis/Parsers/Python/SXRGenerator.py:168
: Method
handle_tokens
Synopsis/Parsers/Python/SXRGenerator.py:175
: Method
handle_end_marker
Synopsis/Parsers/Python/SXRGenerator.py:176
: Method
handle_newline
Synopsis/Parsers/Python/SXRGenerator.py:181
: Method
handle_indent
Synopsis/Parsers/Python/SXRGenerator.py:186
: Method
handle_dedent
Synopsis/Parsers/Python/SXRGenerator.py:191
: Method
handle_string
Synopsis/Parsers/Python/SXRGenerator.py:196
: Method
handle_function
Synopsis/Parsers/Python/SXRGenerator.py:227
: Method
handle_parameters
Synopsis/Parsers/Python/SXRGenerator.py:256
: Method
handle_class
Synopsis/Parsers/Python/SXRGenerator.py:279
: Method
handle_name
Synopsis/Parsers/Python/SXRGenerator.py:284
: Method
handle_expr_stmt
Synopsis/Parsers/Python/SXRGenerator.py:289
: Method
handle_dotted_name
Synopsis/Parsers/Python/SXRGenerator.py:298
: Method
handle_op
Synopsis/Parsers/Python/SXRGenerator.py:301
: Method
handle_power
Synopsis/Parsers/Python/SXRGenerator.py:322
: Method
handle_encoding_decl
Synopsis/Parsers/Python/SXRGenerator.py:327
: Method
handle_import_as_names
Synopsis/Parsers/Python/SXRGenerator.py:332
: Method
handle_dotted_as_names
Synopsis/Parsers/Python/SXRGenerator.py:337
: Method
handle_import_from
Synopsis/Parsers/Python/SXRGenerator.py:345
: Method
handle_import_name
Synopsis/Parsers/Python/SXRGenerator.py:351
: Method
handle_import
Synopsis/Parsers/Python/SXRGenerator.py:357
: Method
handle_decorator
Synopsis/Parsers/Python/SXRGenerator.py:360
: Method
print_token
Synopsis/Parsers/Python/SXRGenerator.py:388
: Method
print_newline
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.__init__
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:54
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.default_handler
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:120
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:109
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_class
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:256
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_decorator
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:357
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_dedent
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:186
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_dotted_as_names
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:332
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_dotted_name
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:289
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_encoding_decl
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:322
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_end_marker
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:175
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_expr_stmt
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:284
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_function
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:196
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_import
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:351
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_import_as_names
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:327
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_import_from
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:337
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_import_name
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:345
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_indent
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:181
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Method Synopsis.Parsers.Python.SXRGenerator.SXRGenerator.handle_name
Documentation
Defined at:
Synopsis/Parsers/Python/SXRGenerator.py:279
: in class
Synopsis.Parsers.Python.SXRGenerator.SXRGenerator
Generated on Thu Apr 16 16:27:17 2009 by
synopsis
(version devel)