Skip to content

Instantly share code, notes, and snippets.

@extramaster
Created July 7, 2016 05:15
Show Gist options
  • Save extramaster/9d0b7eba99a9708eb3f71ae95bcd42b5 to your computer and use it in GitHub Desktop.
Save extramaster/9d0b7eba99a9708eb3f71ae95bcd42b5 to your computer and use it in GitHub Desktop.
Better Python Standard Library Autocompletion for Notepad++
This file has been truncated, but you can view the full file.
<!-- URL: http://blog.extramaster.net/2016/07/better-python-standard-library.html -->
<?xml version="1.0" encoding="Windows-1252" ?>
<!--
@author Gregori Gerebtzoff, Andy Tran, Python Developers
@version 1.3
-->
<NotepadPlus>
<AutoComplete>
<Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," additionalWordChar = "." />
<KeyWord name="ABCMeta" func="yes">
<Overload retVal="" descr="Function of abc.ABCMeta">
</Overload>
</KeyWord>
<KeyWord name="ARRAY" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="AddPackagePath" func="yes">
<Overload retVal="" descr="Function of modulefinder">
</Overload>
</KeyWord>
<KeyWord name="ArgInfo" func="yes">
<Overload retVal="" descr="Function of inspect.ArgInfo">
</Overload>
</KeyWord>
<KeyWord name="ArgSpec" func="yes">
<Overload retVal="" descr="Function of inspect.ArgSpec">
</Overload>
</KeyWord>
<KeyWord name="ArgumentDefaultsHelpFormatter" func="yes">
<Overload retVal="" descr="Function of argparse.ArgumentDefaultsHelpFormatter">
</Overload>
</KeyWord>
<KeyWord name="ArgumentParser" func="yes">
<Overload retVal="" descr="Function of argparse.ArgumentParser">
</Overload>
</KeyWord>
<KeyWord name="Arguments" func="yes">
<Overload retVal="" descr="Function of inspect.Arguments">
</Overload>
</KeyWord>
<KeyWord name="ArithmeticError" func="yes">
<Overload retVal="" descr="Base class for arithmetic errors.">
</Overload>
</KeyWord>
<KeyWord name="Array" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="AssertionError" func="yes">
<Overload retVal="" descr="Assertion failed.">
</Overload>
</KeyWord>
<KeyWord name="At" func="yes">
<Overload retVal="" descr="Function of SimpleDialog">
</Overload>
</KeyWord>
<KeyWord name="AtEnd" func="yes">
<Overload retVal="" descr="Function of FileDialog">
</Overload>
</KeyWord>
<KeyWord name="AtInsert" func="yes">
<Overload retVal="" descr="Function of Tix">
</Overload>
</KeyWord>
<KeyWord name="AtSelFirst" func="yes">
<Overload retVal="" descr="Function of Tix">
</Overload>
</KeyWord>
<KeyWord name="AtSelLast" func="yes">
<Overload retVal="" descr="Function of Dialog">
</Overload>
</KeyWord>
<KeyWord name="Attribute" func="yes">
<Overload retVal="" descr="Function of inspect.Attribute">
</Overload>
</KeyWord>
<KeyWord name="AttributeError" func="yes">
<Overload retVal="" descr="Attribute not found.">
</Overload>
</KeyWord>
<KeyWord name="AudioDev" func="yes">
<Overload retVal="" descr="Function of audiodev">
</Overload>
</KeyWord>
<KeyWord name="BZ2Compressor" func="yes">
<Overload retVal="" descr="Function of bz2.BZ2Compressor">
</Overload>
</KeyWord>
<KeyWord name="BZ2Decompressor" func="yes">
<Overload retVal="" descr="Function of bz2.BZ2Decompressor">
</Overload>
</KeyWord>
<KeyWord name="BZ2File" func="yes">
<Overload retVal="" descr="Function of bz2.BZ2File">
</Overload>
</KeyWord>
<KeyWord name="BackgroundBrowser" func="yes">
<Overload retVal="" descr="Function of webbrowser.BackgroundBrowser">
</Overload>
</KeyWord>
<KeyWord name="BaseBrowser" func="yes">
<Overload retVal="" descr="Function of webbrowser.BaseBrowser">
</Overload>
</KeyWord>
<KeyWord name="BaseCookie" func="yes">
<Overload retVal="" descr="Function of Cookie.BaseCookie">
</Overload>
</KeyWord>
<KeyWord name="BaseException" func="yes">
<Overload retVal="" descr="Common base class for all exceptions">
</Overload>
</KeyWord>
<KeyWord name="BaseHTTPServer" func="yes">
<Overload retVal="" descr="HTTP server base class.&#10;&#10;Note: the class in this module doesn't implement any HTTP request; see&#10;SimpleHTTPServer for simple implementations of GET, HEAD and POST&#10;(including CGI scripts). It does, however, optionally implement HTTP/1.1&#10;persistent connections, as of version 0.3.&#10;&#10;Contents:&#10;&#10;- BaseHTTPRequestHandler: HTTP request handler base class&#10;- test: test function&#10;&#10;XXX To do:&#10;&#10;- log requests even later (to capture byte count)&#10;- log user-agent header and other interesting goodies&#10;- send error log to separate file">
</Overload>
</KeyWord>
<KeyWord name="BaseHTTPServer.BaseHTTPRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="BaseHTTPServer.DEFAULT_ERROR_CONTENT_TYPE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="BaseHTTPServer.DEFAULT_ERROR_MESSAGE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="BaseHTTPServer.HTTPServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="BaseHTTPServer.catch_warnings" func="yes">
<Overload retVal="" descr="A context manager that copies and restores the warnings filter upon&#10;exiting the context.&#10;&#10;The 'record' argument specifies whether warnings should be captured by a&#10;custom implementation of warnings.showwarning() and be appended to a list&#10;returned by the context manager. Otherwise None is returned by the context&#10;manager. The objects appended to the list are arguments whose attributes&#10;mirror the arguments to showwarning().&#10;&#10;The 'module' argument is to specify an alternative module to the module&#10;named 'warnings' and imported under that name. This argument is only useful&#10;when testing the warnings module itself.">
</Overload>
</KeyWord>
<KeyWord name="BaseHTTPServer.filterwarnings" func="yes">
<Overload retVal="" descr="Insert an entry into the list of warnings filters (at the front).&#10;&#10;'action' -- one of &quot;error&quot;, &quot;ignore&quot;, &quot;always&quot;, &quot;default&quot;, &quot;module&quot;,&#10; or &quot;once&quot;&#10;'message' -- a regex that the warning message must match&#10;'category' -- a class that the warning must be a subclass of&#10;'module' -- a regex that the module name must match&#10;'lineno' -- an integer line number, 0 matches all warnings&#10;'append' -- if true, append to the list of filters">
<Param name="action" />
<Param name="[message" />
<Param name="[category=<type 'exceptions.Warning'>" />
<Param name="[module" />
<Param name="[lineno=0" />
<Param name="[append=0]]]]]" />
</Overload>
</KeyWord>
<KeyWord name="BaseHTTPServer.test" func="yes">
<Overload retVal="" descr="Test the HTTP request handler class.&#10;&#10;This runs an HTTP server on port 8000 (or the first command line&#10;argument).">
<Param name="[HandlerClass=BaseHTTPServer.BaseHTTPRequestHandler" />
<Param name="[ServerClass=BaseHTTPServer.HTTPServer" />
<Param name="[protocol=HTTP/1.0]]]" />
</Overload>
</KeyWord>
<KeyWord name="BaseSet" func="yes">
<Overload retVal="" descr="Function of sets.BaseSet">
</Overload>
</KeyWord>
<KeyWord name="BaseTestSuite" func="yes">
<Overload retVal="" descr="Function of unittest.BaseTestSuite">
</Overload>
</KeyWord>
<KeyWord name="Bastion" func="yes">
<Overload retVal="" descr="Bastionification utility.&#10;&#10;A bastion (for another object -- the 'original') is an object that has&#10;the same methods as the original but does not give access to its&#10;instance variables. Bastions have a number of uses, but the most&#10;obvious one is to provide code executing in restricted mode with a&#10;safe interface to an object implemented in unrestricted mode.&#10;&#10;The bastionification routine has an optional second argument which is&#10;a filter function. Only those methods for which the filter method&#10;(called with the method name as argument) returns true are accessible.&#10;The default filter method returns true unless the method name begins&#10;with an underscore.&#10;&#10;There are a number of possible implementations of bastions. We use a&#10;'lazy' approach where the bastion's __getattr__() discipline does all&#10;the work for a particular method the first time it is used. This is&#10;usually fastest, especially if the user doesn't call all available&#10;methods. The retrieved methods are stored as instance variables of&#10;the bastion, so the overhead is only occurred on the first use of each&#10;method.&#10;&#10;Detail: the bastion class has a __repr__() discipline which includes&#10;the repr() of the original object. This is precomputed when the&#10;bastion is created.">
</Overload>
</KeyWord>
<KeyWord name="Bastion.Bastion" func="yes">
<Overload retVal="" descr="Create a bastion for an object, using an optional filter.&#10;&#10;See the Bastion module's documentation for background.&#10;&#10;Arguments:&#10;&#10;object - the original object&#10;filter - a predicate that decides whether a function name is OK;&#10; by default all names are OK that don't start with '_'&#10;name - the name of the object; default repr(object)&#10;bastionclass - class used to create the bastion; default BastionClass">
<Param name="object" />
<Param name="[filter=<function <lambda> at 0x00000000033E45F8>" />
<Param name="[name=None" />
<Param name="[bastionclass=Bastion.BastionClass]]]" />
</Overload>
</KeyWord>
<KeyWord name="Bastion.BastionClass" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Bastion.MethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="Bastion.MethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Bastion.MethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Bastion.MethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Beep" func="yes">
<Overload retVal="" descr="Function of winsound">
</Overload>
</KeyWord>
<KeyWord name="Boolean" func="yes">
<Overload retVal="" descr="Function of xmlrpclib.Boolean">
</Overload>
</KeyWord>
<KeyWord name="BooleanType" func="yes">
<Overload retVal="" descr="Function of Tkinter.BooleanType">
</Overload>
</KeyWord>
<KeyWord name="BoundedSemaphore" func="yes">
<Overload retVal="" descr="Function of threading">
</Overload>
</KeyWord>
<KeyWord name="BufferError" func="yes">
<Overload retVal="" descr="Buffer error.">
</Overload>
</KeyWord>
<KeyWord name="BufferedIncrementalDecoder" func="yes">
<Overload retVal="" descr="Function of codecs.BufferedIncrementalDecoder">
</Overload>
</KeyWord>
<KeyWord name="BufferedIncrementalEncoder" func="yes">
<Overload retVal="" descr="Function of codecs.BufferedIncrementalEncoder">
</Overload>
</KeyWord>
<KeyWord name="BufferedRWPair" func="yes">
<Overload retVal="" descr="Function of io.BufferedRWPair">
</Overload>
</KeyWord>
<KeyWord name="BufferedRandom" func="yes">
<Overload retVal="" descr="Function of io.BufferedRandom">
</Overload>
</KeyWord>
<KeyWord name="BufferedReader" func="yes">
<Overload retVal="" descr="Function of io.BufferedReader">
</Overload>
</KeyWord>
<KeyWord name="BufferedWriter" func="yes">
<Overload retVal="" descr="Function of io.BufferedWriter">
</Overload>
</KeyWord>
<KeyWord name="BufferingFormatter" func="yes">
<Overload retVal="" descr="Function of logging.BufferingFormatter">
</Overload>
</KeyWord>
<KeyWord name="BytesIO" func="yes">
<Overload retVal="" descr="Function of io.BytesIO">
</Overload>
</KeyWord>
<KeyWord name="BytesWarning" func="yes">
<Overload retVal="" descr="Base class for warnings about bytes and buffer related problems, mostly&#10;related to conversion from str or comparing to str.">
</Overload>
</KeyWord>
<KeyWord name="CFUNCTYPE" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="CGIHTTPServer" func="yes">
<Overload retVal="" descr="CGI-savvy HTTP Server.&#10;&#10;This module builds on SimpleHTTPServer by implementing GET and POST&#10;requests to cgi-bin scripts.&#10;&#10;If the os.fork() function is not present (e.g. on Windows),&#10;os.popen2() is used as a fallback, with slightly altered semantics; if&#10;that function is not present either (e.g. on Macintosh), only Python&#10;scripts are supported, and they are executed by the current process.&#10;&#10;In all cases, the implementation is intentionally naive -- all&#10;requests are executed sychronously.&#10;&#10;SECURITY WARNING: DON'T USE THIS CODE UNLESS YOU ARE INSIDE A FIREWALL&#10;-- it may execute arbitrary Python code or external programs.&#10;&#10;Note that status code 200 is sent prior to execution of a CGI script, so&#10;scripts cannot send other status codes such as 302 (redirect).">
</Overload>
</KeyWord>
<KeyWord name="CGIHTTPServer.CGIHTTPRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="CGIHTTPServer.executable" func="yes">
<Overload retVal="" descr="Test for executable file.">
<Param name="path" />
</Overload>
</KeyWord>
<KeyWord name="CGIHTTPServer.nobody_uid" func="yes">
<Overload retVal="" descr="Internal routine to get nobody's uid">
</Overload>
</KeyWord>
<KeyWord name="CGIHTTPServer.test" func="yes">
<Overload retVal="" descr=>
<Param name="[HandlerClass=CGIHTTPServer.CGIHTTPRequestHandler" />
<Param name="[ServerClass=BaseHTTPServer.HTTPServer]]" />
</Overload>
</KeyWord>
<KeyWord name="Cache" func="yes">
<Overload retVal="" descr="Function of sqlite3.Cache">
</Overload>
</KeyWord>
<KeyWord name="Calendar" func="yes">
<Overload retVal="" descr="Function of calendar.Calendar">
</Overload>
</KeyWord>
<KeyWord name="CallableProxyType" func="yes">
<Overload retVal="" descr="Function of weakref.CallableProxyType">
</Overload>
</KeyWord>
<KeyWord name="Canvas" />
<KeyWord name="Canvas.Arc" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.Bitmap" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.Canvas" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.CanvasItem" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.CanvasText" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.Group" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.ImageItem" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.Line" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.Oval" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.Polygon" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.Rectangle" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Canvas.Window" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Catalog" func="yes">
<Overload retVal="" descr="Function of gettext">
</Overload>
</KeyWord>
<KeyWord name="Chrome" func="yes">
<Overload retVal="" descr="Function of webbrowser.Chrome">
</Overload>
</KeyWord>
<KeyWord name="Chromium" func="yes">
<Overload retVal="" descr="Function of webbrowser.Chromium">
</Overload>
</KeyWord>
<KeyWord name="Clamped" func="yes">
<Overload retVal="" descr="Function of decimal.Clamped">
</Overload>
</KeyWord>
<KeyWord name="Class" func="yes">
<Overload retVal="" descr="Function of symtable.Class">
</Overload>
</KeyWord>
<KeyWord name="CodecInfo" func="yes">
<Overload retVal="" descr="Function of codecs.CodecInfo">
</Overload>
</KeyWord>
<KeyWord name="ComplexType" func="yes">
<Overload retVal="" descr="Function of tkCommonDialog.ComplexType">
</Overload>
</KeyWord>
<KeyWord name="Condition" func="yes">
<Overload retVal="" descr="Function of threading">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser" func="yes">
<Overload retVal="" descr="Configuration file parser.&#10;&#10;A setup file consists of sections, lead by a &quot;[section]&quot; header,&#10;and followed by &quot;name: value&quot; entries, with continuations and such in&#10;the style of RFC 822.&#10;&#10;The option values can contain format strings which refer to other values in&#10;the same section, or values in a special [DEFAULT] section.&#10;&#10;For example:&#10;&#10; something: %(dir)s/whatever&#10;&#10;would resolve the &quot;%(dir)s&quot; to the value of dir. All reference&#10;expansions are done late, on demand.&#10;&#10;Intrinsic defaults can be specified by passing them into the&#10;ConfigParser constructor as a dictionary.&#10;&#10;class:&#10;&#10;ConfigParser -- responsible for parsing a list of&#10; configuration files, and managing the parsed database.&#10;&#10; methods:&#10;&#10; __init__(defaults=None)&#10; create the parser and specify a dictionary of intrinsic defaults. The&#10; keys must be strings, the values must be appropriate for %()s string&#10; interpolation. Note that `__name__' is always an intrinsic default;&#10; its value is the section's name.&#10;&#10; sections()&#10; return all the configuration section names, sans DEFAULT&#10;&#10; has_section(section)&#10; return whether the given section exists&#10;&#10; has_option(section, option)&#10; return whether the given option exists in the given section&#10;&#10; options(section)&#10; return list of configuration options for the named section&#10;&#10; read(filenames)&#10; read and parse the list of named configuration files, given by&#10; name. A single filename is also allowed. Non-existing files&#10; are ignored. Return list of successfully read files.&#10;&#10; readfp(fp, filename=None)&#10; read and parse one configuration file, given as a file object.&#10; The filename defaults to fp.name; it is only used in error&#10; messages (if fp has no `name' attribute, the string `&lt;???&gt;' is used).&#10;&#10; get(section, option, raw=False, vars=None)&#10; return a string value for the named option. All % interpolations are&#10; expanded in the return values, based on the defaults passed into the&#10; constructor and the DEFAULT section. Additional substitutions may be&#10; provided using the `vars' argument, which must be a dictionary whose&#10; contents override any pre-existing defaults.&#10;&#10; getint(section, options)&#10; like get(), but convert value to an integer&#10;&#10; getfloat(section, options)&#10; like get(), but convert value to a float&#10;&#10; getboolean(section, options)&#10; like get(), but convert value to a boolean (currently case&#10; insensitively defined as 0, false, no, off for False, and 1, true,&#10; yes, on for True). Returns False or True.&#10;&#10; items(section, raw=False, vars=None)&#10; return a list of tuples with (name, value) for each option&#10; in the section.&#10;&#10; remove_section(section)&#10; remove the given file section and all its options&#10;&#10; remove_option(section, option)&#10; remove the given option from the given section&#10;&#10; set(section, option, value)&#10; set the given option&#10;&#10; write(fp)&#10; write the configuration state in .ini format">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.ConfigParser" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.DEFAULTSECT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.DuplicateSectionError" func="yes">
<Overload retVal="" descr="Raised when a section is multiply-created.">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.DuplicateSectionError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.DuplicateSectionError.message" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.Error" func="yes">
<Overload retVal="" descr="Base class for ConfigParser exceptions.">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.Error.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.Error.message" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationDepthError" func="yes">
<Overload retVal="" descr="Raised when substitutions are nested too deeply.">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationDepthError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationDepthError.message" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationError" func="yes">
<Overload retVal="" descr="Base class for interpolation-related exceptions.">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationError.message" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationMissingOptionError" func="yes">
<Overload retVal="" descr="A string substitution required a setting which was not available.">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationMissingOptionError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationMissingOptionError.message" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationSyntaxError" func="yes">
<Overload retVal="" descr="Raised when the source text into which substitutions are made&#10;does not conform to the required syntax.">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationSyntaxError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.InterpolationSyntaxError.message" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.MAX_INTERPOLATION_DEPTH" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.MissingSectionHeaderError" func="yes">
<Overload retVal="" descr="Raised when a key-value pair is found before any section header.">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.MissingSectionHeaderError.append" />
<KeyWord name="ConfigParser.MissingSectionHeaderError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.MissingSectionHeaderError.message" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.NoOptionError" func="yes">
<Overload retVal="" descr="A requested option was not found.">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.NoOptionError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.NoOptionError.message" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.NoSectionError" func="yes">
<Overload retVal="" descr="Raised when no section matches a requested option.">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.NoSectionError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.NoSectionError.message" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.ParsingError" func="yes">
<Overload retVal="" descr="Raised when a configuration file does not follow legal syntax.">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.ParsingError.append" />
<KeyWord name="ConfigParser.ParsingError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.ParsingError.message" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.RawConfigParser" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="ConfigParser.SafeConfigParser" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Connection" func="yes">
<Overload retVal="" descr="Function of sqlite3.Connection">
</Overload>
</KeyWord>
<KeyWord name="Context" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="ConversionSyntax" func="yes">
<Overload retVal="" descr="Function of decimal.ConversionSyntax">
</Overload>
</KeyWord>
<KeyWord name="Cookie" func="yes">
<Overload retVal="" descr="Here's a sample session to show how to use this module.&#10;At the moment, this is the only documentation.&#10;&#10;The Basics&#10;----------&#10;&#10;Importing is easy..&#10;&#10; &gt;&gt;&gt; import Cookie&#10;&#10;Most of the time you start by creating a cookie. Cookies come in&#10;three flavors, each with slightly different encoding semantics, but&#10;more on that later.&#10;&#10; &gt;&gt;&gt; C = Cookie.SimpleCookie()&#10; &gt;&gt;&gt; C = Cookie.SerialCookie()&#10; &gt;&gt;&gt; C = Cookie.SmartCookie()&#10;&#10;[Note: Long-time users of Cookie.py will remember using&#10;Cookie.Cookie() to create a Cookie object. Although deprecated, it&#10;is still supported by the code. See the Backward Compatibility notes&#10;for more information.]&#10;&#10;Once you've created your Cookie, you can add values just as if it were&#10;a dictionary.&#10;&#10; &gt;&gt;&gt; C = Cookie.SmartCookie()&#10; &gt;&gt;&gt; C[&quot;fig&quot;] = &quot;newton&quot;&#10; &gt;&gt;&gt; C[&quot;sugar&quot;] = &quot;wafer&quot;&#10; &gt;&gt;&gt; C.output()&#10; 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer'&#10;&#10;Notice that the printable representation of a Cookie is the&#10;appropriate format for a Set-Cookie: header. This is the&#10;default behavior. You can change the header and printed&#10;attributes by using the .output() function&#10;&#10; &gt;&gt;&gt; C = Cookie.SmartCookie()&#10; &gt;&gt;&gt; C[&quot;rocky&quot;] = &quot;road&quot;&#10; &gt;&gt;&gt; C[&quot;rocky&quot;][&quot;path&quot;] = &quot;/cookie&quot;&#10; &gt;&gt;&gt; print C.output(header=&quot;Cookie:&quot;)&#10; Cookie: rocky=road; Path=/cookie&#10; &gt;&gt;&gt; print C.output(attrs=[], header=&quot;Cookie:&quot;)&#10; Cookie: rocky=road&#10;&#10;The load() method of a Cookie extracts cookies from a string. In a&#10;CGI script, you would use this method to extract the cookies from the&#10;HTTP_COOKIE environment variable.&#10;&#10; &gt;&gt;&gt; C = Cookie.SmartCookie()&#10; &gt;&gt;&gt; C.load(&quot;chips=ahoy; vienna=finger&quot;)&#10; &gt;&gt;&gt; C.output()&#10; 'Set-Cookie: chips=ahoy\r\nSet-Cookie: vienna=finger'&#10;&#10;The load() method is darn-tootin smart about identifying cookies&#10;within a string. Escaped quotation marks, nested semicolons, and other&#10;such trickeries do not confuse it.&#10;&#10; &gt;&gt;&gt; C = Cookie.SmartCookie()&#10; &gt;&gt;&gt; C.load('keebler=&quot;E=everybody; L=\\&quot;Loves\\&quot;; fudge=\\012;&quot;;')&#10; &gt;&gt;&gt; print C&#10; Set-Cookie: keebler=&quot;E=everybody; L=\&quot;Loves\&quot;; fudge=\012;&quot;&#10;&#10;Each element of the Cookie also supports all of the RFC 2109&#10;Cookie attributes. Here's an example which sets the Path&#10;attribute.&#10;&#10; &gt;&gt;&gt; C = Cookie.SmartCookie()&#10; &gt;&gt;&gt; C[&quot;oreo&quot;] = &quot;doublestuff&quot;&#10; &gt;&gt;&gt; C[&quot;oreo&quot;][&quot;path&quot;] = &quot;/&quot;&#10; &gt;&gt;&gt; print C&#10; Set-Cookie: oreo=doublestuff; Path=/&#10;&#10;Each dictionary element has a 'value' attribute, which gives you&#10;back the value associated with the key.&#10;&#10; &gt;&gt;&gt; C = Cookie.SmartCookie()&#10; &gt;&gt;&gt; C[&quot;twix&quot;] = &quot;none for you&quot;&#10; &gt;&gt;&gt; C[&quot;twix&quot;].value&#10; 'none for you'&#10;&#10;&#10;A Bit More Advanced&#10;-------------------&#10;&#10;As mentioned before, there are three different flavors of Cookie&#10;objects, each with different encoding/decoding semantics. This&#10;section briefly discusses the differences.&#10;&#10;SimpleCookie&#10;&#10;The SimpleCookie expects that all values should be standard strings.&#10;Just to be sure, SimpleCookie invokes the str() builtin to convert&#10;the value to a string, when the values are set dictionary-style.&#10;&#10; &gt;&gt;&gt; C = Cookie.SimpleCookie()&#10; &gt;&gt;&gt; C[&quot;number&quot;] = 7&#10; &gt;&gt;&gt; C[&quot;string&quot;] = &quot;seven&quot;&#10; &gt;&gt;&gt; C[&quot;number&quot;].value&#10; '7'&#10; &gt;&gt;&gt; C[&quot;string&quot;].value&#10; 'seven'&#10; &gt;&gt;&gt; C.output()&#10; 'Set-Cookie: number=7\r\nSet-Cookie: string=seven'&#10;&#10;&#10;SerialCookie&#10;&#10;The SerialCookie expects that all values should be serialized using&#10;cPickle (or pickle, if cPickle isn't available). As a result of&#10;serializing, SerialCookie can save almost any Python object to a&#10;value, and recover the exact same object when the cookie has been&#10;returned. (SerialCookie can yield some strange-looking cookie&#10;values, however.)&#10;&#10; &gt;&gt;&gt; C = Cookie.SerialCookie()&#10; &gt;&gt;&gt; C[&quot;number&quot;] = 7&#10; &gt;&gt;&gt; C[&quot;string&quot;] = &quot;seven&quot;&#10; &gt;&gt;&gt; C[&quot;number&quot;].value&#10; 7&#10; &gt;&gt;&gt; C[&quot;string&quot;].value&#10; 'seven'&#10; &gt;&gt;&gt; C.output()&#10; 'Set-Cookie: number=&quot;I7\\012.&quot;\r\nSet-Cookie: string=&quot;S\'seven\'\\012p1\\012.&quot;'&#10;&#10;Be warned, however, if SerialCookie cannot de-serialize a value (because&#10;it isn't a valid pickle'd object), IT WILL RAISE AN EXCEPTION.&#10;&#10;&#10;SmartCookie&#10;&#10;The SmartCookie combines aspects of each of the other two flavors.&#10;When setting a value in a dictionary-fashion, the SmartCookie will&#10;serialize (ala cPickle) the value *if and only if* it isn't a&#10;Python string. String objects are *not* serialized. Similarly,&#10;when the load() method parses out values, it attempts to de-serialize&#10;the value. If it fails, then it fallsback to treating the value&#10;as a string.&#10;&#10; &gt;&gt;&gt; C = Cookie.SmartCookie()&#10; &gt;&gt;&gt; C[&quot;number&quot;] = 7&#10; &gt;&gt;&gt; C[&quot;string&quot;] = &quot;seven&quot;&#10; &gt;&gt;&gt; C[&quot;number&quot;].value&#10; 7&#10; &gt;&gt;&gt; C[&quot;string&quot;].value&#10; 'seven'&#10; &gt;&gt;&gt; C.output()&#10; 'Set-Cookie: number=&quot;I7\\012.&quot;\r\nSet-Cookie: string=seven'&#10;&#10;&#10;Backwards Compatibility&#10;-----------------------&#10;&#10;In order to keep compatibilty with earlier versions of Cookie.py,&#10;it is still possible to use Cookie.Cookie() to create a Cookie. In&#10;fact, this simply returns a SmartCookie.&#10;&#10; &gt;&gt;&gt; C = Cookie.Cookie()&#10; &gt;&gt;&gt; print C.__class__.__name__&#10; SmartCookie&#10;&#10;&#10;Finis.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie" />
<KeyWord name="Cookie.BaseCookie.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.fromkeys" func="yes">
<Overload retVal="" descr="dict.fromkeys(S[,v]) -&gt; New dict with keys from S and values equal to v.&#10;v defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.get" func="yes">
<Overload retVal="" descr="D.get(k[,d]) -&gt; D[k] if k in D, else d. d defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.has_key" func="yes">
<Overload retVal="" descr="D.has_key(k) -&gt; True if D has a key k, else False">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.js_output" func="yes">
<Overload retVal="" descr="Return a string suitable for JavaScript.">
<Param name="self" />
<Param name="[attrs=None]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.load" func="yes">
<Overload retVal="" descr="Load cookies from a string (presumably HTTP_COOKIE) or&#10;from a dictionary. Loading cookies from a dictionary 'd'&#10;is equivalent to calling:&#10; map(Cookie.__setitem__, d.keys(), d.values())">
<Param name="self" />
<Param name="rawdata" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.output" func="yes">
<Overload retVal="" descr="Return a string suitable for HTTP.">
<Param name="self" />
<Param name="[attrs=None" />
<Param name="[header=Set-Cookie:" />
<Param name="[sep=
]]]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.pop" func="yes">
<Overload retVal="" descr="D.pop(k[,d]) -&gt; v, remove specified key and return the corresponding value.&#10;If key is not found, d is returned if given, otherwise KeyError is raised">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.popitem" func="yes">
<Overload retVal="" descr="D.popitem() -&gt; (k, v), remove and return some (key, value) pair as a&#10;2-tuple; but raise KeyError if D is empty.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.setdefault" func="yes">
<Overload retVal="" descr="D.setdefault(k[,d]) -&gt; D.get(k,d), also set D[k]=d if k not in D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.update" func="yes">
<Overload retVal="" descr="D.update([E, ]**F) -&gt; None. Update D from dict/iterable E and F.&#10;If E present and has a .keys() method, does: for k in E: D[k] = E[k]&#10;If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v&#10;In either case, this is followed by: for k in F: D[k] = F[k]">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.value_decode" func="yes">
<Overload retVal="" descr="real_value, coded_value = value_decode(STRING)&#10;Called prior to setting a cookie's value from the network&#10;representation. The VALUE is the value read from HTTP&#10;header.&#10;Override this function to modify the behavior of cookies.">
<Param name="self" />
<Param name="val" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.value_encode" func="yes">
<Overload retVal="" descr="real_value, coded_value = value_encode(VALUE)&#10;Called prior to setting a cookie's value from the dictionary&#10;representation. The VALUE is the value being assigned.&#10;Override this function to modify the behavior of cookies.">
<Param name="self" />
<Param name="val" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.viewitems" func="yes">
<Overload retVal="" descr="D.viewitems() -&gt; a set-like object providing a view on D's items">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.viewkeys" func="yes">
<Overload retVal="" descr="D.viewkeys() -&gt; a set-like object providing a view on D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.BaseCookie.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie" func="yes">
<Overload retVal="" descr="SmartCookie&#10;SmartCookie supports arbitrary objects as cookie values. If the&#10;object is a string, then it is quoted. If the object is not a&#10;string, however, then SmartCookie will use cPickle to serialize&#10;the object into a string representation.&#10;&#10;Note: Large cookie values add overhead because they must be&#10;retransmitted on every HTTP transaction.&#10;&#10;Note: HTTP has a 2k limit on the size of a cookie. This class&#10;does not check for this limit, so be careful!!!">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.fromkeys" func="yes">
<Overload retVal="" descr="dict.fromkeys(S[,v]) -&gt; New dict with keys from S and values equal to v.&#10;v defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.get" func="yes">
<Overload retVal="" descr="D.get(k[,d]) -&gt; D[k] if k in D, else d. d defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.has_key" func="yes">
<Overload retVal="" descr="D.has_key(k) -&gt; True if D has a key k, else False">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.js_output" func="yes">
<Overload retVal="" descr="Return a string suitable for JavaScript.">
<Param name="self" />
<Param name="[attrs=None]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.load" func="yes">
<Overload retVal="" descr="Load cookies from a string (presumably HTTP_COOKIE) or&#10;from a dictionary. Loading cookies from a dictionary 'd'&#10;is equivalent to calling:&#10; map(Cookie.__setitem__, d.keys(), d.values())">
<Param name="self" />
<Param name="rawdata" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.output" func="yes">
<Overload retVal="" descr="Return a string suitable for HTTP.">
<Param name="self" />
<Param name="[attrs=None" />
<Param name="[header=Set-Cookie:" />
<Param name="[sep=
]]]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.pop" func="yes">
<Overload retVal="" descr="D.pop(k[,d]) -&gt; v, remove specified key and return the corresponding value.&#10;If key is not found, d is returned if given, otherwise KeyError is raised">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.popitem" func="yes">
<Overload retVal="" descr="D.popitem() -&gt; (k, v), remove and return some (key, value) pair as a&#10;2-tuple; but raise KeyError if D is empty.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.setdefault" func="yes">
<Overload retVal="" descr="D.setdefault(k[,d]) -&gt; D.get(k,d), also set D[k]=d if k not in D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.update" func="yes">
<Overload retVal="" descr="D.update([E, ]**F) -&gt; None. Update D from dict/iterable E and F.&#10;If E present and has a .keys() method, does: for k in E: D[k] = E[k]&#10;If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v&#10;In either case, this is followed by: for k in F: D[k] = F[k]">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.value_decode" />
<KeyWord name="Cookie.Cookie.value_encode" />
<KeyWord name="Cookie.Cookie.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.viewitems" func="yes">
<Overload retVal="" descr="D.viewitems() -&gt; a set-like object providing a view on D's items">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.viewkeys" func="yes">
<Overload retVal="" descr="D.viewkeys() -&gt; a set-like object providing a view on D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Cookie.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.CookieError" />
<KeyWord name="Cookie.CookieError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Cookie.CookieError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel" />
<KeyWord name="Cookie.Morsel.OutputString" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[attrs=None]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.fromkeys" func="yes">
<Overload retVal="" descr="dict.fromkeys(S[,v]) -&gt; New dict with keys from S and values equal to v.&#10;v defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.get" func="yes">
<Overload retVal="" descr="D.get(k[,d]) -&gt; D[k] if k in D, else d. d defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.has_key" func="yes">
<Overload retVal="" descr="D.has_key(k) -&gt; True if D has a key k, else False">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.isReservedKey" />
<KeyWord name="Cookie.Morsel.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.js_output" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[attrs=None]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.output" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[attrs=None" />
<Param name="[header=Set-Cookie:]]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.pop" func="yes">
<Overload retVal="" descr="D.pop(k[,d]) -&gt; v, remove specified key and return the corresponding value.&#10;If key is not found, d is returned if given, otherwise KeyError is raised">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.popitem" func="yes">
<Overload retVal="" descr="D.popitem() -&gt; (k, v), remove and return some (key, value) pair as a&#10;2-tuple; but raise KeyError if D is empty.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.setdefault" func="yes">
<Overload retVal="" descr="D.setdefault(k[,d]) -&gt; D.get(k,d), also set D[k]=d if k not in D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.update" func="yes">
<Overload retVal="" descr="D.update([E, ]**F) -&gt; None. Update D from dict/iterable E and F.&#10;If E present and has a .keys() method, does: for k in E: D[k] = E[k]&#10;If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v&#10;In either case, this is followed by: for k in F: D[k] = F[k]">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.viewitems" func="yes">
<Overload retVal="" descr="D.viewitems() -&gt; a set-like object providing a view on D's items">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.viewkeys" func="yes">
<Overload retVal="" descr="D.viewkeys() -&gt; a set-like object providing a view on D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.Morsel.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie" func="yes">
<Overload retVal="" descr="SerialCookie&#10;SerialCookie supports arbitrary objects as cookie values. All&#10;values are serialized (using cPickle) before being sent to the&#10;client. All incoming values are assumed to be valid Pickle&#10;representations. IF AN INCOMING VALUE IS NOT IN A VALID PICKLE&#10;FORMAT, THEN AN EXCEPTION WILL BE RAISED.&#10;&#10;Note: Large cookie values add overhead because they must be&#10;retransmitted on every HTTP transaction.&#10;&#10;Note: HTTP has a 2k limit on the size of a cookie. This class&#10;does not check for this limit, so be careful!!!">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.fromkeys" func="yes">
<Overload retVal="" descr="dict.fromkeys(S[,v]) -&gt; New dict with keys from S and values equal to v.&#10;v defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.get" func="yes">
<Overload retVal="" descr="D.get(k[,d]) -&gt; D[k] if k in D, else d. d defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.has_key" func="yes">
<Overload retVal="" descr="D.has_key(k) -&gt; True if D has a key k, else False">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.js_output" func="yes">
<Overload retVal="" descr="Return a string suitable for JavaScript.">
<Param name="self" />
<Param name="[attrs=None]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.load" func="yes">
<Overload retVal="" descr="Load cookies from a string (presumably HTTP_COOKIE) or&#10;from a dictionary. Loading cookies from a dictionary 'd'&#10;is equivalent to calling:&#10; map(Cookie.__setitem__, d.keys(), d.values())">
<Param name="self" />
<Param name="rawdata" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.output" func="yes">
<Overload retVal="" descr="Return a string suitable for HTTP.">
<Param name="self" />
<Param name="[attrs=None" />
<Param name="[header=Set-Cookie:" />
<Param name="[sep=
]]]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.pop" func="yes">
<Overload retVal="" descr="D.pop(k[,d]) -&gt; v, remove specified key and return the corresponding value.&#10;If key is not found, d is returned if given, otherwise KeyError is raised">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.popitem" func="yes">
<Overload retVal="" descr="D.popitem() -&gt; (k, v), remove and return some (key, value) pair as a&#10;2-tuple; but raise KeyError if D is empty.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.setdefault" func="yes">
<Overload retVal="" descr="D.setdefault(k[,d]) -&gt; D.get(k,d), also set D[k]=d if k not in D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.update" func="yes">
<Overload retVal="" descr="D.update([E, ]**F) -&gt; None. Update D from dict/iterable E and F.&#10;If E present and has a .keys() method, does: for k in E: D[k] = E[k]&#10;If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v&#10;In either case, this is followed by: for k in F: D[k] = F[k]">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.value_decode" />
<KeyWord name="Cookie.SerialCookie.value_encode" />
<KeyWord name="Cookie.SerialCookie.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.viewitems" func="yes">
<Overload retVal="" descr="D.viewitems() -&gt; a set-like object providing a view on D's items">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.viewkeys" func="yes">
<Overload retVal="" descr="D.viewkeys() -&gt; a set-like object providing a view on D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SerialCookie.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie" func="yes">
<Overload retVal="" descr="SimpleCookie&#10;SimpleCookie supports strings as cookie values. When setting&#10;the value using the dictionary assignment notation, SimpleCookie&#10;calls the builtin str() to convert the value to a string. Values&#10;received from HTTP are kept as strings.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.fromkeys" func="yes">
<Overload retVal="" descr="dict.fromkeys(S[,v]) -&gt; New dict with keys from S and values equal to v.&#10;v defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.get" func="yes">
<Overload retVal="" descr="D.get(k[,d]) -&gt; D[k] if k in D, else d. d defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.has_key" func="yes">
<Overload retVal="" descr="D.has_key(k) -&gt; True if D has a key k, else False">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.js_output" func="yes">
<Overload retVal="" descr="Return a string suitable for JavaScript.">
<Param name="self" />
<Param name="[attrs=None]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.load" func="yes">
<Overload retVal="" descr="Load cookies from a string (presumably HTTP_COOKIE) or&#10;from a dictionary. Loading cookies from a dictionary 'd'&#10;is equivalent to calling:&#10; map(Cookie.__setitem__, d.keys(), d.values())">
<Param name="self" />
<Param name="rawdata" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.output" func="yes">
<Overload retVal="" descr="Return a string suitable for HTTP.">
<Param name="self" />
<Param name="[attrs=None" />
<Param name="[header=Set-Cookie:" />
<Param name="[sep=
]]]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.pop" func="yes">
<Overload retVal="" descr="D.pop(k[,d]) -&gt; v, remove specified key and return the corresponding value.&#10;If key is not found, d is returned if given, otherwise KeyError is raised">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.popitem" func="yes">
<Overload retVal="" descr="D.popitem() -&gt; (k, v), remove and return some (key, value) pair as a&#10;2-tuple; but raise KeyError if D is empty.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.setdefault" func="yes">
<Overload retVal="" descr="D.setdefault(k[,d]) -&gt; D.get(k,d), also set D[k]=d if k not in D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.update" func="yes">
<Overload retVal="" descr="D.update([E, ]**F) -&gt; None. Update D from dict/iterable E and F.&#10;If E present and has a .keys() method, does: for k in E: D[k] = E[k]&#10;If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v&#10;In either case, this is followed by: for k in F: D[k] = F[k]">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.value_decode" />
<KeyWord name="Cookie.SimpleCookie.value_encode" />
<KeyWord name="Cookie.SimpleCookie.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.viewitems" func="yes">
<Overload retVal="" descr="D.viewitems() -&gt; a set-like object providing a view on D's items">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.viewkeys" func="yes">
<Overload retVal="" descr="D.viewkeys() -&gt; a set-like object providing a view on D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SimpleCookie.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie" func="yes">
<Overload retVal="" descr="SmartCookie&#10;SmartCookie supports arbitrary objects as cookie values. If the&#10;object is a string, then it is quoted. If the object is not a&#10;string, however, then SmartCookie will use cPickle to serialize&#10;the object into a string representation.&#10;&#10;Note: Large cookie values add overhead because they must be&#10;retransmitted on every HTTP transaction.&#10;&#10;Note: HTTP has a 2k limit on the size of a cookie. This class&#10;does not check for this limit, so be careful!!!">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.fromkeys" func="yes">
<Overload retVal="" descr="dict.fromkeys(S[,v]) -&gt; New dict with keys from S and values equal to v.&#10;v defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.get" func="yes">
<Overload retVal="" descr="D.get(k[,d]) -&gt; D[k] if k in D, else d. d defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.has_key" func="yes">
<Overload retVal="" descr="D.has_key(k) -&gt; True if D has a key k, else False">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.js_output" func="yes">
<Overload retVal="" descr="Return a string suitable for JavaScript.">
<Param name="self" />
<Param name="[attrs=None]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.load" func="yes">
<Overload retVal="" descr="Load cookies from a string (presumably HTTP_COOKIE) or&#10;from a dictionary. Loading cookies from a dictionary 'd'&#10;is equivalent to calling:&#10; map(Cookie.__setitem__, d.keys(), d.values())">
<Param name="self" />
<Param name="rawdata" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.output" func="yes">
<Overload retVal="" descr="Return a string suitable for HTTP.">
<Param name="self" />
<Param name="[attrs=None" />
<Param name="[header=Set-Cookie:" />
<Param name="[sep=
]]]" />
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.pop" func="yes">
<Overload retVal="" descr="D.pop(k[,d]) -&gt; v, remove specified key and return the corresponding value.&#10;If key is not found, d is returned if given, otherwise KeyError is raised">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.popitem" func="yes">
<Overload retVal="" descr="D.popitem() -&gt; (k, v), remove and return some (key, value) pair as a&#10;2-tuple; but raise KeyError if D is empty.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.setdefault" func="yes">
<Overload retVal="" descr="D.setdefault(k[,d]) -&gt; D.get(k,d), also set D[k]=d if k not in D">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.update" func="yes">
<Overload retVal="" descr="D.update([E, ]**F) -&gt; None. Update D from dict/iterable E and F.&#10;If E present and has a .keys() method, does: for k in E: D[k] = E[k]&#10;If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v&#10;In either case, this is followed by: for k in F: D[k] = F[k]">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.value_decode" />
<KeyWord name="Cookie.SmartCookie.value_encode" />
<KeyWord name="Cookie.SmartCookie.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.viewitems" func="yes">
<Overload retVal="" descr="D.viewitems() -&gt; a set-like object providing a view on D's items">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.viewkeys" func="yes">
<Overload retVal="" descr="D.viewkeys() -&gt; a set-like object providing a view on D's keys">
</Overload>
</KeyWord>
<KeyWord name="Cookie.SmartCookie.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Cookie.dumps" func="yes">
<Overload retVal="" descr="dumps(obj, protocol=0) -- Return a string containing an object in pickle format.&#10;&#10;See the Pickler docstring for the meaning of optional argument proto.">
</Overload>
</KeyWord>
<KeyWord name="Cookie.loads" func="yes">
<Overload retVal="" descr="loads(string) -- Load a pickle from the given string">
</Overload>
</KeyWord>
<KeyWord name="Counter" func="yes">
<Overload retVal="" descr="Function of collections.Counter">
</Overload>
</KeyWord>
<KeyWord name="CreateRecord" func="yes">
<Overload retVal="" descr="Function of msilib">
</Overload>
</KeyWord>
<KeyWord name="Cursor" func="yes">
<Overload retVal="" descr="Function of sqlite3.Cursor">
</Overload>
</KeyWord>
<KeyWord name="DER_cert_to_PEM_cert" func="yes">
<Overload retVal="" descr="Function of ssl">
</Overload>
</KeyWord>
<KeyWord name="Date" func="yes">
<Overload retVal="" descr="Function of sqlite3.Date">
</Overload>
</KeyWord>
<KeyWord name="DateFromTicks" func="yes">
<Overload retVal="" descr="Function of sqlite3">
</Overload>
</KeyWord>
<KeyWord name="Decimal" func="yes">
<Overload retVal="" descr="Function of fractions.Decimal">
</Overload>
</KeyWord>
<KeyWord name="DecimalException" func="yes">
<Overload retVal="" descr="Function of decimal.DecimalException">
</Overload>
</KeyWord>
<KeyWord name="DecimalTuple" func="yes">
<Overload retVal="" descr="Function of decimal.DecimalTuple">
</Overload>
</KeyWord>
<KeyWord name="DefaultVerifyPaths" func="yes">
<Overload retVal="" descr="Function of ssl.DefaultVerifyPaths">
</Overload>
</KeyWord>
<KeyWord name="DeprecationWarning" func="yes">
<Overload retVal="" descr="Base class for warnings about deprecated features.">
</Overload>
</KeyWord>
<KeyWord name="Dialog" />
<KeyWord name="Dialog.ACTIVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ALL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ANCHOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ARC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.At" func="yes">
<Overload retVal="" descr=>
<Param name="x" />
<Param name="[y=None]" />
</Overload>
</KeyWord>
<KeyWord name="Dialog.AtEnd" />
<KeyWord name="Dialog.AtInsert" />
<KeyWord name="Dialog.AtSelFirst" />
<KeyWord name="Dialog.AtSelLast" />
<KeyWord name="Dialog.BASELINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BEVEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BOTH" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BOTTOM" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BROWSE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BUTT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BaseWidget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BitmapImage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BooleanType" func="yes">
<Overload retVal="" descr="bool(x) -&gt; bool&#10;&#10;Returns True when the argument x is true, False otherwise.&#10;The builtins True and False are the only two instances of the class bool.&#10;The class bool is a subclass of the class int, and cannot be subclassed.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BooleanType.bit_length" func="yes">
<Overload retVal="" descr="int.bit_length() -&gt; int&#10;&#10;Number of bits necessary to represent self in binary.&#10;&gt;&gt;&gt; bin(37)&#10;'0b100101'&#10;&gt;&gt;&gt; (37).bit_length()&#10;6">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BooleanType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BooleanType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BooleanType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BooleanType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BooleanType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BooleanVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BufferType" func="yes">
<Overload retVal="" descr="buffer(object [, offset[, size]])&#10;&#10;Create a new buffer object which references the given object.&#10;The buffer will reference a slice of the target object from the&#10;start of the object (or at the specified offset). The slice will&#10;extend to the end of the target object (or with the specified size).">
</Overload>
</KeyWord>
<KeyWord name="Dialog.BuiltinFunctionType" />
<KeyWord name="Dialog.BuiltinMethodType" />
<KeyWord name="Dialog.Button" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CASCADE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CENTER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CHAR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CHECKBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CHORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.COMMAND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CURRENT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CallWrapper" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Canvas" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Checkbutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ClassType" func="yes">
<Overload retVal="" descr="classobj(name, bases, dict)&#10;&#10;Create a class object. The name must be a string; the second argument&#10;a tuple of classes, and the third a dictionary.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType" func="yes">
<Overload retVal="" descr="code(argcount, nlocals, stacksize, flags, codestring, constants, names,&#10; varnames, filename, name, firstlineno, lnotab[, freevars[, cellvars]])&#10;&#10;Create a code object. Not for the faint of heart.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_argcount" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_cellvars" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_consts" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_filename" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_firstlineno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_flags" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_freevars" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_lnotab" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_name" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_names" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_nlocals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_stacksize" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.CodeType.co_varnames" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ComplexType" func="yes">
<Overload retVal="" descr="complex(real[, imag]) -&gt; complex number&#10;&#10;Create a complex number from a real part and an optional imaginary part.&#10;This is equivalent to (real + imag*1j) where imag defaults to 0.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ComplexType.conjugate" func="yes">
<Overload retVal="" descr="complex.conjugate() -&gt; complex&#10;&#10;Return the complex conjugate of its argument. (3-4j).conjugate() == 3+4j.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ComplexType.imag" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ComplexType.real" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DIALOG_ICON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DISABLED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DOTBOX" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Dialog" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictProxyType" />
<KeyWord name="Dialog.DictProxyType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictProxyType.get" func="yes">
<Overload retVal="" descr="D.get(k[,d]) -&gt; D[k] if D.has_key(k), else d. d defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictProxyType.has_key" func="yes">
<Overload retVal="" descr="D.has_key(k) -&gt; True if D has a key k, else False">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictProxyType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictProxyType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictProxyType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictProxyType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictProxyType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictProxyType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType" func="yes">
<Overload retVal="" descr="dict() -&gt; new empty dictionary&#10;dict(mapping) -&gt; new dictionary initialized from a mapping object's&#10; (key, value) pairs&#10;dict(iterable) -&gt; new dictionary initialized as if via:&#10; d = {}&#10; for k, v in iterable:&#10; d[k] = v&#10;dict(**kwargs) -&gt; new dictionary initialized with the name=value pairs&#10; in the keyword argument list. For example: dict(one=1, two=2)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.fromkeys" func="yes">
<Overload retVal="" descr="dict.fromkeys(S[,v]) -&gt; New dict with keys from S and values equal to v.&#10;v defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.get" func="yes">
<Overload retVal="" descr="D.get(k[,d]) -&gt; D[k] if k in D, else d. d defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.has_key" func="yes">
<Overload retVal="" descr="D.has_key(k) -&gt; True if D has a key k, else False">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.pop" func="yes">
<Overload retVal="" descr="D.pop(k[,d]) -&gt; v, remove specified key and return the corresponding value.&#10;If key is not found, d is returned if given, otherwise KeyError is raised">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.popitem" func="yes">
<Overload retVal="" descr="D.popitem() -&gt; (k, v), remove and return some (key, value) pair as a&#10;2-tuple; but raise KeyError if D is empty.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.setdefault" func="yes">
<Overload retVal="" descr="D.setdefault(k[,d]) -&gt; D.get(k,d), also set D[k]=d if k not in D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.update" func="yes">
<Overload retVal="" descr="D.update([E, ]**F) -&gt; None. Update D from dict/iterable E and F.&#10;If E present and has a .keys() method, does: for k in E: D[k] = E[k]&#10;If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v&#10;In either case, this is followed by: for k in F: D[k] = F[k]">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.viewitems" func="yes">
<Overload retVal="" descr="D.viewitems() -&gt; a set-like object providing a view on D's items">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.viewkeys" func="yes">
<Overload retVal="" descr="D.viewkeys() -&gt; a set-like object providing a view on D's keys">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictType.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType" func="yes">
<Overload retVal="" descr="dict() -&gt; new empty dictionary&#10;dict(mapping) -&gt; new dictionary initialized from a mapping object's&#10; (key, value) pairs&#10;dict(iterable) -&gt; new dictionary initialized as if via:&#10; d = {}&#10; for k, v in iterable:&#10; d[k] = v&#10;dict(**kwargs) -&gt; new dictionary initialized with the name=value pairs&#10; in the keyword argument list. For example: dict(one=1, two=2)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.fromkeys" func="yes">
<Overload retVal="" descr="dict.fromkeys(S[,v]) -&gt; New dict with keys from S and values equal to v.&#10;v defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.get" func="yes">
<Overload retVal="" descr="D.get(k[,d]) -&gt; D[k] if k in D, else d. d defaults to None.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.has_key" func="yes">
<Overload retVal="" descr="D.has_key(k) -&gt; True if D has a key k, else False">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.pop" func="yes">
<Overload retVal="" descr="D.pop(k[,d]) -&gt; v, remove specified key and return the corresponding value.&#10;If key is not found, d is returned if given, otherwise KeyError is raised">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.popitem" func="yes">
<Overload retVal="" descr="D.popitem() -&gt; (k, v), remove and return some (key, value) pair as a&#10;2-tuple; but raise KeyError if D is empty.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.setdefault" func="yes">
<Overload retVal="" descr="D.setdefault(k[,d]) -&gt; D.get(k,d), also set D[k]=d if k not in D">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.update" func="yes">
<Overload retVal="" descr="D.update([E, ]**F) -&gt; None. Update D from dict/iterable E and F.&#10;If E present and has a .keys() method, does: for k in E: D[k] = E[k]&#10;If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v&#10;In either case, this is followed by: for k in F: D[k] = F[k]">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.viewitems" func="yes">
<Overload retVal="" descr="D.viewitems() -&gt; a set-like object providing a view on D's items">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.viewkeys" func="yes">
<Overload retVal="" descr="D.viewkeys() -&gt; a set-like object providing a view on D's keys">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DictionaryType.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Dialog.DoubleVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.E" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.END" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.EW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.EXCEPTION" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.EXTENDED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.EllipsisType" />
<KeyWord name="Dialog.Entry" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Event" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FLAT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType" func="yes">
<Overload retVal="" descr="file(name[, mode[, buffering]]) -&gt; file object&#10;&#10;Open a file. The mode can be 'r', 'w' or 'a' for reading (default),&#10;writing or appending. The file will be created if it doesn't exist&#10;when opened for writing or appending; it will be truncated when&#10;opened for writing. Add a 'b' to the mode for binary files.&#10;Add a '+' to the mode to allow simultaneous reading and writing.&#10;If the buffering argument is given, 0 means unbuffered, 1 means line&#10;buffered, and larger numbers specify the buffer size. The preferred way&#10;to open a file is with the builtin open() function.&#10;Add a 'U' to mode to open the file for input with universal newline&#10;support. Any line ending in the input file will be seen as a '\n'&#10;in Python. Also, a file so opened gains the attribute 'newlines';&#10;the value for this attribute is one of None (no newline read yet),&#10;'\r', '\n', '\r\n' or a tuple containing all the newline types seen.&#10;&#10;'U' cannot be combined with 'w' or '+' mode.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.close" func="yes">
<Overload retVal="" descr="close() -&gt; None or (perhaps) an integer. Close the file.&#10;&#10;Sets data attribute .closed to True. A closed file cannot be used for&#10;further I/O operations. close() may be called more than once without&#10;error. Some kinds of file objects (for example, opened by popen())&#10;may return an exit status upon closing.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.closed" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.encoding" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.errors" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.fileno" func="yes">
<Overload retVal="" descr='fileno() -&gt; integer "file descriptor".&#10;&#10;This is needed for lower-level file interfaces, such os.read().'>
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.flush" func="yes">
<Overload retVal="" descr="flush() -&gt; None. Flush the internal I/O buffer.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.isatty" func="yes">
<Overload retVal="" descr="isatty() -&gt; true or false. True if the file is connected to a tty device.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.mode" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.name" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.newlines" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.read" func="yes">
<Overload retVal="" descr="read([size]) -&gt; read at most size bytes, returned as a string.&#10;&#10;If the size argument is negative or omitted, read until EOF is reached.&#10;Notice that when in non-blocking mode, less data than what was requested&#10;may be returned, even if no size parameter was given.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.readinto" func="yes">
<Overload retVal="" descr="readinto() -&gt; Undocumented. Don't use this; it may go away.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.readline" func="yes">
<Overload retVal="" descr="readline([size]) -&gt; next line from the file, as a string.&#10;&#10;Retain newline. A non-negative size argument limits the maximum&#10;number of bytes to return (an incomplete line may be returned then).&#10;Return an empty string at EOF.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.readlines" func="yes">
<Overload retVal="" descr="readlines([size]) -&gt; list of strings, each a line from the file.&#10;&#10;Call readline() repeatedly and return a list of the lines so read.&#10;The optional size argument, if given, is an approximate bound on the&#10;total number of bytes in the lines returned.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.seek" func="yes">
<Overload retVal="" descr="seek(offset[, whence]) -&gt; None. Move to new file position.&#10;&#10;Argument offset is a byte count. Optional argument whence defaults to&#10;0 (offset from start of file, offset should be &gt;= 0); other values are 1&#10;(move relative to current position, positive or negative), and 2 (move&#10;relative to end of file, usually negative, although many platforms allow&#10;seeking beyond the end of a file). If the file is opened in text mode,&#10;only offsets returned by tell() are legal. Use of other offsets causes&#10;undefined behavior.&#10;Note that not all file objects are seekable.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.softspace" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.tell" func="yes">
<Overload retVal="" descr="tell() -&gt; current file position, an integer (may be a long integer).">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.truncate" func="yes">
<Overload retVal="" descr="truncate([size]) -&gt; None. Truncate the file to at most size bytes.&#10;&#10;Size defaults to the current file position, as returned by tell().">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.write" func="yes">
<Overload retVal="" descr="write(str) -&gt; None. Write string str to file.&#10;&#10;Note that due to buffering, flush() or close() may be needed before&#10;the file on disk reflects the data written.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.writelines" func="yes">
<Overload retVal="" descr="writelines(sequence_of_strings) -&gt; None. Write the strings to the file.&#10;&#10;Note that newlines are not added. The sequence can be any iterable object&#10;producing strings. This is equivalent to calling write() for each string.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FileType.xreadlines" func="yes">
<Overload retVal="" descr="xreadlines() -&gt; returns self.&#10;&#10;For backward compatibility. File objects now include the performance&#10;optimizations previously implemented in the xreadlines module.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FloatType" func="yes">
<Overload retVal="" descr="float(x) -&gt; floating point number&#10;&#10;Convert a string or number to a floating point number, if possible.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FloatType.as_integer_ratio" func="yes">
<Overload retVal="" descr="float.as_integer_ratio() -&gt; (int, int)&#10;&#10;Return a pair of integers, whose ratio is exactly equal to the original&#10;float and with a positive denominator.&#10;Raise OverflowError on infinities and a ValueError on NaNs.&#10;&#10;&gt;&gt;&gt; (10.0).as_integer_ratio()&#10;(10, 1)&#10;&gt;&gt;&gt; (0.0).as_integer_ratio()&#10;(0, 1)&#10;&gt;&gt;&gt; (-.25).as_integer_ratio()&#10;(-1, 4)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FloatType.conjugate" func="yes">
<Overload retVal="" descr="Return self, the complex conjugate of any float.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FloatType.fromhex" func="yes">
<Overload retVal="" descr="float.fromhex(string) -&gt; float&#10;&#10;Create a floating-point number from a hexadecimal string.&#10;&gt;&gt;&gt; float.fromhex('0x1.ffffp10')&#10;2047.984375&#10;&gt;&gt;&gt; float.fromhex('-0x1p-1074')&#10;-4.9406564584124654e-324">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FloatType.hex" func="yes">
<Overload retVal="" descr="float.hex() -&gt; string&#10;&#10;Return a hexadecimal representation of a floating-point number.&#10;&gt;&gt;&gt; (-0.1).hex()&#10;'-0x1.999999999999ap-4'&#10;&gt;&gt;&gt; 3.14159.hex()&#10;'0x1.921f9f01b866ep+1'">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FloatType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FloatType.is_integer" func="yes">
<Overload retVal="" descr="Return True if the float is an integer.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FloatType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Frame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType" />
<KeyWord name="Dialog.FrameType.f_back" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_builtins" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_exc_traceback" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_exc_type" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_exc_value" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_lasti" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_lineno" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_locals" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_restricted" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FrameType.f_trace" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FunctionType" func="yes">
<Overload retVal="" descr="function(code, globals[, name[, argdefs[, closure]]])&#10;&#10;Create a function object from a code object and a dictionary.&#10;The optional name string overrides the name from the code object.&#10;The optional argdefs tuple specifies the default argument values.&#10;The optional closure tuple supplies the bindings for free variables.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FunctionType.func_closure" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FunctionType.func_code" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FunctionType.func_defaults" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FunctionType.func_dict" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FunctionType.func_doc" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FunctionType.func_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.FunctionType.func_name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.GROOVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.GeneratorType" />
<KeyWord name="Dialog.GeneratorType.close" func="yes">
<Overload retVal="" descr="close() -&gt; raise GeneratorExit inside generator.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.GeneratorType.gi_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.GeneratorType.gi_frame" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.GeneratorType.gi_running" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.GeneratorType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="Dialog.GeneratorType.send" func="yes">
<Overload retVal="" descr="send(arg) -&gt; send 'arg' into generator,&#10;return next yielded value or raise StopIteration.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.GeneratorType.throw" func="yes">
<Overload retVal="" descr="throw(typ[,val[,tb]]) -&gt; raise exception in generator,&#10;return next yielded value or raise StopIteration.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.GetSetDescriptorType" />
<KeyWord name="Dialog.Grid" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.HIDDEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.HORIZONTAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.INSERT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.INSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Image" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.InstanceType" func="yes">
<Overload retVal="" descr="instance(class[, dict])&#10;&#10;Create an instance without calling its __init__() method.&#10;The class must be a classic class.&#10;If present, dict must be a dictionary or None.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.InstanceType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="Dialog.IntType" func="yes">
<Overload retVal="" descr="int(x=0) -&gt; int or long&#10;int(x, base=10) -&gt; int or long&#10;&#10;Convert a number or string to an integer, or return 0 if no arguments&#10;are given. If x is floating point, the conversion truncates towards zero.&#10;If x is outside the integer range, the function returns a long instead.&#10;&#10;If x is not a number or if base is given, then x must be a string or&#10;Unicode object representing an integer literal in the given base. The&#10;literal can be preceded by '+' or '-' and be surrounded by whitespace.&#10;The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to&#10;interpret the base from the string as an integer literal.&#10;&gt;&gt;&gt; int('0b100', base=0)&#10;4">
</Overload>
</KeyWord>
<KeyWord name="Dialog.IntType.bit_length" func="yes">
<Overload retVal="" descr="int.bit_length() -&gt; int&#10;&#10;Number of bits necessary to represent self in binary.&#10;&gt;&gt;&gt; bin(37)&#10;'0b100101'&#10;&gt;&gt;&gt; (37).bit_length()&#10;6">
</Overload>
</KeyWord>
<KeyWord name="Dialog.IntType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.IntType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.IntType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.IntType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.IntType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.IntVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LEFT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Label" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LabelFrame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LambdaType" func="yes">
<Overload retVal="" descr="function(code, globals[, name[, argdefs[, closure]]])&#10;&#10;Create a function object from a code object and a dictionary.&#10;The optional name string overrides the name from the code object.&#10;The optional argdefs tuple specifies the default argument values.&#10;The optional closure tuple supplies the bindings for free variables.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LambdaType.func_closure" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LambdaType.func_code" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LambdaType.func_defaults" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LambdaType.func_dict" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LambdaType.func_doc" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LambdaType.func_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LambdaType.func_name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ListType" func="yes">
<Overload retVal="" descr="list() -&gt; new empty list&#10;list(iterable) -&gt; new list initialized from iterable's items">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ListType.append" func="yes">
<Overload retVal="" descr="L.append(object) -- append object to end">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ListType.count" func="yes">
<Overload retVal="" descr="L.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ListType.extend" func="yes">
<Overload retVal="" descr="L.extend(iterable) -- extend list by appending elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ListType.index" func="yes">
<Overload retVal="" descr="L.index(value, [start, [stop]]) -&gt; integer -- return first index of value.&#10;Raises ValueError if the value is not present.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ListType.insert" func="yes">
<Overload retVal="" descr="L.insert(index, object) -- insert object before index">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ListType.pop" func="yes">
<Overload retVal="" descr="L.pop([index]) -&gt; item -- remove and return item at index (default last).&#10;Raises IndexError if list is empty or index is out of range.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ListType.remove" func="yes">
<Overload retVal="" descr="L.remove(value) -- remove first occurrence of value.&#10;Raises ValueError if the value is not present.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ListType.reverse" func="yes">
<Overload retVal="" descr="L.reverse() -- reverse *IN PLACE*">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ListType.sort" func="yes">
<Overload retVal="" descr="L.sort(cmp=None, key=None, reverse=False) -- stable sort *IN PLACE*;&#10;cmp(x, y) -&gt; -1, 0, 1">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Listbox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LongType" func="yes">
<Overload retVal="" descr="long(x=0) -&gt; long&#10;long(x, base=10) -&gt; long&#10;&#10;Convert a number or string to a long integer, or return 0L if no arguments&#10;are given. If x is floating point, the conversion truncates towards zero.&#10;&#10;If x is not a number or if base is given, then x must be a string or&#10;Unicode object representing an integer literal in the given base. The&#10;literal can be preceded by '+' or '-' and be surrounded by whitespace.&#10;The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to&#10;interpret the base from the string as an integer literal.&#10;&gt;&gt;&gt; int('0b100', base=0)&#10;4L">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LongType.bit_length" func="yes">
<Overload retVal="" descr="long.bit_length() -&gt; int or long&#10;&#10;Number of bits necessary to represent self in binary.&#10;&gt;&gt;&gt; bin(37L)&#10;'0b100101'&#10;&gt;&gt;&gt; (37L).bit_length()&#10;6">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LongType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any long.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LongType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LongType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LongType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.LongType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.MITER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.MOVETO" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.MULTIPLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.MemberDescriptorType" />
<KeyWord name="Dialog.Menu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Menubutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Message" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.MethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.MethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.MethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.MethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Misc" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ModuleType" func="yes">
<Overload retVal="" descr="module(name[, doc])&#10;&#10;Create a module object.&#10;The name must be a string; the optional doc argument can have any type.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.N" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.NE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.NONE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.NORMAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.NS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.NSEW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.NUMERIC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.NW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.NoDefaultRoot" func="yes">
<Overload retVal="" descr="Inhibit setting of default root window.&#10;&#10;Call this function to inhibit that the first instance of&#10;Tk is used for windows without an explicit parent window.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.NoneType" />
<KeyWord name="Dialog.NotImplementedType" />
<KeyWord name="Dialog.ON" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.OUTSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ObjectType" func="yes">
<Overload retVal="" descr="The most base type">
</Overload>
</KeyWord>
<KeyWord name="Dialog.OptionMenu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.PAGES" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.PIESLICE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.PROJECTING" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Pack" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.PanedWindow" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.PhotoImage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Place" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.RADIOBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.RAISED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.READABLE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.RIDGE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.RIGHT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.ROUND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Radiobutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.S" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SCROLL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SEL_FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SEL_LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SEPARATOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SINGLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SOLID" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SUNKEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Scale" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Scrollbar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SliceType" func="yes">
<Overload retVal="" descr="slice(stop)&#10;slice(start, stop[, step])&#10;&#10;Create a slice object. This is used for extended slicing (e.g. a[0:10:2]).">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SliceType.indices" func="yes">
<Overload retVal="" descr="S.indices(len) -&gt; (start, stop, stride)&#10;&#10;Assuming a sequence of length len, calculate the start and stop&#10;indices, and the stride length of the extended slice described by&#10;S. Out of bounds indices are clipped in a manner consistent with the&#10;handling of normal slices.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SliceType.start" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SliceType.step" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.SliceType.stop" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Spinbox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType" func="yes">
<Overload retVal="" descr="str(object='') -&gt; string&#10;&#10;Return a nice string representation of the object.&#10;If the argument is a string, the return value is the same object.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.capitalize" func="yes">
<Overload retVal="" descr="S.capitalize() -&gt; string&#10;&#10;Return a copy of the string S with only its first character&#10;capitalized.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.center" func="yes">
<Overload retVal="" descr="S.center(width[, fillchar]) -&gt; string&#10;&#10;Return S centered in a string of length width. Padding is&#10;done using the specified fill character (default is a space)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.count" func="yes">
<Overload retVal="" descr="S.count(sub[, start[, end]]) -&gt; int&#10;&#10;Return the number of non-overlapping occurrences of substring sub in&#10;string S[start:end]. Optional arguments start and end are interpreted&#10;as in slice notation.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.decode" func="yes">
<Overload retVal="" descr="S.decode([encoding[,errors]]) -&gt; object&#10;&#10;Decodes S using the codec registered for encoding. encoding defaults&#10;to the default encoding. errors may be given to set a different error&#10;handling scheme. Default is 'strict' meaning that encoding errors raise&#10;a UnicodeDecodeError. Other possible values are 'ignore' and 'replace'&#10;as well as any other name registered with codecs.register_error that is&#10;able to handle UnicodeDecodeErrors.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.encode" func="yes">
<Overload retVal="" descr="S.encode([encoding[,errors]]) -&gt; object&#10;&#10;Encodes S using the codec registered for encoding. encoding defaults&#10;to the default encoding. errors may be given to set a different error&#10;handling scheme. Default is 'strict' meaning that encoding errors raise&#10;a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and&#10;'xmlcharrefreplace' as well as any other name registered with&#10;codecs.register_error that is able to handle UnicodeEncodeErrors.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.endswith" func="yes">
<Overload retVal="" descr="S.endswith(suffix[, start[, end]]) -&gt; bool&#10;&#10;Return True if S ends with the specified suffix, False otherwise.&#10;With optional start, test S beginning at that position.&#10;With optional end, stop comparing S at that position.&#10;suffix can also be a tuple of strings to try.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.expandtabs" func="yes">
<Overload retVal="" descr="S.expandtabs([tabsize]) -&gt; string&#10;&#10;Return a copy of S where all tab characters are expanded using spaces.&#10;If tabsize is not given, a tab size of 8 characters is assumed.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.find" func="yes">
<Overload retVal="" descr="S.find(sub [,start [,end]]) -&gt; int&#10;&#10;Return the lowest index in S where substring sub is found,&#10;such that sub is contained within S[start:end]. Optional&#10;arguments start and end are interpreted as in slice notation.&#10;&#10;Return -1 on failure.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.format" func="yes">
<Overload retVal="" descr="S.format(*args, **kwargs) -&gt; string&#10;&#10;Return a formatted version of S, using substitutions from args and kwargs.&#10;The substitutions are identified by braces ('{' and '}').">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.index" func="yes">
<Overload retVal="" descr="S.index(sub [,start [,end]]) -&gt; int&#10;&#10;Like S.find() but raise ValueError when the substring is not found.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.isalnum" func="yes">
<Overload retVal="" descr="S.isalnum() -&gt; bool&#10;&#10;Return True if all characters in S are alphanumeric&#10;and there is at least one character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.isalpha" func="yes">
<Overload retVal="" descr="S.isalpha() -&gt; bool&#10;&#10;Return True if all characters in S are alphabetic&#10;and there is at least one character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.isdigit" func="yes">
<Overload retVal="" descr="S.isdigit() -&gt; bool&#10;&#10;Return True if all characters in S are digits&#10;and there is at least one character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.islower" func="yes">
<Overload retVal="" descr="S.islower() -&gt; bool&#10;&#10;Return True if all cased characters in S are lowercase and there is&#10;at least one cased character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.isspace" func="yes">
<Overload retVal="" descr="S.isspace() -&gt; bool&#10;&#10;Return True if all characters in S are whitespace&#10;and there is at least one character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.istitle" func="yes">
<Overload retVal="" descr="S.istitle() -&gt; bool&#10;&#10;Return True if S is a titlecased string and there is at least one&#10;character in S, i.e. uppercase characters may only follow uncased&#10;characters and lowercase characters only cased ones. Return False&#10;otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.isupper" func="yes">
<Overload retVal="" descr="S.isupper() -&gt; bool&#10;&#10;Return True if all cased characters in S are uppercase and there is&#10;at least one cased character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.join" func="yes">
<Overload retVal="" descr="S.join(iterable) -&gt; string&#10;&#10;Return a string which is the concatenation of the strings in the&#10;iterable. The separator between elements is S.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.ljust" func="yes">
<Overload retVal="" descr="S.ljust(width[, fillchar]) -&gt; string&#10;&#10;Return S left-justified in a string of length width. Padding is&#10;done using the specified fill character (default is a space).">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.lower" func="yes">
<Overload retVal="" descr="S.lower() -&gt; string&#10;&#10;Return a copy of the string S converted to lowercase.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.lstrip" func="yes">
<Overload retVal="" descr="S.lstrip([chars]) -&gt; string or unicode&#10;&#10;Return a copy of the string S with leading whitespace removed.&#10;If chars is given and not None, remove characters in chars instead.&#10;If chars is unicode, S will be converted to unicode before stripping">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.partition" func="yes">
<Overload retVal="" descr="S.partition(sep) -&gt; (head, sep, tail)&#10;&#10;Search for the separator sep in S, and return the part before it,&#10;the separator itself, and the part after it. If the separator is not&#10;found, return S and two empty strings.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.replace" func="yes">
<Overload retVal="" descr="S.replace(old, new[, count]) -&gt; string&#10;&#10;Return a copy of string S with all occurrences of substring&#10;old replaced by new. If the optional argument count is&#10;given, only the first count occurrences are replaced.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.rfind" func="yes">
<Overload retVal="" descr="S.rfind(sub [,start [,end]]) -&gt; int&#10;&#10;Return the highest index in S where substring sub is found,&#10;such that sub is contained within S[start:end]. Optional&#10;arguments start and end are interpreted as in slice notation.&#10;&#10;Return -1 on failure.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.rindex" func="yes">
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -&gt; int&#10;&#10;Like S.rfind() but raise ValueError when the substring is not found.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.rjust" func="yes">
<Overload retVal="" descr="S.rjust(width[, fillchar]) -&gt; string&#10;&#10;Return S right-justified in a string of length width. Padding is&#10;done using the specified fill character (default is a space)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.rpartition" func="yes">
<Overload retVal="" descr="S.rpartition(sep) -&gt; (head, sep, tail)&#10;&#10;Search for the separator sep in S, starting at the end of S, and return&#10;the part before it, the separator itself, and the part after it. If the&#10;separator is not found, return two empty strings and S.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.rsplit" func="yes">
<Overload retVal="" descr="S.rsplit([sep [,maxsplit]]) -&gt; list of strings&#10;&#10;Return a list of the words in the string S, using sep as the&#10;delimiter string, starting at the end of the string and working&#10;to the front. If maxsplit is given, at most maxsplit splits are&#10;done. If sep is not specified or is None, any whitespace string&#10;is a separator.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.rstrip" func="yes">
<Overload retVal="" descr="S.rstrip([chars]) -&gt; string or unicode&#10;&#10;Return a copy of the string S with trailing whitespace removed.&#10;If chars is given and not None, remove characters in chars instead.&#10;If chars is unicode, S will be converted to unicode before stripping">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.split" func="yes">
<Overload retVal="" descr="S.split([sep [,maxsplit]]) -&gt; list of strings&#10;&#10;Return a list of the words in the string S, using sep as the&#10;delimiter string. If maxsplit is given, at most maxsplit&#10;splits are done. If sep is not specified or is None, any&#10;whitespace string is a separator and empty strings are removed&#10;from the result.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.splitlines" func="yes">
<Overload retVal="" descr="S.splitlines(keepends=False) -&gt; list of strings&#10;&#10;Return a list of the lines in S, breaking at line boundaries.&#10;Line breaks are not included in the resulting list unless keepends&#10;is given and true.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.startswith" func="yes">
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -&gt; bool&#10;&#10;Return True if S starts with the specified prefix, False otherwise.&#10;With optional start, test S beginning at that position.&#10;With optional end, stop comparing S at that position.&#10;prefix can also be a tuple of strings to try.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.strip" func="yes">
<Overload retVal="" descr="S.strip([chars]) -&gt; string or unicode&#10;&#10;Return a copy of the string S with leading and trailing&#10;whitespace removed.&#10;If chars is given and not None, remove characters in chars instead.&#10;If chars is unicode, S will be converted to unicode before stripping">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.swapcase" func="yes">
<Overload retVal="" descr="S.swapcase() -&gt; string&#10;&#10;Return a copy of the string S with uppercase characters&#10;converted to lowercase and vice versa.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.title" func="yes">
<Overload retVal="" descr="S.title() -&gt; string&#10;&#10;Return a titlecased version of S, i.e. words start with uppercase&#10;characters, all remaining cased characters have lowercase.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.translate" func="yes">
<Overload retVal="" descr="S.translate(table [,deletechars]) -&gt; string&#10;&#10;Return a copy of the string S, where all characters occurring&#10;in the optional argument deletechars are removed, and the&#10;remaining characters have been mapped through the given&#10;translation table, which must be a string of length 256 or None.&#10;If the table argument is None, no translation is applied and&#10;the operation simply removes the characters in deletechars.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.upper" func="yes">
<Overload retVal="" descr="S.upper() -&gt; string&#10;&#10;Return a copy of the string S converted to uppercase.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringType.zfill" func="yes">
<Overload retVal="" descr="S.zfill(width) -&gt; string&#10;&#10;Pad a numeric string S with zeros on the left, to fill a field&#10;of the specified width. The string S is never truncated.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringTypes" func="yes">
<Overload retVal="" descr="(tuple)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.StringVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Studbutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TOP" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TRUE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Tcl" func="yes">
<Overload retVal="" descr=>
<Param name="[screenName=None" />
<Param name="[baseName=None" />
<Param name="[className=Tk" />
<Param name="[useTk=0]]]]" />
</Overload>
</KeyWord>
<KeyWord name="Dialog.TclError" />
<KeyWord name="Dialog.TclError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TclError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TclVersion" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Text" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Tk" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TkVersion" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Toplevel" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TracebackType" />
<KeyWord name="Dialog.TracebackType.tb_frame" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TracebackType.tb_lasti" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TracebackType.tb_lineno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TracebackType.tb_next" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Tributton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TupleType" func="yes">
<Overload retVal="" descr="tuple() -&gt; empty tuple&#10;tuple(iterable) -&gt; tuple initialized from iterable's items&#10;&#10;If the argument is a tuple, the return value is the same object.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TupleType.count" func="yes">
<Overload retVal="" descr="T.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TupleType.index" func="yes">
<Overload retVal="" descr="T.index(value, [start, [stop]]) -&gt; integer -- return first index of value.&#10;Raises ValueError if the value is not present.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TypeType" func="yes">
<Overload retVal="" descr="type(object) -&gt; the object's type&#10;type(name, bases, dict) -&gt; a new type">
</Overload>
</KeyWord>
<KeyWord name="Dialog.TypeType.mro" func="yes">
<Overload retVal="" descr="mro() -&gt; list&#10;return a type's method resolution order">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UNDERLINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UNITS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnboundMethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnboundMethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnboundMethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnboundMethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType" func="yes">
<Overload retVal="" descr="unicode(object='') -&gt; unicode object&#10;unicode(string[, encoding[, errors]]) -&gt; unicode object&#10;&#10;Create a new Unicode object from the given encoded string.&#10;encoding defaults to the current default string encoding.&#10;errors can be 'strict', 'replace' or 'ignore' and defaults to 'strict'.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.capitalize" func="yes">
<Overload retVal="" descr="S.capitalize() -&gt; unicode&#10;&#10;Return a capitalized version of S, i.e. make the first character&#10;have upper case and the rest lower case.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.center" func="yes">
<Overload retVal="" descr="S.center(width[, fillchar]) -&gt; unicode&#10;&#10;Return S centered in a Unicode string of length width. Padding is&#10;done using the specified fill character (default is a space)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.count" func="yes">
<Overload retVal="" descr="S.count(sub[, start[, end]]) -&gt; int&#10;&#10;Return the number of non-overlapping occurrences of substring sub in&#10;Unicode string S[start:end]. Optional arguments start and end are&#10;interpreted as in slice notation.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.decode" func="yes">
<Overload retVal="" descr="S.decode([encoding[,errors]]) -&gt; string or unicode&#10;&#10;Decodes S using the codec registered for encoding. encoding defaults&#10;to the default encoding. errors may be given to set a different error&#10;handling scheme. Default is 'strict' meaning that encoding errors raise&#10;a UnicodeDecodeError. Other possible values are 'ignore' and 'replace'&#10;as well as any other name registered with codecs.register_error that is&#10;able to handle UnicodeDecodeErrors.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.encode" func="yes">
<Overload retVal="" descr="S.encode([encoding[,errors]]) -&gt; string or unicode&#10;&#10;Encodes S using the codec registered for encoding. encoding defaults&#10;to the default encoding. errors may be given to set a different error&#10;handling scheme. Default is 'strict' meaning that encoding errors raise&#10;a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and&#10;'xmlcharrefreplace' as well as any other name registered with&#10;codecs.register_error that can handle UnicodeEncodeErrors.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.endswith" func="yes">
<Overload retVal="" descr="S.endswith(suffix[, start[, end]]) -&gt; bool&#10;&#10;Return True if S ends with the specified suffix, False otherwise.&#10;With optional start, test S beginning at that position.&#10;With optional end, stop comparing S at that position.&#10;suffix can also be a tuple of strings to try.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.expandtabs" func="yes">
<Overload retVal="" descr="S.expandtabs([tabsize]) -&gt; unicode&#10;&#10;Return a copy of S where all tab characters are expanded using spaces.&#10;If tabsize is not given, a tab size of 8 characters is assumed.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.find" func="yes">
<Overload retVal="" descr="S.find(sub [,start [,end]]) -&gt; int&#10;&#10;Return the lowest index in S where substring sub is found,&#10;such that sub is contained within S[start:end]. Optional&#10;arguments start and end are interpreted as in slice notation.&#10;&#10;Return -1 on failure.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.format" func="yes">
<Overload retVal="" descr="S.format(*args, **kwargs) -&gt; unicode&#10;&#10;Return a formatted version of S, using substitutions from args and kwargs.&#10;The substitutions are identified by braces ('{' and '}').">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.index" func="yes">
<Overload retVal="" descr="S.index(sub [,start [,end]]) -&gt; int&#10;&#10;Like S.find() but raise ValueError when the substring is not found.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.isalnum" func="yes">
<Overload retVal="" descr="S.isalnum() -&gt; bool&#10;&#10;Return True if all characters in S are alphanumeric&#10;and there is at least one character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.isalpha" func="yes">
<Overload retVal="" descr="S.isalpha() -&gt; bool&#10;&#10;Return True if all characters in S are alphabetic&#10;and there is at least one character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.isdecimal" func="yes">
<Overload retVal="" descr="S.isdecimal() -&gt; bool&#10;&#10;Return True if there are only decimal characters in S,&#10;False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.isdigit" func="yes">
<Overload retVal="" descr="S.isdigit() -&gt; bool&#10;&#10;Return True if all characters in S are digits&#10;and there is at least one character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.islower" func="yes">
<Overload retVal="" descr="S.islower() -&gt; bool&#10;&#10;Return True if all cased characters in S are lowercase and there is&#10;at least one cased character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.isnumeric" func="yes">
<Overload retVal="" descr="S.isnumeric() -&gt; bool&#10;&#10;Return True if there are only numeric characters in S,&#10;False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.isspace" func="yes">
<Overload retVal="" descr="S.isspace() -&gt; bool&#10;&#10;Return True if all characters in S are whitespace&#10;and there is at least one character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.istitle" func="yes">
<Overload retVal="" descr="S.istitle() -&gt; bool&#10;&#10;Return True if S is a titlecased string and there is at least one&#10;character in S, i.e. upper- and titlecase characters may only&#10;follow uncased characters and lowercase characters only cased ones.&#10;Return False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.isupper" func="yes">
<Overload retVal="" descr="S.isupper() -&gt; bool&#10;&#10;Return True if all cased characters in S are uppercase and there is&#10;at least one cased character in S, False otherwise.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.join" func="yes">
<Overload retVal="" descr="S.join(iterable) -&gt; unicode&#10;&#10;Return a string which is the concatenation of the strings in the&#10;iterable. The separator between elements is S.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.ljust" func="yes">
<Overload retVal="" descr="S.ljust(width[, fillchar]) -&gt; int&#10;&#10;Return S left-justified in a Unicode string of length width. Padding is&#10;done using the specified fill character (default is a space).">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.lower" func="yes">
<Overload retVal="" descr="S.lower() -&gt; unicode&#10;&#10;Return a copy of the string S converted to lowercase.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.lstrip" func="yes">
<Overload retVal="" descr="S.lstrip([chars]) -&gt; unicode&#10;&#10;Return a copy of the string S with leading whitespace removed.&#10;If chars is given and not None, remove characters in chars instead.&#10;If chars is a str, it will be converted to unicode before stripping">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.partition" func="yes">
<Overload retVal="" descr="S.partition(sep) -&gt; (head, sep, tail)&#10;&#10;Search for the separator sep in S, and return the part before it,&#10;the separator itself, and the part after it. If the separator is not&#10;found, return S and two empty strings.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.replace" func="yes">
<Overload retVal="" descr="S.replace(old, new[, count]) -&gt; unicode&#10;&#10;Return a copy of S with all occurrences of substring&#10;old replaced by new. If the optional argument count is&#10;given, only the first count occurrences are replaced.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.rfind" func="yes">
<Overload retVal="" descr="S.rfind(sub [,start [,end]]) -&gt; int&#10;&#10;Return the highest index in S where substring sub is found,&#10;such that sub is contained within S[start:end]. Optional&#10;arguments start and end are interpreted as in slice notation.&#10;&#10;Return -1 on failure.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.rindex" func="yes">
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -&gt; int&#10;&#10;Like S.rfind() but raise ValueError when the substring is not found.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.rjust" func="yes">
<Overload retVal="" descr="S.rjust(width[, fillchar]) -&gt; unicode&#10;&#10;Return S right-justified in a Unicode string of length width. Padding is&#10;done using the specified fill character (default is a space).">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.rpartition" func="yes">
<Overload retVal="" descr="S.rpartition(sep) -&gt; (head, sep, tail)&#10;&#10;Search for the separator sep in S, starting at the end of S, and return&#10;the part before it, the separator itself, and the part after it. If the&#10;separator is not found, return two empty strings and S.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.rsplit" func="yes">
<Overload retVal="" descr="S.rsplit([sep [,maxsplit]]) -&gt; list of strings&#10;&#10;Return a list of the words in S, using sep as the&#10;delimiter string, starting at the end of the string and&#10;working to the front. If maxsplit is given, at most maxsplit&#10;splits are done. If sep is not specified, any whitespace string&#10;is a separator.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.rstrip" func="yes">
<Overload retVal="" descr="S.rstrip([chars]) -&gt; unicode&#10;&#10;Return a copy of the string S with trailing whitespace removed.&#10;If chars is given and not None, remove characters in chars instead.&#10;If chars is a str, it will be converted to unicode before stripping">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.split" func="yes">
<Overload retVal="" descr="S.split([sep [,maxsplit]]) -&gt; list of strings&#10;&#10;Return a list of the words in S, using sep as the&#10;delimiter string. If maxsplit is given, at most maxsplit&#10;splits are done. If sep is not specified or is None, any&#10;whitespace string is a separator and empty strings are&#10;removed from the result.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.splitlines" func="yes">
<Overload retVal="" descr="S.splitlines(keepends=False) -&gt; list of strings&#10;&#10;Return a list of the lines in S, breaking at line boundaries.&#10;Line breaks are not included in the resulting list unless keepends&#10;is given and true.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.startswith" func="yes">
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -&gt; bool&#10;&#10;Return True if S starts with the specified prefix, False otherwise.&#10;With optional start, test S beginning at that position.&#10;With optional end, stop comparing S at that position.&#10;prefix can also be a tuple of strings to try.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.strip" func="yes">
<Overload retVal="" descr="S.strip([chars]) -&gt; unicode&#10;&#10;Return a copy of the string S with leading and trailing&#10;whitespace removed.&#10;If chars is given and not None, remove characters in chars instead.&#10;If chars is a str, it will be converted to unicode before stripping">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.swapcase" func="yes">
<Overload retVal="" descr="S.swapcase() -&gt; unicode&#10;&#10;Return a copy of S with uppercase characters converted to lowercase&#10;and vice versa.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.title" func="yes">
<Overload retVal="" descr="S.title() -&gt; unicode&#10;&#10;Return a titlecased version of S, i.e. words start with title case&#10;characters, all remaining cased characters have lower case.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.translate" func="yes">
<Overload retVal="" descr="S.translate(table) -&gt; unicode&#10;&#10;Return a copy of the string S, where all characters have been mapped&#10;through the given translation table, which must be a mapping of&#10;Unicode ordinals to Unicode ordinals, Unicode strings or None.&#10;Unmapped characters are left untouched. Characters mapped to None&#10;are deleted.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.upper" func="yes">
<Overload retVal="" descr="S.upper() -&gt; unicode&#10;&#10;Return a copy of S converted to uppercase.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.UnicodeType.zfill" func="yes">
<Overload retVal="" descr="S.zfill(width) -&gt; unicode&#10;&#10;Pad a numeric string S with zeros on the left, to fill a field&#10;of the specified width. The string S is never truncated.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.VERTICAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Variable" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.W" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.WORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.WRITABLE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Widget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Wm" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.X" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.XRangeType" func="yes">
<Overload retVal="" descr="xrange(stop) -&gt; xrange object&#10;xrange(start, stop[, step]) -&gt; xrange object&#10;&#10;Like range(), but instead of returning a list, returns an object that&#10;generates the numbers in the range on demand. For looping, this is &#10;slightly faster than range() and more memory efficient.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.XView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.Y" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.YES" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.YView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getboolean" func="yes">
<Overload retVal="" descr="Convert true and false to integer values 1 and 0.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="Dialog.getdouble" func="yes">
<Overload retVal="" descr="float(x) -&gt; floating point number&#10;&#10;Convert a string or number to a floating point number, if possible.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getdouble.as_integer_ratio" func="yes">
<Overload retVal="" descr="float.as_integer_ratio() -&gt; (int, int)&#10;&#10;Return a pair of integers, whose ratio is exactly equal to the original&#10;float and with a positive denominator.&#10;Raise OverflowError on infinities and a ValueError on NaNs.&#10;&#10;&gt;&gt;&gt; (10.0).as_integer_ratio()&#10;(10, 1)&#10;&gt;&gt;&gt; (0.0).as_integer_ratio()&#10;(0, 1)&#10;&gt;&gt;&gt; (-.25).as_integer_ratio()&#10;(-1, 4)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getdouble.conjugate" func="yes">
<Overload retVal="" descr="Return self, the complex conjugate of any float.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getdouble.fromhex" func="yes">
<Overload retVal="" descr="float.fromhex(string) -&gt; float&#10;&#10;Create a floating-point number from a hexadecimal string.&#10;&gt;&gt;&gt; float.fromhex('0x1.ffffp10')&#10;2047.984375&#10;&gt;&gt;&gt; float.fromhex('-0x1p-1074')&#10;-4.9406564584124654e-324">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getdouble.hex" func="yes">
<Overload retVal="" descr="float.hex() -&gt; string&#10;&#10;Return a hexadecimal representation of a floating-point number.&#10;&gt;&gt;&gt; (-0.1).hex()&#10;'-0x1.999999999999ap-4'&#10;&gt;&gt;&gt; 3.14159.hex()&#10;'0x1.921f9f01b866ep+1'">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getdouble.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getdouble.is_integer" func="yes">
<Overload retVal="" descr="Return True if the float is an integer.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getdouble.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getint" func="yes">
<Overload retVal="" descr="int(x=0) -&gt; int or long&#10;int(x, base=10) -&gt; int or long&#10;&#10;Convert a number or string to an integer, or return 0 if no arguments&#10;are given. If x is floating point, the conversion truncates towards zero.&#10;If x is outside the integer range, the function returns a long instead.&#10;&#10;If x is not a number or if base is given, then x must be a string or&#10;Unicode object representing an integer literal in the given base. The&#10;literal can be preceded by '+' or '-' and be surrounded by whitespace.&#10;The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to&#10;interpret the base from the string as an integer literal.&#10;&gt;&gt;&gt; int('0b100', base=0)&#10;4">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getint.bit_length" func="yes">
<Overload retVal="" descr="int.bit_length() -&gt; int&#10;&#10;Number of bits necessary to represent self in binary.&#10;&gt;&gt;&gt; bin(37)&#10;'0b100101'&#10;&gt;&gt;&gt; (37).bit_length()&#10;6">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getint.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getint.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getint.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getint.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.getint.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Dialog.image_names" />
<KeyWord name="Dialog.image_types" />
<KeyWord name="Dialog.mainloop" func="yes">
<Overload retVal="" descr="Run the main loop of Tcl.">
<Param name="[n=0]" />
</Overload>
</KeyWord>
<KeyWord name="Dialog.wantobjects" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Dict" func="yes">
<Overload retVal="" descr="Function of plistlib.Dict">
</Overload>
</KeyWord>
<KeyWord name="DictProxyType" func="yes">
<Overload retVal="" descr="Function of SimpleDialog.DictProxyType">
</Overload>
</KeyWord>
<KeyWord name="DictType" func="yes">
<Overload retVal="" descr="Function of xmlrpclib.DictType">
</Overload>
</KeyWord>
<KeyWord name="DictionaryType" func="yes">
<Overload retVal="" descr="Function of Tix.DictionaryType">
</Overload>
</KeyWord>
<KeyWord name="DivisionByZero" func="yes">
<Overload retVal="" descr="Function of decimal.DivisionByZero">
</Overload>
</KeyWord>
<KeyWord name="DivisionImpossible" func="yes">
<Overload retVal="" descr="Function of decimal.DivisionImpossible">
</Overload>
</KeyWord>
<KeyWord name="DivisionUndefined" func="yes">
<Overload retVal="" descr="Function of decimal.DivisionUndefined">
</Overload>
</KeyWord>
<KeyWord name="DllCanUnloadNow" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="DllGetClassObject" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="DocFileCase" func="yes">
<Overload retVal="" descr="Function of doctest.DocFileCase">
</Overload>
</KeyWord>
<KeyWord name="DocFileSuite" func="yes">
<Overload retVal="" descr="Function of doctest">
</Overload>
</KeyWord>
<KeyWord name="DocFileTest" func="yes">
<Overload retVal="" descr="Function of doctest">
</Overload>
</KeyWord>
<KeyWord name="DocTestCase" func="yes">
<Overload retVal="" descr="Function of doctest.DocTestCase">
</Overload>
</KeyWord>
<KeyWord name="DocTestSuite" func="yes">
<Overload retVal="" descr="Function of doctest">
</Overload>
</KeyWord>
<KeyWord name="DocXMLRPCServer" func="yes">
<Overload retVal="" descr="Self documenting XML-RPC Server.&#10;&#10;This module can be used to create XML-RPC servers that&#10;serve pydoc-style documentation in response to HTTP&#10;GET requests. This documentation is dynamically generated&#10;based on the functions and methods registered with the&#10;server.&#10;&#10;This module is built upon the pydoc and SimpleXMLRPCServer&#10;modules.">
</Overload>
</KeyWord>
<KeyWord name="DocXMLRPCServer.CGIXMLRPCRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="DocXMLRPCServer.DocCGIXMLRPCRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="DocXMLRPCServer.DocXMLRPCRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="DocXMLRPCServer.DocXMLRPCServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="DocXMLRPCServer.ServerHTMLDoc" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="DocXMLRPCServer.SimpleXMLRPCRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="DocXMLRPCServer.SimpleXMLRPCServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="DocXMLRPCServer.XMLRPCDocGenerator" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="DocXMLRPCServer.resolve_dotted_attribute" func="yes">
<Overload retVal="" descr="resolve_dotted_attribute(a, 'b.c.d') =&gt; a.b.c.d&#10;&#10;Resolves a dotted attribute name to an object. Raises&#10;an AttributeError if any attribute in the chain starts with a '_'.&#10;&#10;If the optional allow_dotted_names argument is false, dots are not&#10;supported and this function operates similar to getattr(obj, attr).">
<Param name="obj" />
<Param name="attr" />
<Param name="[allow_dotted_names=True]" />
</Overload>
</KeyWord>
<KeyWord name="EOFError" func="yes">
<Overload retVal="" descr="Read beyond end of file.">
</Overload>
</KeyWord>
<KeyWord name="Elinks" func="yes">
<Overload retVal="" descr="Function of webbrowser.Elinks">
</Overload>
</KeyWord>
<KeyWord name="EncodedFile" func="yes">
<Overload retVal="" descr="Function of codecs">
</Overload>
</KeyWord>
<KeyWord name="EnvironmentError" func="yes">
<Overload retVal="" descr="Base class for I/O related errors.">
</Overload>
</KeyWord>
<KeyWord name="ErrorString" func="yes">
<Overload retVal="" descr="Function of pyexpat">
</Overload>
</KeyWord>
<KeyWord name="Etiny" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="Etop" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="Event" func="yes">
<Overload retVal="" descr="Function of threading">
</Overload>
</KeyWord>
<KeyWord name="ExFileObject" func="yes">
<Overload retVal="" descr="Function of tarfile.ExFileObject">
</Overload>
</KeyWord>
<KeyWord name="Exception" func="yes">
<Overload retVal="" descr="Common base class for all non-exit exceptions.">
</Overload>
</KeyWord>
<KeyWord name="FCICreate" func="yes">
<Overload retVal="" descr="Function of msilib">
</Overload>
</KeyWord>
<KeyWord name="FakeSocket" func="yes">
<Overload retVal="" descr="Function of httplib">
</Overload>
</KeyWord>
<KeyWord name="False" />
<KeyWord name="FileDialog" func="yes">
<Overload retVal="" descr="File selection dialog classes.&#10;&#10;Classes:&#10;&#10;- FileDialog&#10;- LoadFileDialog&#10;- SaveFileDialog">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.ACTIVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.ALL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.ANCHOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.ARC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.At" func="yes">
<Overload retVal="" descr=>
<Param name="x" />
<Param name="[y=None]" />
</Overload>
</KeyWord>
<KeyWord name="FileDialog.AtEnd" />
<KeyWord name="FileDialog.AtInsert" />
<KeyWord name="FileDialog.AtSelFirst" />
<KeyWord name="FileDialog.AtSelLast" />
<KeyWord name="FileDialog.BASELINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BEVEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BOTH" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BOTTOM" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BROWSE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BUTT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BaseWidget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BitmapImage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BooleanType" func="yes">
<Overload retVal="" descr="bool(x) -&gt; bool&#10;&#10;Returns True when the argument x is true, False otherwise.&#10;The builtins True and False are the only two instances of the class bool.&#10;The class bool is a subclass of the class int, and cannot be subclassed.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BooleanType.bit_length" func="yes">
<Overload retVal="" descr="int.bit_length() -&gt; int&#10;&#10;Number of bits necessary to represent self in binary.&#10;&gt;&gt;&gt; bin(37)&#10;'0b100101'&#10;&gt;&gt;&gt; (37).bit_length()&#10;6">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BooleanType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BooleanType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BooleanType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BooleanType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BooleanType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BooleanVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BufferType" func="yes">
<Overload retVal="" descr="buffer(object [, offset[, size]])&#10;&#10;Create a new buffer object which references the given object.&#10;The buffer will reference a slice of the target object from the&#10;start of the object (or at the specified offset). The slice will&#10;extend to the end of the target object (or with the specified size).">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.BuiltinFunctionType" />
<KeyWord name="FileDialog.BuiltinMethodType" />
<KeyWord name="FileDialog.Button" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CASCADE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CENTER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CHAR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CHECKBUTTON" func="yes">
<Overload retVal="" descr="(str)"