Robot Framework
Packages
Here are the packages with brief descriptions (if available):
[detail level
1
2
3
4
5
]
N
create_jsdata
N
create_libdoc_data
N
create_testdoc_data
▼
N
libdoc_data
C
date2
C
Direction
Move direction
C
Point
Pointless point
▼
N
robot
N
__main__
►
N
api
N
deco
►
N
exceptions
C
ContinuableFailure
Report failed validation but allow continuing execution
C
Error
Report error in execution
C
Failure
Exceptions that libraries can use for communicating failures and other events
C
FatalError
Report error that stops the whole execution
C
SkipExecution
Mark the executed test or task skipped
N
logger
N
parsing
►
N
conf
►
N
gatherfailed
C
GatherFailedSuites
C
GatherFailedTests
►
N
languages
C
Bg
Bulgarian
C
Bs
Bosnian
C
Cs
Czech
C
De
German
C
En
English
C
Es
Spanish
C
Fi
Finnish
C
Fr
French
C
Hi
Hindi
C
It
Italian
C
Language
Base class for language definitions
C
Languages
Keeps a list of languages and unifies the translations in the properties
C
Nl
Dutch
C
Pl
Polish
C
Pt
Portuguese
C
PtBr
Brazilian Portuguese
C
Ro
Romanian
C
Ru
Russian
C
Sv
Swedish
C
Th
Thai
C
Tr
Turkish
C
Uk
Ukrainian
C
ZhCn
Chinese Simplified
C
ZhTw
Chinese Traditional
►
N
settings
C
_BaseSettings
C
RebotSettings
C
RobotSettings
►
N
errors
C
BreakLoop
Used by BREAK statement
C
ContinueLoop
Used by CONTINUE statement
C
DataError
C
ExecutionFailed
Used for communicating failures in test execution
C
ExecutionFailures
C
ExecutionPassed
Base class for all exceptions communicating that execution passed
C
ExecutionStatus
C
FrameworkError
Can be used when the core framework goes to unexpected state
C
HandlerExecutionFailed
C
Information
Used by argument parser with –help or –version
C
KeywordError
Used when no keyword is found or there is more than one match
C
PassExecution
Used by 'Pass Execution' keyword
C
RemoteError
Used by Remote library to report remote errors
C
ReturnFromKeyword
Used by 'RETURN' statement
C
RobotError
Base class for Robot Framework errors
C
TimeoutError
Used when a test or keyword timeout occurs
C
UserKeywordExecutionFailed
C
VariableError
Used when variable does not exist
►
N
htmldata
►
N
htmlfilewriter
C
_InliningWriter
C
_Writer
C
CssFileWriter
C
GeneratorWriter
C
HtmlFileWriter
C
JsFileWriter
C
LineWriter
C
ModelWriter
►
N
jsonwriter
C
_Dumper
C
DictDumper
C
IntegerDumper
C
JsonDumper
C
JsonWriter
C
MappingDumper
C
NoneDumper
C
StringDumper
C
TupleListDumper
►
N
template
C
HtmlTemplate
►
N
libdoc
C
LibDoc
►
N
libdocpkg
►
N
builder
C
DocumentationBuilder
Keyword documentation builder
►
N
consoleviewer
C
ConsoleViewer
C
KeywordMatcher
►
N
datatypes
C
EnumMember
C
TypedDictItem
C
TypeDoc
►
N
htmlutils
C
DocFormatter
C
DocToHtml
C
HtmlToText
►
N
htmlwriter
C
LibdocHtmlWriter
C
LibdocModelWriter
►
N
jsonbuilder
C
JsonDocBuilder
►
N
jsonwriter
C
LibdocJsonWriter
►
N
model
C
KeywordDoc
Documentation for a single keyword or an initializer
C
LibraryDoc
Documentation for a library, a resource file or a suite file
►
N
output
C
LibdocOutput
►
N
robotbuilder
C
KeywordDocBuilder
C
LibraryDocBuilder
C
ResourceDocBuilder
C
SuiteDocBuilder
N
standardtypes
N
writer
►
N
xmlbuilder
C
XmlDocBuilder
►
N
xmlwriter
C
LibdocXmlWriter
►
N
libraries
►
N
BuiltIn
C
_BuiltInBase
C
_Control
C
_Converter
C
_Misc
C
_RunKeyword
C
_Variables
C
_Verify
C
BuiltIn
An always available standard library with often needed keywords
C
RobotNotRunningError
Used when something cannot be done because Robot is not running
►
N
Collections
C
_Dictionary
C
_List
C
Collections
A library providing keywords for handling lists and dictionaries
C
NotSet
►
N
DateTime
C
Date
C
Time
N
Dialogs
►
N
dialogs_py
C
_TkDialog
C
InputDialog
C
MessageDialog
C
MultipleSelectionDialog
C
PassFailDialog
C
SelectionDialog
N
Easter
►
N
OperatingSystem
C
_Process
C
OperatingSystem
A library providing keywords for operating system related tasks
►
N
Process
C
ExecutionResult
C
Process
Robot Framework library for running processes
C
ProcessConfiguration
►
N
Remote
C
ArgumentCoercer
C
Remote
C
RemoteResult
C
TimeoutHTTPSTransport
C
TimeoutHTTPTransport
C
XmlRpcRemoteClient
►
N
Reserved
C
Reserved
►
N
Screenshot
C
Screenshot
Library for taking screenshots on the machine where tests are executed
C
ScreenshotTaker
►
N
String
C
String
A library for string manipulation and verification
►
N
Telnet
C
NoMatchError
C
Telnet
A library providing communication over
Telnet
connections
C
TelnetConnection
C
TerminalEmulator
►
N
XML
C
ElementComparator
C
ElementFinder
C
Location
C
NameSpaceStripper
C
XML
Robot Framework library for verifying and modifying
XML
documents
►
N
model
►
N
body
C
BaseBody
Base class for
Body
and
Branches
objects
C
Body
A list-like object representing body of a suite, a test or a keyword
C
BodyItem
C
Branches
A list-like object representing branches IF and TRY objects contain
►
N
configurer
C
SuiteConfigurer
►
N
control
C
Break
C
Continue
C
For
C
If
IF/ELSE structure root
C
IfBranch
C
Return
C
Try
TRY/EXCEPT structure root
C
TryBranch
C
While
►
N
filter
C
EmptySuiteRemover
C
Filter
N
fixture
►
N
itemlist
C
ItemList
►
N
keyword
C
Keyword
Base model for a single keyword
C
Keywords
A list-like object representing keywords in a suite, a test or a keyword
►
N
message
C
Message
A message created during the test execution
C
Messages
►
N
metadata
C
Metadata
►
N
modelobject
C
ModelObject
►
N
modifier
C
ModelModifier
►
N
namepatterns
C
NamePatterns
C
SuiteNamePatterns
C
TestNamePatterns
►
N
statistics
C
Statistics
Container for total, suite and tag statistics
C
StatisticsBuilder
►
N
stats
C
CombinedTagStat
C
Stat
Generic statistic object used for storing all the statistic values
C
SuiteStat
Stores statistics values for a single suite
C
TagStat
Stores statistic values for a single tag
C
TotalStat
Stores statistic values for a test run
►
N
suitestatistics
C
SuiteStatistics
Container for suite statistics
C
SuiteStatisticsBuilder
►
N
tags
C
AndTagPattern
C
NotTagPattern
C
OrTagPattern
C
SingleTagPattern
C
TagPatterns
C
Tags
►
N
tagsetter
C
TagSetter
►
N
tagstatistics
C
TagStatDoc
C
TagStatInfo
C
TagStatistics
Container for tag statistics
C
TagStatisticsBuilder
C
TagStatLink
►
N
testcase
C
TestCase
Base model for a single test case
C
TestCases
►
N
testsuite
C
TestSuite
Base model for single suite
C
TestSuites
►
N
totalstatistics
C
TotalStatistics
Container for total statistics
C
TotalStatisticsBuilder
►
N
visitor
C
SuiteVisitor
Interface to ease traversing through a test suite structure
►
N
output
►
N
console
►
N
dotted
C
DottedOutput
C
StatusReporter
►
N
highlighting
C
_CONSOLE_SCREEN_BUFFER_INFO
C
_COORD
C
_SMALL_RECT
C
AnsiHighlighter
C
DosHighlighter
C
HighlightingStream
C
NoHighlighting
►
N
quiet
C
NoOutput
C
QuietOutput
►
N
verbose
C
KeywordMarker
C
VerboseOutput
C
VerboseWriter
►
N
debugfile
C
_DebugFileWriter
►
N
filelogger
C
FileLogger
N
librarylogger
►
N
listenerarguments
C
_ListenerArgumentsFromItem
C
EndKeywordArguments
C
EndSuiteArguments
C
EndTestArguments
C
ListenerArguments
C
MessageArguments
C
StartKeywordArguments
C
StartSuiteArguments
C
StartTestArguments
►
N
listenermethods
C
LibraryListenerMethods
C
ListenerMethod
C
ListenerMethods
►
N
listeners
C
LibraryListeners
C
ListenerProxy
C
Listeners
►
N
logger
C
Logger
A global logger proxy to delegating messages to registered loggers
C
LoggerProxy
►
N
loggerhelper
C
AbstractLogger
C
AbstractLoggerProxy
C
IsLogged
C
Message
►
N
output
C
Output
►
N
pyloggingconf
C
RobotHandler
►
N
stdoutlogsplitter
C
StdoutLogSplitter
Splits messages logged through stdout (or stderr) into Message objects
►
N
xmllogger
C
XmlLogger
►
N
parsing
►
N
lexer
►
N
blocklexers
C
BlockLexer
C
CommentSectionLexer
C
ErrorSectionLexer
C
FileLexer
C
ForLexer
C
IfLexer
C
ImplicitCommentSectionLexer
C
InlineIfLexer
C
KeywordLexer
C
KeywordSectionLexer
C
NestedBlockLexer
C
SectionLexer
C
SettingSectionLexer
C
TaskSectionLexer
C
TestCaseLexer
C
TestCaseSectionLexer
C
TestOrKeywordLexer
C
TryLexer
C
VariableSectionLexer
C
WhileLexer
►
N
context
C
FileContext
C
InitFileContext
C
KeywordContext
C
LexingContext
C
ResourceFileContext
C
TestCaseContext
C
TestCaseFileContext
►
N
lexer
C
Lexer
►
N
settings
C
InitFileSettings
C
KeywordSettings
C
ResourceFileSettings
C
Settings
C
TestCaseFileSettings
C
TestCaseSettings
►
N
statementlexers
C
BreakLexer
C
CommentLexer
C
CommentSectionHeaderLexer
C
ContinueLexer
C
ElseHeaderLexer
C
ElseIfHeaderLexer
C
EndLexer
C
ErrorSectionHeaderLexer
C
ExceptHeaderLexer
C
FinallyHeaderLexer
C
ForHeaderLexer
C
IfHeaderLexer
C
ImplicitCommentLexer
C
InlineIfHeaderLexer
C
KeywordCallLexer
C
KeywordSectionHeaderLexer
C
Lexer
Base class for lexers
C
ReturnLexer
C
SectionHeaderLexer
C
SettingLexer
C
SettingSectionHeaderLexer
C
SingleType
C
StatementLexer
C
TaskSectionHeaderLexer
C
TestCaseSectionHeaderLexer
C
TestOrKeywordSettingLexer
C
TryHeaderLexer
C
TypeAndArguments
C
VariableLexer
C
VariableSectionHeaderLexer
C
WhileHeaderLexer
►
N
tokenizer
C
Tokenizer
►
N
tokens
C
END
Token
representing
END
token used to signify block ending
C
EOS
Token
representing end of a statement
C
Token
Token
representing piece of Robot Framework data
►
N
model
►
N
blocks
C
Block
C
CommentSection
C
File
C
FirstStatementFinder
C
For
C
HeaderAndBody
C
If
Represents IF structures in the model
C
Keyword
C
KeywordSection
C
LastStatementFinder
C
ModelValidator
C
ModelWriter
C
Section
C
SettingSection
C
TestCase
C
TestCaseSection
C
Try
C
ValidationContext
C
VariableSection
C
While
►
N
statements
C
Arguments
C
Break
C
Comment
C
Config
C
Continue
C
DefaultTags
C
Documentation
C
DocumentationOrMetadata
C
ElseHeader
C
ElseIfHeader
C
EmptyLine
C
End
C
Error
C
ExceptHeader
C
FinallyHeader
C
Fixture
C
ForceTags
C
ForHeader
C
IfElseHeader
C
IfHeader
C
InlineIfHeader
C
KeywordCall
C
KeywordName
C
KeywordTags
C
LibraryImport
C
LoopControl
C
Metadata
C
MultiValue
C
NoArgumentHeader
C
ResourceImport
C
Return
C
ReturnStatement
C
SectionHeader
C
Setup
C
SingleValue
C
Statement
C
SuiteSetup
C
SuiteTeardown
C
Tags
C
Teardown
C
Template
C
TemplateArguments
C
TestCaseName
C
TestSetup
C
TestTeardown
C
TestTemplate
C
TestTimeout
C
Timeout
C
TryHeader
C
Variable
C
VariablesImport
C
WhileHeader
►
N
visitor
C
ModelTransformer
NodeTransformer that supports matching nodes based on their base classes
C
ModelVisitor
NodeVisitor that supports matching nodes based on their base classes
C
VisitorFinder
►
N
parser
►
N
blockparsers
C
BlockParser
C
ForParser
C
IfParser
C
KeywordParser
C
NestedBlockParser
C
Parser
Base class for parsers
C
TestCaseParser
C
TryParser
C
WhileParser
►
N
fileparser
C
CommentSectionParser
C
FileParser
C
ImplicitCommentSectionParser
C
KeywordSectionParser
C
SectionParser
C
SettingSectionParser
C
TestCaseSectionParser
C
VariableSectionParser
►
N
parser
C
SetLanguages
►
N
suitestructure
C
SuiteStructure
C
SuiteStructureBuilder
C
SuiteStructureVisitor
N
pythonpathsetter
►
N
rebot
C
Rebot
►
N
reporting
►
N
expandkeywordmatcher
C
ExpandKeywordMatcher
►
N
jsbuildingcontext
C
JsBuildingContext
►
N
jsexecutionresult
C
_KeywordRemover
C
JsExecutionResult
►
N
jsmodelbuilders
C
_Builder
C
ErrorMessageBuilder
C
ErrorsBuilder
C
JsModelBuilder
C
KeywordBuilder
C
MessageBuilder
C
StatisticsBuilder
C
SuiteBuilder
C
TestBuilder
►
N
jswriter
C
JsResultWriter
C
SplitLogWriter
C
SuiteWriter
►
N
logreportwriters
C
_LogReportWriter
C
LogWriter
C
ReportWriter
C
RobotModelWriter
►
N
outputwriter
C
OutputWriter
►
N
resultwriter
C
Results
C
ResultWriter
A class to create log, report, output XML and xUnit files
►
N
stringcache
C
StringCache
C
StringIndex
►
N
xunitwriter
C
XUnitFileWriter
Provides an xUnit-compatible result file
C
XUnitWriter
►
N
result
►
N
configurer
C
SuiteConfigurer
Result suite configured
►
N
executionerrors
C
ExecutionErrors
Represents errors occurred during the execution of tests
►
N
executionresult
C
CombinedResult
Combined results of multiple test executions
C
Result
Test execution results
►
N
flattenkeywordmatcher
C
FlattenByNameMatcher
C
FlattenByTagMatcher
C
FlattenByTypeMatcher
►
N
keywordremover
C
_KeywordRemover
C
_LoopItemsRemover
C
AllKeywordsRemover
C
ByNameKeywordRemover
C
ByTagKeywordRemover
C
ForLoopItemsRemover
C
PassedKeywordRemover
C
RemovalMessage
C
WaitUntilKeywordSucceedsRemover
C
WarningAndErrorFinder
C
WhileLoopItemsRemover
►
N
merger
C
Merger
►
N
messagefilter
C
MessageFilter
►
N
model
C
Body
C
Branches
C
Break
C
Continue
C
For
C
ForIteration
Represents one FOR loop iteration
C
If
C
IfBranch
C
Iterations
C
Keyword
Represents results of a single keyword
C
Message
C
Return
C
StatusMixin
C
TestCase
Represents results of a single test case
C
TestSuite
Represents results of a single test suite
C
Try
C
TryBranch
C
While
C
WhileIteration
Represents one WHILE loop iteration
►
N
modeldeprecation
C
DeprecatedAttributesMixin
►
N
resultbuilder
C
ExecutionResultBuilder
Builds :class:
~.
executionresult.Result
objects based on output files
C
RemoveKeywords
►
N
suiteteardownfailed
C
SuiteTeardownFailed
C
SuiteTeardownFailureHandler
►
N
visitor
C
ResultVisitor
Abstract class to conveniently travel :class:
~robot.
result.executionresult.Result
objects
►
N
xmlelementhandlers
C
ArgumentHandler
C
ArgumentsHandler
C
AssignHandler
C
BranchHandler
C
BreakHandler
C
ContinueHandler
C
DocHandler
C
ElementHandler
C
ErrorMessageHandler
C
ErrorsHandler
C
ForHandler
C
IfHandler
C
IterationHandler
C
KeywordHandler
C
MessageHandler
C
MetadataHandler
C
MetadataItemHandler
C
MetaHandler
C
PatternHandler
C
ReturnHandler
C
RobotHandler
C
RootHandler
C
StatisticsHandler
C
StatusHandler
C
SuiteHandler
C
TagHandler
C
TagsHandler
C
TestHandler
C
TimeoutHandler
C
TryHandler
C
ValueHandler
C
VarHandler
C
WhileHandler
C
XmlElementHandler
►
N
run
C
RobotFramework
►
N
running
►
N
arguments
►
N
argumentconverter
C
ArgumentConverter
►
N
argumentmapper
C
ArgumentMapper
C
DefaultValue
C
KeywordCallTemplate
►
N
argumentparser
C
_ArgumentParser
C
_ArgumentSpecParser
C
DynamicArgumentParser
C
PythonArgumentParser
C
UserKeywordArgumentParser
►
N
argumentresolver
C
ArgumentResolver
C
DictToKwargs
C
NamedArgumentResolver
C
NullNamedArgumentResolver
C
VariableReplacer
►
N
argumentspec
C
ArgInfo
C
ArgumentSpec
►
N
argumentvalidator
C
ArgumentValidator
►
N
customconverters
C
ConverterInfo
C
CustomArgumentConverters
►
N
embedded
C
EmbeddedArgumentParser
C
EmbeddedArguments
►
N
typeconverters
C
BooleanConverter
C
ByteArrayConverter
C
BytesConverter
C
CombinedConverter
C
CustomConverter
C
DateConverter
C
DateTimeConverter
C
DecimalConverter
C
DictionaryConverter
C
EnumConverter
C
FloatConverter
C
FrozenSetConverter
C
IntegerConverter
C
ListConverter
C
NoneConverter
C
PathConverter
C
SetConverter
C
StringConverter
C
TimeDeltaConverter
C
TupleConverter
C
TypeConverter
C
TypedDictConverter
►
N
typevalidator
C
TypeValidator
►
N
bodyrunner
C
BodyRunner
C
DurationLimit
C
ForInEnumerateRunner
C
ForInRangeRunner
C
ForInRunner
C
ForInZipRunner
C
IfRunner
C
IterationCountLimit
C
KeywordRunner
C
NoLimit
C
TryRunner
C
WhileLimit
C
WhileRunner
►
N
builder
►
N
builders
C
ResourceFileBuilder
C
SuiteStructureParser
C
TestSuiteBuilder
Builder to construct
TestSuite
objects based on data on the disk
►
N
parsers
C
BaseParser
C
ErrorReporter
C
NoInitFileDirectoryParser
C
RestParser
C
RobotParser
►
N
settings
C
Defaults
C
TestSettings
►
N
transformers
C
ForBuilder
C
IfBuilder
C
KeywordBuilder
C
ResourceBuilder
C
SettingsBuilder
C
SuiteBuilder
C
TestCaseBuilder
C
TryBuilder
C
WhileBuilder
►
N
context
C
_ExecutionContext
C
ExecutionContexts
►
N
dynamicmethods
C
_DynamicMethod
C
GetKeywordArguments
C
GetKeywordDocumentation
C
GetKeywordNames
C
GetKeywordSource
C
GetKeywordTags
C
GetKeywordTypes
C
RunKeyword
►
N
handlers
C
_DynamicHandler
C
_DynamicRunKeywordHandler
C
_PythonHandler
C
_PythonInitHandler
C
_RunKeywordHandler
C
_RunnableHandler
C
EmbeddedArgumentsHandler
►
N
handlerstore
C
HandlerStore
►
N
importer
C
ImportCache
Keeps track on and optionally caches imported items
C
Importer
►
N
librarykeywordrunner
C
EmbeddedArgumentsRunner
C
LibraryKeywordRunner
C
RunKeywordRunner
►
N
libraryscopes
C
GlobalScope
C
TestCaseScope
C
TestSuiteScope
►
N
model
C
Body
C
Break
C
Continue
C
For
C
If
C
IfBranch
C
Import
C
Imports
C
Keyword
Represents a single executable keyword
C
ResourceFile
C
Return
C
TestCase
Represents a single executable test case
C
TestSuite
Represents a single executable test suite
C
Try
C
TryBranch
C
UserKeyword
C
Variable
C
While
►
N
modelcombiner
C
ModelCombiner
►
N
namespace
C
KeywordRecommendationFinder
C
KeywordStore
C
Namespace
►
N
outputcapture
C
OutputCapturer
C
PythonCapturer
►
N
randomizer
C
Randomizer
►
N
runkwregister
C
_RunKeywordRegister
►
N
signalhandler
C
_StopSignalMonitor
►
N
status
C
_ExecutionStatus
C
_Message
C
Exit
C
Failure
C
ParentMessage
C
SuiteMessage
C
SuiteStatus
C
TestMessage
C
TestStatus
►
N
statusreporter
C
StatusReporter
►
N
suiterunner
C
SuiteRunner
►
N
testlibraries
C
_BaseTestLibrary
C
_ClassLibrary
C
_DynamicLibrary
C
_HybridLibrary
C
_ModuleLibrary
►
N
timeouts
►
N
posix
C
Timeout
►
N
windows
C
Timeout
C
_Timeout
C
KeywordTimeout
C
TestTimeout
►
N
usererrorhandler
C
UserErrorHandler
Created if creating handlers fail – running raises DataError
►
N
userkeyword
C
EmbeddedArgumentsHandler
C
UserKeywordHandler
C
UserLibrary
►
N
userkeywordrunner
C
EmbeddedArgumentsRunner
C
UserKeywordRunner
►
N
testdoc
C
JsonConverter
C
TestDoc
C
TestdocModelWriter
►
N
utils
►
N
application
C
Application
C
DefaultLogger
►
N
argumentparser
C
ArgFileParser
C
ArgLimitValidator
C
ArgumentParser
N
asserts
N
charwidth
N
compress
►
N
connectioncache
C
ConnectionCache
Cache for libraries to use with concurrent connections, processes, etc
C
NoConnection
►
N
dotdict
C
DotDict
N
encoding
N
encodingsniffer
►
N
error
C
ErrorDetails
Object wrapping the last occurred exception
►
N
escaping
C
Unescaper
►
N
etreewrapper
C
ETSource
►
N
filereader
C
FileReader
Utility to ease reading different kind of files
N
frange
►
N
htmlformatters
C
_Formatter
C
_SingleLineFormatter
C
HeaderFormatter
C
HtmlFormatter
C
LineFormatter
C
LinkFormatter
C
ListFormatter
C
ParagraphFormatter
C
PreformattedFormatter
C
RulerFormatter
C
TableFormatter
►
N
importer
C
_Importer
C
ByPathImporter
C
DottedImporter
C
Importer
Utility that can import modules and classes based on names and paths
C
NoLogger
C
NonDottedImporter
N
markuputils
►
N
markupwriters
C
_MarkupWriter
C
HtmlWriter
C
NullMarkupWriter
Null implementation of the
_MarkupWriter
interface
C
XmlWriter
►
N
match
C
Matcher
C
MultiMatcher
►
N
misc
C
classproperty
Property that works with classes in addition to instances
►
N
normalizing
C
NormalizedDict
Custom dictionary implementation automatically normalizing keys
N
platform
►
N
recommendations
C
RecommendationFinder
►
N
restreader
C
RobotCodeBlock
C
RobotDataStorage
N
robotenv
N
robotinspect
N
robotio
N
robotpath
►
N
robottime
C
_SecsToTimestrHelper
C
TimestampCache
N
robottypes
►
N
setter
C
setter
C
SetterAwareType
►
N
sortable
C
Sortable
Base class for sorting based self._sort_key
N
text
►
N
unic
C
PrettyRepr
►
N
variables
►
N
assigner
C
_MultiReturnValueResolver
C
AssignmentValidator
C
NoReturnValueResolver
C
OneReturnValueResolver
C
ScalarsAndListReturnValueResolver
C
ScalarsOnlyReturnValueResolver
C
VariableAssigner
C
VariableAssignment
►
N
evaluation
C
EvaluationNamespace
►
N
filesetter
C
PythonImporter
C
VariableFileSetter
C
YamlImporter
►
N
finders
C
EmptyFinder
C
EnvironmentFinder
C
ExtendedFinder
C
InlinePythonFinder
C
NumberFinder
C
StoredFinder
C
VariableFinder
N
notfound
►
N
replacer
C
VariableReplacer
►
N
resolvable
C
GlobalVariableValue
C
Resolvable
►
N
scopes
C
GlobalVariables
C
SetVariables
C
VariableScopes
►
N
search
C
VariableIterator
C
VariableMatch
►
N
store
C
VariableStore
►
N
tablesetter
C
DictVariableTableValue
C
ListVariableTableValue
C
ScalarVariableTableValue
C
VariableTableSetter
C
VariableTableValueBase
►
N
variables
C
Variables
Represents a set of variables
N
version
Generated by
1.9.1