Skip to content

Instantly share code, notes, and snippets.

@extramaster
Created July 7, 2016 05:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • 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)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CHORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.COMMAND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CURRENT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CallWrapper" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Canvas" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Checkbutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.CodeType.co_argcount" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_cellvars" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_consts" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_filename" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_firstlineno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_flags" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_freevars" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_lnotab" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_name" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_names" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_nlocals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_stacksize" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.CodeType.co_varnames" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.ComplexType.imag" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.ComplexType.real" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DISABLED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DOTBOX" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Dialog" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictProxyType" />
<KeyWord name="FileDialog.DictProxyType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.DictProxyType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictProxyType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictProxyType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictProxyType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictProxyType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictProxyType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.DictType.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.DictType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.DictType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.DictType.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.DictionaryType.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictionaryType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.DictionaryType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictionaryType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictionaryType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictionaryType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DictionaryType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.DictionaryType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.DictionaryType.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.DoubleVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.E" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.END" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.EW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.EXCEPTION" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.EXTENDED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.EllipsisType" />
<KeyWord name="FileDialog.Entry" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Event" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FLAT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FileDialog" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.FileType.closed" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FileType.encoding" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FileType.errors" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.FileType.flush" func="yes">
<Overload retVal="" descr="flush() -&gt; None. Flush the internal I/O buffer.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.FileType.mode" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FileType.name" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FileType.newlines" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FileType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.FileType.readinto" func="yes">
<Overload retVal="" descr="readinto() -&gt; Undocumented. Don't use this; it may go away.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.FileType.softspace" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FileType.tell" func="yes">
<Overload retVal="" descr="tell() -&gt; current file position, an integer (may be a long integer).">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.FloatType.conjugate" func="yes">
<Overload retVal="" descr="Return self, the complex conjugate of any float.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.FloatType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FloatType.is_integer" func="yes">
<Overload retVal="" descr="Return True if the float is an integer.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FloatType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Frame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType" />
<KeyWord name="FileDialog.FrameType.f_back" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_builtins" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_exc_traceback" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_exc_type" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_exc_value" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_lasti" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_lineno" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_locals" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_restricted" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FrameType.f_trace" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.FunctionType.func_closure" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FunctionType.func_code" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FunctionType.func_defaults" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FunctionType.func_dict" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FunctionType.func_doc" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FunctionType.func_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.FunctionType.func_name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.GROOVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.GeneratorType" />
<KeyWord name="FileDialog.GeneratorType.close" func="yes">
<Overload retVal="" descr="close() -&gt; raise GeneratorExit inside generator.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.GeneratorType.gi_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.GeneratorType.gi_frame" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.GeneratorType.gi_running" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.GeneratorType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.GetSetDescriptorType" />
<KeyWord name="FileDialog.Grid" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.HIDDEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.HORIZONTAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.INSERT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.INSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Image" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.InstanceType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.IntType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.IntType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.IntType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.IntType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.IntType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.IntVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LEFT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Label" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LabelFrame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.LambdaType.func_closure" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LambdaType.func_code" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LambdaType.func_defaults" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LambdaType.func_dict" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LambdaType.func_doc" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LambdaType.func_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LambdaType.func_name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.ListType.append" func="yes">
<Overload retVal="" descr="L.append(object) -- append object to end">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.ListType.count" func="yes">
<Overload retVal="" descr="L.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.ListType.extend" func="yes">
<Overload retVal="" descr="L.extend(iterable) -- extend list by appending elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.ListType.insert" func="yes">
<Overload retVal="" descr="L.insert(index, object) -- insert object before index">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.ListType.reverse" func="yes">
<Overload retVal="" descr="L.reverse() -- reverse *IN PLACE*">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.Listbox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LoadFileDialog" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.LongType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any long.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LongType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LongType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LongType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.LongType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.MITER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.MOVETO" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.MULTIPLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.MemberDescriptorType" />
<KeyWord name="FileDialog.Menu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Menubutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Message" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.MethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.MethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.MethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.MethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Misc" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.N" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.NE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.NONE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.NORMAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.NS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.NSEW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.NUMERIC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.NW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.NoneType" />
<KeyWord name="FileDialog.NotImplementedType" />
<KeyWord name="FileDialog.ON" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.OUTSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.ObjectType" func="yes">
<Overload retVal="" descr="The most base type">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.OptionMenu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.PAGES" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.PIESLICE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.PROJECTING" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Pack" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.PanedWindow" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.PhotoImage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Place" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.RADIOBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.RAISED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.READABLE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.RIDGE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.RIGHT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.ROUND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Radiobutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.S" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SCROLL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SEL_FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SEL_LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SEPARATOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SINGLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SOLID" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SUNKEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SaveFileDialog" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Scale" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Scrollbar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.SliceType.start" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SliceType.step" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.SliceType.stop" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Spinbox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.StringTypes" func="yes">
<Overload retVal="" descr="(tuple)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.StringVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Studbutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.TOP" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.TRUE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.TclError" />
<KeyWord name="FileDialog.TclError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.TclError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.TclVersion" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Text" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Tk" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.TkVersion" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Toplevel" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.TracebackType" />
<KeyWord name="FileDialog.TracebackType.tb_frame" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.TracebackType.tb_lasti" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.TracebackType.tb_lineno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.TracebackType.tb_next" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Tributton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.TupleType.count" func="yes">
<Overload retVal="" descr="T.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.TypeType.mro" func="yes">
<Overload retVal="" descr="mro() -&gt; list&#10;return a type's method resolution order">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.UNDERLINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.UNITS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.UnboundMethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.UnboundMethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.UnboundMethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.UnboundMethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.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="FileDialog.VERTICAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Variable" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.W" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.WORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.WRITABLE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Widget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Wm" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.X" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.XView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.Y" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.YES" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.YView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.getboolean" func="yes">
<Overload retVal="" descr="Convert true and false to integer values 1 and 0.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.getdouble.conjugate" func="yes">
<Overload retVal="" descr="Return self, the complex conjugate of any float.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.getdouble.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.getdouble.is_integer" func="yes">
<Overload retVal="" descr="Return True if the float is an integer.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.getdouble.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.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="FileDialog.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="FileDialog.getint.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.getint.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.getint.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.getint.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.getint.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.image_names" />
<KeyWord name="FileDialog.image_types" />
<KeyWord name="FileDialog.mainloop" func="yes">
<Overload retVal="" descr="Run the main loop of Tcl.">
<Param name="[n=0]" />
</Overload>
</KeyWord>
<KeyWord name="FileDialog.test" func="yes">
<Overload retVal="" descr="Simple test program.">
</Overload>
</KeyWord>
<KeyWord name="FileDialog.wantobjects" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="FileHandler" func="yes">
<Overload retVal="" descr="Function of logging.FileHandler">
</Overload>
</KeyWord>
<KeyWord name="FileHeader" func="yes">
<Overload retVal="" descr="Function of zipfile.ZipInfo">
</Overload>
</KeyWord>
<KeyWord name="FileIO" func="yes">
<Overload retVal="" descr="Function of io.FileIO">
</Overload>
</KeyWord>
<KeyWord name="FileType" func="yes">
<Overload retVal="" descr="Function of xmlrpclib.FileType">
</Overload>
</KeyWord>
<KeyWord name="FileTypeList" func="yes">
<Overload retVal="" descr="Function of Tix">
</Overload>
</KeyWord>
<KeyWord name="Filter" func="yes">
<Overload retVal="" descr="Function of logging.Filter">
</Overload>
</KeyWord>
<KeyWord name="Filterer" func="yes">
<Overload retVal="" descr="Function of logging.Filterer">
</Overload>
</KeyWord>
<KeyWord name="FixTk" />
<KeyWord name="FixTk.convert_path" />
<KeyWord name="FixTk.name" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FixTk.prefix" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FixTk.tcldir" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FixTk.tixdir" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FixTk.v" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FixTk.ver" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="FloatType" func="yes">
<Overload retVal="" descr="Function of Tkinter.FloatType">
</Overload>
</KeyWord>
<KeyWord name="FloatingPointError" func="yes">
<Overload retVal="" descr="Floating point operation failed.">
</Overload>
</KeyWord>
<KeyWord name="FormatError" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="Formatter" func="yes">
<Overload retVal="" descr="Function of logging.Formatter">
</Overload>
</KeyWord>
<KeyWord name="Function" func="yes">
<Overload retVal="" descr="Function of symtable.Function">
</Overload>
</KeyWord>
<KeyWord name="FunctionTestCase" func="yes">
<Overload retVal="" descr="Function of unittest.FunctionTestCase">
</Overload>
</KeyWord>
<KeyWord name="FutureWarning" func="yes">
<Overload retVal="" descr="Base class for warnings about constructs that will change semantically&#10;in the future.">
</Overload>
</KeyWord>
<KeyWord name="Galeon" func="yes">
<Overload retVal="" descr="Function of webbrowser.Galeon">
</Overload>
</KeyWord>
<KeyWord name="GeneratorExit" func="yes">
<Overload retVal="" descr="Request that a generator exit.">
</Overload>
</KeyWord>
<KeyWord name="GeneratorType" func="yes">
<Overload retVal="" descr="Function of xmlrpclib.GeneratorType">
</Overload>
</KeyWord>
<KeyWord name="GenericBrowser" func="yes">
<Overload retVal="" descr="Function of webbrowser.GenericBrowser">
</Overload>
</KeyWord>
<KeyWord name="Grail" func="yes">
<Overload retVal="" descr="Function of webbrowser.Grail">
</Overload>
</KeyWord>
<KeyWord name="HTMLCalendar" func="yes">
<Overload retVal="" descr="Function of calendar.HTMLCalendar">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser" func="yes">
<Overload retVal="" descr="A parser for HTML and XHTML.">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.HTMLParseError" func="yes">
<Overload retVal="" descr="Exception raised for all parse errors.">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.HTMLParseError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.HTMLParseError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.HTMLParser" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.attrfind" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.charref" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.commentclose" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.endendtag" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.endtagfind" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.entityref" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.incomplete" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.interesting_normal" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.locatestarttagend" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.piclose" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.starttagopen" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.tagfind" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTMLParser.tagfind_tolerant" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="HTTPError" func="yes">
<Overload retVal="" descr="Function of urllib2.HTTPError">
</Overload>
</KeyWord>
<KeyWord name="Handler" func="yes">
<Overload retVal="" descr="Function of logging.Handler">
</Overload>
</KeyWord>
<KeyWord name="HelpFormatter" func="yes">
<Overload retVal="" descr="Function of argparse.HelpFormatter">
</Overload>
</KeyWord>
<KeyWord name="HtmlDiff" func="yes">
<Overload retVal="" descr="Function of difflib.HtmlDiff">
</Overload>
</KeyWord>
<KeyWord name="IOError" func="yes">
<Overload retVal="" descr="I/O operation failed.">
</Overload>
</KeyWord>
<KeyWord name="ISEOF" func="yes">
<Overload retVal="" descr="Function of token">
</Overload>
</KeyWord>
<KeyWord name="ISNONTERMINAL" func="yes">
<Overload retVal="" descr="Function of token">
</Overload>
</KeyWord>
<KeyWord name="ISTERMINAL" func="yes">
<Overload retVal="" descr="Function of tokenize">
</Overload>
</KeyWord>
<KeyWord name="IS_CHARACTER_JUNK" func="yes">
<Overload retVal="" descr="Function of difflib">
</Overload>
</KeyWord>
<KeyWord name="IS_LINE_JUNK" func="yes">
<Overload retVal="" descr="Function of difflib">
</Overload>
</KeyWord>
<KeyWord name="ImmutableSet" func="yes">
<Overload retVal="" descr="Function of sets.ImmutableSet">
</Overload>
</KeyWord>
<KeyWord name="ImportError" func="yes">
<Overload retVal="" descr="Import can't find module, or can't find name in module.">
</Overload>
</KeyWord>
<KeyWord name="ImportWarning" func="yes">
<Overload retVal="" descr="Base class for warnings about probable mistakes in module imports">
</Overload>
</KeyWord>
<KeyWord name="IncrementalDecoder" func="yes">
<Overload retVal="" descr="Function of codecs.IncrementalDecoder">
</Overload>
</KeyWord>
<KeyWord name="IncrementalEncoder" func="yes">
<Overload retVal="" descr="Function of codecs.IncrementalEncoder">
</Overload>
</KeyWord>
<KeyWord name="IncrementalNewlineDecoder" func="yes">
<Overload retVal="" descr="Function of io.IncrementalNewlineDecoder">
</Overload>
</KeyWord>
<KeyWord name="IndentationError" func="yes">
<Overload retVal="" descr="Improper indentation.">
</Overload>
</KeyWord>
<KeyWord name="IndexError" func="yes">
<Overload retVal="" descr="Sequence index out of range.">
</Overload>
</KeyWord>
<KeyWord name="Inexact" func="yes">
<Overload retVal="" descr="Function of decimal.Inexact">
</Overload>
</KeyWord>
<KeyWord name="InstanceType" func="yes">
<Overload retVal="" descr="Function of types.InstanceType">
</Overload>
</KeyWord>
<KeyWord name="Int2AP" func="yes">
<Overload retVal="" descr="Function of imaplib">
</Overload>
</KeyWord>
<KeyWord name="IntType" func="yes">
<Overload retVal="" descr="Function of SimpleDialog.IntType">
</Overload>
</KeyWord>
<KeyWord name="Internaldate2tuple" func="yes">
<Overload retVal="" descr="Function of imaplib">
</Overload>
</KeyWord>
<KeyWord name="InvalidContext" func="yes">
<Overload retVal="" descr="Function of decimal.InvalidContext">
</Overload>
</KeyWord>
<KeyWord name="InvalidOperation" func="yes">
<Overload retVal="" descr="Function of decimal.InvalidOperation">
</Overload>
</KeyWord>
<KeyWord name="JSONDecoder" func="yes">
<Overload retVal="" descr="Function of json.JSONDecoder">
</Overload>
</KeyWord>
<KeyWord name="JSONEncoder" func="yes">
<Overload retVal="" descr="Function of json.JSONEncoder">
</Overload>
</KeyWord>
<KeyWord name="JoinableQueue" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="KeyError" func="yes">
<Overload retVal="" descr="Mapping key not found.">
</Overload>
</KeyWord>
<KeyWord name="KeyboardInterrupt" func="yes">
<Overload retVal="" descr="Program interrupted by user.">
</Overload>
</KeyWord>
<KeyWord name="Konqueror" func="yes">
<Overload retVal="" descr="Function of webbrowser.Konqueror">
</Overload>
</KeyWord>
<KeyWord name="LabeledScale" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="LibraryLoader" func="yes">
<Overload retVal="" descr="Function of ctypes.LibraryLoader">
</Overload>
</KeyWord>
<KeyWord name="ListType" func="yes">
<Overload retVal="" descr="Function of xmlrpclib.ListType">
</Overload>
</KeyWord>
<KeyWord name="LoadLibrary" func="yes">
<Overload retVal="" descr="Function of ctypes.LibraryLoader">
</Overload>
</KeyWord>
<KeyWord name="LocaleHTMLCalendar" func="yes">
<Overload retVal="" descr="Function of calendar.LocaleHTMLCalendar">
</Overload>
</KeyWord>
<KeyWord name="LocaleTextCalendar" func="yes">
<Overload retVal="" descr="Function of calendar.LocaleTextCalendar">
</Overload>
</KeyWord>
<KeyWord name="Lock" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="LockType" func="yes">
<Overload retVal="" descr="Function of dummy_thread.LockType">
</Overload>
</KeyWord>
<KeyWord name="LogRecord" func="yes">
<Overload retVal="" descr="Function of logging.LogRecord">
</Overload>
</KeyWord>
<KeyWord name="Logger" func="yes">
<Overload retVal="" descr="Function of logging.Logger">
</Overload>
</KeyWord>
<KeyWord name="LoggerAdapter" func="yes">
<Overload retVal="" descr="Function of logging.LoggerAdapter">
</Overload>
</KeyWord>
<KeyWord name="LongType" func="yes">
<Overload retVal="" descr="Function of FileDialog.LongType">
</Overload>
</KeyWord>
<KeyWord name="LookupError" func="yes">
<Overload retVal="" descr="Base class for lookup errors.">
</Overload>
</KeyWord>
<KeyWord name="Manager" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="Match" func="yes">
<Overload retVal="" descr="Function of difflib.Match">
</Overload>
</KeyWord>
<KeyWord name="MemoryError" func="yes">
<Overload retVal="" descr="Out of memory.">
</Overload>
</KeyWord>
<KeyWord name="MessageBeep" func="yes">
<Overload retVal="" descr="Function of winsound">
</Overload>
</KeyWord>
<KeyWord name="MimeWriter" func="yes">
<Overload retVal="" descr="Generic MIME writer.&#10;&#10;This module defines the class MimeWriter. The MimeWriter class implements&#10;a basic formatter for creating MIME multi-part files. It doesn't seek around&#10;the output file nor does it use large amounts of buffer space. You must write&#10;the parts out in the order that they should occur in the final file.&#10;MimeWriter does buffer the headers you add, allowing you to rearrange their&#10;order.">
</Overload>
</KeyWord>
<KeyWord name="MimeWriter.MimeWriter" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="MissingSectionHeaderError" func="yes">
<Overload retVal="" descr="Function of ConfigParser.MissingSectionHeaderError">
</Overload>
</KeyWord>
<KeyWord name="ModuleInfo" func="yes">
<Overload retVal="" descr="Function of inspect.ModuleInfo">
</Overload>
</KeyWord>
<KeyWord name="Morsel" func="yes">
<Overload retVal="" descr="Function of Cookie.Morsel">
</Overload>
</KeyWord>
<KeyWord name="Mozilla" func="yes">
<Overload retVal="" descr="Function of webbrowser.Mozilla">
</Overload>
</KeyWord>
<KeyWord name="NameError" func="yes">
<Overload retVal="" descr="Name not found globally.">
</Overload>
</KeyWord>
<KeyWord name="NamedTemporaryFile" func="yes">
<Overload retVal="" descr="Function of tempfile">
</Overload>
</KeyWord>
<KeyWord name="NannyNag" func="yes">
<Overload retVal="" descr="Function of tabnanny.NannyNag">
</Overload>
</KeyWord>
<KeyWord name="Netscape" func="yes">
<Overload retVal="" descr="Function of webbrowser.Netscape">
</Overload>
</KeyWord>
<KeyWord name="NoDefaultRoot" func="yes">
<Overload retVal="" descr="Function of Tkinter">
</Overload>
</KeyWord>
<KeyWord name="NodeTransformer" func="yes">
<Overload retVal="" descr="Function of ast.NodeTransformer">
</Overload>
</KeyWord>
<KeyWord name="NodeVisitor" func="yes">
<Overload retVal="" descr="Function of ast.NodeVisitor">
</Overload>
</KeyWord>
<KeyWord name="None" />
<KeyWord name="NotImplementedError" func="yes">
<Overload retVal="" descr="Method or function hasn't been implemented yet.">
</Overload>
</KeyWord>
<KeyWord name="NullHandler" func="yes">
<Overload retVal="" descr="Function of logging.NullHandler">
</Overload>
</KeyWord>
<KeyWord name="OSError" func="yes">
<Overload retVal="" descr="OS system call failed.">
</Overload>
</KeyWord>
<KeyWord name="OpenDatabase" func="yes">
<Overload retVal="" descr="Function of msilib">
</Overload>
</KeyWord>
<KeyWord name="OpenWrapper" func="yes">
<Overload retVal="" descr="Function of io">
</Overload>
</KeyWord>
<KeyWord name="Opera" func="yes">
<Overload retVal="" descr="Function of webbrowser.Opera">
</Overload>
</KeyWord>
<KeyWord name="OptionName" func="yes">
<Overload retVal="" descr="Function of Tix">
</Overload>
</KeyWord>
<KeyWord name="OrderedDict" func="yes">
<Overload retVal="" descr="Function of collections.OrderedDict">
</Overload>
</KeyWord>
<KeyWord name="OutputString" func="yes">
<Overload retVal="" descr="Function of Cookie.Morsel">
</Overload>
</KeyWord>
<KeyWord name="Overflow" func="yes">
<Overload retVal="" descr="Function of decimal.Overflow">
</Overload>
</KeyWord>
<KeyWord name="OverflowError" func="yes">
<Overload retVal="" descr="Result too large to be represented.">
</Overload>
</KeyWord>
<KeyWord name="PEM_cert_to_DER_cert" func="yes">
<Overload retVal="" descr="Function of ssl">
</Overload>
</KeyWord>
<KeyWord name="POINTER" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="PYFUNCTYPE" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="ParseFlags" func="yes">
<Overload retVal="" descr="Function of imaplib">
</Overload>
</KeyWord>
<KeyWord name="ParseResult" func="yes">
<Overload retVal="" descr="Function of urlparse.ParseResult">
</Overload>
</KeyWord>
<KeyWord name="ParserCreate" func="yes">
<Overload retVal="" descr="Function of pyexpat">
</Overload>
</KeyWord>
<KeyWord name="ParsingError" func="yes">
<Overload retVal="" descr="Function of ConfigParser.ParsingError">
</Overload>
</KeyWord>
<KeyWord name="Pen" func="yes">
<Overload retVal="" descr="Function of turtle.Pen">
</Overload>
</KeyWord>
<KeyWord name="PendingDeprecationWarning" func="yes">
<Overload retVal="" descr="Base class for warnings about features which will be deprecated&#10;in the future.">
</Overload>
</KeyWord>
<KeyWord name="Pickler" func="yes">
<Overload retVal="" descr="Function of shelve">
</Overload>
</KeyWord>
<KeyWord name="Pipe" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="PlaceHolder" func="yes">
<Overload retVal="" descr="Function of logging.PlaceHolder">
</Overload>
</KeyWord>
<KeyWord name="PlaySound" func="yes">
<Overload retVal="" descr="Function of winsound">
</Overload>
</KeyWord>
<KeyWord name="Plist" func="yes">
<Overload retVal="" descr="Function of plistlib.Plist">
</Overload>
</KeyWord>
<KeyWord name="Pool" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="Popen" func="yes">
<Overload retVal="" descr="Function of subprocess.Popen">
</Overload>
</KeyWord>
<KeyWord name="Process" func="yes">
<Overload retVal="" descr="Function of multiprocessing.Process">
</Overload>
</KeyWord>
<KeyWord name="Profile" func="yes">
<Overload retVal="" descr="Function of cProfile.Profile">
</Overload>
</KeyWord>
<KeyWord name="ProxyType" func="yes">
<Overload retVal="" descr="Function of weakref.ProxyType">
</Overload>
</KeyWord>
<KeyWord name="Purpose" func="yes">
<Overload retVal="" descr="Function of ssl.Purpose">
</Overload>
</KeyWord>
<KeyWord name="PyZipFile" func="yes">
<Overload retVal="" descr="Function of zipfile.PyZipFile">
</Overload>
</KeyWord>
<KeyWord name="Queue" func="yes">
<Overload retVal="" descr="A multi-producer, multi-consumer queue.">
</Overload>
</KeyWord>
<KeyWord name="Queue.Empty" func="yes">
<Overload retVal="" descr="Exception raised by Queue.get(block=0)/get_nowait().">
</Overload>
</KeyWord>
<KeyWord name="Queue.Empty.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Queue.Empty.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Queue.Full" func="yes">
<Overload retVal="" descr="Exception raised by Queue.put(block=0)/put_nowait().">
</Overload>
</KeyWord>
<KeyWord name="Queue.Full.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Queue.Full.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Queue.LifoQueue" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Queue.PriorityQueue" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Queue.Queue" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque" func="yes">
<Overload retVal="" descr="deque([iterable[, maxlen]]) --&gt; deque object&#10;&#10;Build an ordered collection with optimized access from its endpoints.">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.append" func="yes">
<Overload retVal="" descr="Add an element to the right side of the deque.">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.appendleft" func="yes">
<Overload retVal="" descr="Add an element to the left side of the deque.">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.clear" func="yes">
<Overload retVal="" descr="Remove all elements from the deque.">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.count" func="yes">
<Overload retVal="" descr="D.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.extend" func="yes">
<Overload retVal="" descr="Extend the right side of the deque with elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.extendleft" func="yes">
<Overload retVal="" descr="Extend the left side of the deque with elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.maxlen" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.pop" func="yes">
<Overload retVal="" descr="Remove and return the rightmost element.">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.popleft" func="yes">
<Overload retVal="" descr="Remove and return the leftmost element.">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.remove" func="yes">
<Overload retVal="" descr="D.remove(value) -- remove first occurrence of value.">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.reverse" func="yes">
<Overload retVal="" descr="D.reverse() -- reverse *IN PLACE*">
</Overload>
</KeyWord>
<KeyWord name="Queue.deque.rotate" func="yes">
<Overload retVal="" descr="Rotate the deque n steps to the right (default n=1). If n is negative, rotates left.">
</Overload>
</KeyWord>
<KeyWord name="RAND_add" func="yes">
<Overload retVal="" descr="Function of socket">
</Overload>
</KeyWord>
<KeyWord name="RAND_status" func="yes">
<Overload retVal="" descr="Function of ssl">
</Overload>
</KeyWord>
<KeyWord name="RLock" func="yes">
<Overload retVal="" descr="Function of dummy_threading">
</Overload>
</KeyWord>
<KeyWord name="Random" func="yes">
<Overload retVal="" descr="Function of random.Random">
</Overload>
</KeyWord>
<KeyWord name="RawArray" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="RawDescriptionHelpFormatter" func="yes">
<Overload retVal="" descr="Function of argparse.RawDescriptionHelpFormatter">
</Overload>
</KeyWord>
<KeyWord name="RawPen" func="yes">
<Overload retVal="" descr="Function of turtle.RawPen">
</Overload>
</KeyWord>
<KeyWord name="RawTextHelpFormatter" func="yes">
<Overload retVal="" descr="Function of argparse.RawTextHelpFormatter">
</Overload>
</KeyWord>
<KeyWord name="RawTurtle" func="yes">
<Overload retVal="" descr="Function of turtle.RawTurtle">
</Overload>
</KeyWord>
<KeyWord name="RawValue" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="ReferenceError" func="yes">
<Overload retVal="" descr="Weak ref proxy used after referent went away.">
</Overload>
</KeyWord>
<KeyWord name="ReplacePackage" func="yes">
<Overload retVal="" descr="Function of modulefinder">
</Overload>
</KeyWord>
<KeyWord name="RootLogger" func="yes">
<Overload retVal="" descr="Function of logging.RootLogger">
</Overload>
</KeyWord>
<KeyWord name="Rounded" func="yes">
<Overload retVal="" descr="Function of decimal.Rounded">
</Overload>
</KeyWord>
<KeyWord name="Row" func="yes">
<Overload retVal="" descr="Function of sqlite3.Row">
</Overload>
</KeyWord>
<KeyWord name="RuntimeError" func="yes">
<Overload retVal="" descr="Unspecified run-time error.">
</Overload>
</KeyWord>
<KeyWord name="RuntimeWarning" func="yes">
<Overload retVal="" descr="Base class for warnings about dubious runtime behavior.">
</Overload>
</KeyWord>
<KeyWord name="SSLContext" func="yes">
<Overload retVal="" descr="Function of ssl.SSLContext">
</Overload>
</KeyWord>
<KeyWord name="SSLSocket" func="yes">
<Overload retVal="" descr="Function of ssl.SSLSocket">
</Overload>
</KeyWord>
<KeyWord name="S_IFMT" func="yes">
<Overload retVal="" descr="Function of stat">
</Overload>
</KeyWord>
<KeyWord name="S_IMODE" func="yes">
<Overload retVal="" descr="Function of stat">
</Overload>
</KeyWord>
<KeyWord name="S_ISBLK" func="yes">
<Overload retVal="" descr="Function of macpath">
</Overload>
</KeyWord>
<KeyWord name="S_ISCHR" func="yes">
<Overload retVal="" descr="Function of stat">
</Overload>
</KeyWord>
<KeyWord name="S_ISDIR" func="yes">
<Overload retVal="" descr="Function of stat">
</Overload>
</KeyWord>
<KeyWord name="S_ISFIFO" func="yes">
<Overload retVal="" descr="Function of stat">
</Overload>
</KeyWord>
<KeyWord name="S_ISLNK" func="yes">
<Overload retVal="" descr="Function of macpath">
</Overload>
</KeyWord>
<KeyWord name="S_ISREG" func="yes">
<Overload retVal="" descr="Function of stat">
</Overload>
</KeyWord>
<KeyWord name="S_ISSOCK" func="yes">
<Overload retVal="" descr="Function of macpath">
</Overload>
</KeyWord>
<KeyWord name="Screen" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText" func="yes">
<Overload retVal="" descr="A ScrolledText widget feels like a text widget but also has a&#10;vertical scroll bar on its right. (Later, options may be added to&#10;add a horizontal bar as well, to make the bars disappear&#10;automatically when not needed, to move them to the other side of the&#10;window, etc.)&#10;&#10;Configuration options are passed to the Text widget.&#10;A Frame widget is inserted between the master and the text, to hold&#10;the Scrollbar widget.&#10;Most methods calls are inherited from the Text widget; Pack, Grid and&#10;Place methods are redirected to the Frame widget however.">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.BOTH" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.Frame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.Grid" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.LEFT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.Pack" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.Place" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.RIGHT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.Scrollbar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.ScrolledText" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.Text" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.Y" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="ScrolledText.example" />
<KeyWord name="Semaphore" func="yes">
<Overload retVal="" descr="Function of dummy_threading">
</Overload>
</KeyWord>
<KeyWord name="SerialCookie" func="yes">
<Overload retVal="" descr="Function of Cookie.SerialCookie">
</Overload>
</KeyWord>
<KeyWord name="Set" func="yes">
<Overload retVal="" descr="Function of sets.Set">
</Overload>
</KeyWord>
<KeyWord name="SetPointerType" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="Shape" func="yes">
<Overload retVal="" descr="Function of turtle.Shape">
</Overload>
</KeyWord>
<KeyWord name="SimpleCookie" func="yes">
<Overload retVal="" descr="Function of Cookie.SimpleCookie">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog" func="yes">
<Overload retVal="" descr="A simple but flexible modal dialog box.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.ACTIVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.ALL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.ANCHOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.ARC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.At" func="yes">
<Overload retVal="" descr=>
<Param name="x" />
<Param name="[y=None]" />
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.AtEnd" />
<KeyWord name="SimpleDialog.AtInsert" />
<KeyWord name="SimpleDialog.AtSelFirst" />
<KeyWord name="SimpleDialog.AtSelLast" />
<KeyWord name="SimpleDialog.BASELINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BEVEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BOTH" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BOTTOM" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BROWSE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BUTT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BaseWidget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BitmapImage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.BooleanType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BooleanType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BooleanType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BooleanType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BooleanType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.BooleanVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.BuiltinFunctionType" />
<KeyWord name="SimpleDialog.BuiltinMethodType" />
<KeyWord name="SimpleDialog.Button" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CASCADE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CENTER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CHAR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CHECKBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CHORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.COMMAND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CURRENT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CallWrapper" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Canvas" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Checkbutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.CodeType.co_argcount" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_cellvars" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_consts" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_filename" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_firstlineno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_flags" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_freevars" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_lnotab" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_name" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_names" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_nlocals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_stacksize" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.CodeType.co_varnames" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.ComplexType.imag" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.ComplexType.real" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DISABLED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DOTBOX" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictProxyType" />
<KeyWord name="SimpleDialog.DictProxyType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.DictProxyType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictProxyType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictProxyType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictProxyType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictProxyType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictProxyType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.DictType.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.DictType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.DictType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.DictType.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.DictionaryType.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictionaryType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.DictionaryType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictionaryType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictionaryType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictionaryType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DictionaryType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.DictionaryType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.DictionaryType.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.DoubleVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.E" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.END" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.EW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.EXCEPTION" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.EXTENDED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.EllipsisType" />
<KeyWord name="SimpleDialog.Entry" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Event" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FLAT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.FileType.closed" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FileType.encoding" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FileType.errors" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.FileType.flush" func="yes">
<Overload retVal="" descr="flush() -&gt; None. Flush the internal I/O buffer.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.FileType.mode" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FileType.name" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FileType.newlines" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FileType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.FileType.readinto" func="yes">
<Overload retVal="" descr="readinto() -&gt; Undocumented. Don't use this; it may go away.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.FileType.softspace" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FileType.tell" func="yes">
<Overload retVal="" descr="tell() -&gt; current file position, an integer (may be a long integer).">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.FloatType.conjugate" func="yes">
<Overload retVal="" descr="Return self, the complex conjugate of any float.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.FloatType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FloatType.is_integer" func="yes">
<Overload retVal="" descr="Return True if the float is an integer.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FloatType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Frame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType" />
<KeyWord name="SimpleDialog.FrameType.f_back" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_builtins" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_exc_traceback" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_exc_type" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_exc_value" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_lasti" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_lineno" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_locals" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_restricted" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FrameType.f_trace" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.FunctionType.func_closure" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FunctionType.func_code" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FunctionType.func_defaults" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FunctionType.func_dict" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FunctionType.func_doc" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FunctionType.func_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.FunctionType.func_name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.GROOVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.GeneratorType" />
<KeyWord name="SimpleDialog.GeneratorType.close" func="yes">
<Overload retVal="" descr="close() -&gt; raise GeneratorExit inside generator.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.GeneratorType.gi_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.GeneratorType.gi_frame" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.GeneratorType.gi_running" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.GeneratorType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.GetSetDescriptorType" />
<KeyWord name="SimpleDialog.Grid" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.HIDDEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.HORIZONTAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.INSERT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.INSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Image" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.InstanceType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.IntType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.IntType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.IntType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.IntType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.IntType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.IntVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LEFT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Label" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LabelFrame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.LambdaType.func_closure" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LambdaType.func_code" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LambdaType.func_defaults" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LambdaType.func_dict" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LambdaType.func_doc" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LambdaType.func_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LambdaType.func_name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.ListType.append" func="yes">
<Overload retVal="" descr="L.append(object) -- append object to end">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.ListType.count" func="yes">
<Overload retVal="" descr="L.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.ListType.extend" func="yes">
<Overload retVal="" descr="L.extend(iterable) -- extend list by appending elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.ListType.insert" func="yes">
<Overload retVal="" descr="L.insert(index, object) -- insert object before index">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.ListType.reverse" func="yes">
<Overload retVal="" descr="L.reverse() -- reverse *IN PLACE*">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.Listbox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.LongType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any long.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LongType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LongType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LongType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.LongType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.MITER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.MOVETO" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.MULTIPLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.MemberDescriptorType" />
<KeyWord name="SimpleDialog.Menu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Menubutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Message" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.MethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.MethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.MethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.MethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Misc" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.N" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.NE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.NONE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.NORMAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.NS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.NSEW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.NUMERIC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.NW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.NoneType" />
<KeyWord name="SimpleDialog.NotImplementedType" />
<KeyWord name="SimpleDialog.ON" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.OUTSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.ObjectType" func="yes">
<Overload retVal="" descr="The most base type">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.OptionMenu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.PAGES" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.PIESLICE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.PROJECTING" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Pack" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.PanedWindow" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.PhotoImage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Place" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.RADIOBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.RAISED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.READABLE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.RIDGE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.RIGHT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.ROUND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Radiobutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.S" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SCROLL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SEL_FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SEL_LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SEPARATOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SINGLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SOLID" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SUNKEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Scale" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Scrollbar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SimpleDialog" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.SliceType.start" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SliceType.step" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.SliceType.stop" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Spinbox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.StringTypes" func="yes">
<Overload retVal="" descr="(tuple)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.StringVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Studbutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.TOP" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.TRUE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.TclError" />
<KeyWord name="SimpleDialog.TclError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.TclError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.TclVersion" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Text" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Tk" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.TkVersion" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Toplevel" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.TracebackType" />
<KeyWord name="SimpleDialog.TracebackType.tb_frame" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.TracebackType.tb_lasti" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.TracebackType.tb_lineno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.TracebackType.tb_next" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Tributton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.TupleType.count" func="yes">
<Overload retVal="" descr="T.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.TypeType.mro" func="yes">
<Overload retVal="" descr="mro() -&gt; list&#10;return a type's method resolution order">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.UNDERLINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.UNITS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.UnboundMethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.UnboundMethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.UnboundMethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.UnboundMethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.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="SimpleDialog.VERTICAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Variable" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.W" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.WORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.WRITABLE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Widget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Wm" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.X" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.XView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.Y" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.YES" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.YView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.getboolean" func="yes">
<Overload retVal="" descr="Convert true and false to integer values 1 and 0.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.getdouble.conjugate" func="yes">
<Overload retVal="" descr="Return self, the complex conjugate of any float.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.getdouble.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.getdouble.is_integer" func="yes">
<Overload retVal="" descr="Return True if the float is an integer.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.getdouble.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.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="SimpleDialog.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="SimpleDialog.getint.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.getint.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.getint.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.getint.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.getint.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.image_names" />
<KeyWord name="SimpleDialog.image_types" />
<KeyWord name="SimpleDialog.mainloop" func="yes">
<Overload retVal="" descr="Run the main loop of Tcl.">
<Param name="[n=0]" />
</Overload>
</KeyWord>
<KeyWord name="SimpleDialog.wantobjects" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="SimpleHTTPServer" func="yes">
<Overload retVal="" descr="Simple HTTP Server.&#10;&#10;This module builds on BaseHTTPServer by implementing the standard GET&#10;and HEAD requests in a fairly straightforward manner.">
</Overload>
</KeyWord>
<KeyWord name="SimpleHTTPServer.SimpleHTTPRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleHTTPServer.StringIO" func="yes">
<Overload retVal="" descr="StringIO([s]) -- Return a StringIO-like stream for reading or writing">
</Overload>
</KeyWord>
<KeyWord name="SimpleHTTPServer.test" func="yes">
<Overload retVal="" descr=>
<Param name="[HandlerClass=SimpleHTTPServer.SimpleHTTPRequestHandler" />
<Param name="[ServerClass=BaseHTTPServer.HTTPServer]]" />
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer" func="yes">
<Overload retVal="" descr="Simple XML-RPC Server.&#10;&#10;This module can be used to create simple XML-RPC servers&#10;by creating a server and either installing functions, a&#10;class instance, or by extending the SimpleXMLRPCServer&#10;class.&#10;&#10;It can also be used to handle XML-RPC requests in a CGI&#10;environment using CGIXMLRPCRequestHandler.&#10;&#10;A list of possible usage patterns follows:&#10;&#10;1. Install functions:&#10;&#10;server = SimpleXMLRPCServer((&quot;localhost&quot;, 8000))&#10;server.register_function(pow)&#10;server.register_function(lambda x,y: x+y, 'add')&#10;server.serve_forever()&#10;&#10;2. Install an instance:&#10;&#10;class MyFuncs:&#10; def __init__(self):&#10; # make all of the string functions available through&#10; # string.func_name&#10; import string&#10; self.string = string&#10; def _listMethods(self):&#10; # implement this method so that system.listMethods&#10; # knows to advertise the strings methods&#10; return list_public_methods(self) + \&#10; ['string.' + method for method in list_public_methods(self.string)]&#10; def pow(self, x, y): return pow(x, y)&#10; def add(self, x, y) : return x + y&#10;&#10;server = SimpleXMLRPCServer((&quot;localhost&quot;, 8000))&#10;server.register_introspection_functions()&#10;server.register_instance(MyFuncs())&#10;server.serve_forever()&#10;&#10;3. Install an instance with custom dispatch method:&#10;&#10;class Math:&#10; def _listMethods(self):&#10; # this method must be present for system.listMethods&#10; # to work&#10; return ['add', 'pow']&#10; def _methodHelp(self, method):&#10; # this method must be present for system.methodHelp&#10; # to work&#10; if method == 'add':&#10; return &quot;add(2,3) =&gt; 5&quot;&#10; elif method == 'pow':&#10; return &quot;pow(x, y[, z]) =&gt; number&quot;&#10; else:&#10; # By convention, return empty&#10; # string if no help is available&#10; return &quot;&quot;&#10; def _dispatch(self, method, params):&#10; if method == 'pow':&#10; return pow(*params)&#10; elif method == 'add':&#10; return params[0] + params[1]&#10; else:&#10; raise 'bad method'&#10;&#10;server = SimpleXMLRPCServer((&quot;localhost&quot;, 8000))&#10;server.register_introspection_functions()&#10;server.register_instance(Math())&#10;server.serve_forever()&#10;&#10;4. Subclass SimpleXMLRPCServer:&#10;&#10;class MathServer(SimpleXMLRPCServer):&#10; def _dispatch(self, method, params):&#10; try:&#10; # We are forcing the 'export_' prefix on methods that are&#10; # callable through XML-RPC to prevent potential security&#10; # problems&#10; func = getattr(self, 'export_' + method)&#10; except AttributeError:&#10; raise Exception('method &quot;%s&quot; is not supported' % method)&#10; else:&#10; return func(*params)&#10;&#10; def export_add(self, x, y):&#10; return x + y&#10;&#10;server = MathServer((&quot;localhost&quot;, 8000))&#10;server.serve_forever()&#10;&#10;5. CGI script:&#10;&#10;server = CGIXMLRPCRequestHandler()&#10;server.register_function(pow)&#10;server.handle_request()">
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.CGIXMLRPCRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.Fault" func="yes">
<Overload retVal="" descr="Indicates an XML-RPC fault package.">
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.Fault.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.Fault.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.MultiPathXMLRPCServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.SimpleXMLRPCDispatcher" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.SimpleXMLRPCRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.SimpleXMLRPCServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.list_public_methods" func="yes">
<Overload retVal="" descr="Returns a list of attribute strings, found in the specified&#10;object, which represent callable attributes">
<Param name="obj" />
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.remove_duplicates" func="yes">
<Overload retVal="" descr="remove_duplicates([2,2,2,1,3,3]) =&gt; [3,1,2]&#10;&#10;Returns a copy of a list without duplicates. Every list&#10;item must be hashable and the order of the items in the&#10;resulting list is not defined.">
<Param name="lst" />
</Overload>
</KeyWord>
<KeyWord name="SimpleXMLRPCServer.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="SkipDocTestCase" func="yes">
<Overload retVal="" descr="Function of doctest.SkipDocTestCase">
</Overload>
</KeyWord>
<KeyWord name="SliceType" func="yes">
<Overload retVal="" descr="Function of FileDialog.SliceType">
</Overload>
</KeyWord>
<KeyWord name="SmartCookie" func="yes">
<Overload retVal="" descr="Function of Cookie.SmartCookie">
</Overload>
</KeyWord>
<KeyWord name="SocketServer" func="yes">
<Overload retVal="" descr="Generic socket server classes.&#10;&#10;This module tries to capture the various aspects of defining a server:&#10;&#10;For socket-based servers:&#10;&#10;- address family:&#10; - AF_INET{,6}: IP (Internet Protocol) sockets (default)&#10; - AF_UNIX: Unix domain sockets&#10; - others, e.g. AF_DECNET are conceivable (see &lt;socket.h&gt;&#10;- socket type:&#10; - SOCK_STREAM (reliable stream, e.g. TCP)&#10; - SOCK_DGRAM (datagrams, e.g. UDP)&#10;&#10;For request-based servers (including socket-based):&#10;&#10;- client address verification before further looking at the request&#10; (This is actually a hook for any processing that needs to look&#10; at the request before anything else, e.g. logging)&#10;- how to handle multiple requests:&#10; - synchronous (one request is handled at a time)&#10; - forking (each request is handled by a new process)&#10; - threading (each request is handled by a new thread)&#10;&#10;The classes in this module favor the server type that is simplest to&#10;write: a synchronous TCP/IP server. This is bad class design, but&#10;save some typing. (There's also the issue that a deep class hierarchy&#10;slows down method lookups.)&#10;&#10;There are five classes in an inheritance diagram, four of which represent&#10;synchronous servers of four types:&#10;&#10; +------------+&#10; | BaseServer |&#10; +------------+&#10; |&#10; v&#10; +-----------+ +------------------+&#10; | TCPServer |-------&gt;| UnixStreamServer |&#10; +-----------+ +------------------+&#10; |&#10; v&#10; +-----------+ +--------------------+&#10; | UDPServer |-------&gt;| UnixDatagramServer |&#10; +-----------+ +--------------------+&#10;&#10;Note that UnixDatagramServer derives from UDPServer, not from&#10;UnixStreamServer -- the only difference between an IP and a Unix&#10;stream server is the address family, which is simply repeated in both&#10;unix server classes.&#10;&#10;Forking and threading versions of each type of server can be created&#10;using the ForkingMixIn and ThreadingMixIn mix-in classes. For&#10;instance, a threading UDP server class is created as follows:&#10;&#10; class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass&#10;&#10;The Mix-in class must come first, since it overrides a method defined&#10;in UDPServer! Setting the various member variables also changes&#10;the behavior of the underlying server mechanism.&#10;&#10;To implement a service, you must derive a class from&#10;BaseRequestHandler and redefine its handle() method. You can then run&#10;various versions of the service by combining one of the server classes&#10;with your request handler class.&#10;&#10;The request handler class must be different for datagram or stream&#10;services. This can be hidden by using the request handler&#10;subclasses StreamRequestHandler or DatagramRequestHandler.&#10;&#10;Of course, you still have to use your head!&#10;&#10;For instance, it makes no sense to use a forking server if the service&#10;contains state in memory that can be modified by requests (since the&#10;modifications in the child process would never reach the initial state&#10;kept in the parent process and passed to each child). In this case,&#10;you can use a threading server, but you will probably have to use&#10;locks to avoid two requests that come in nearly simultaneous to apply&#10;conflicting changes to the server state.&#10;&#10;On the other hand, if you are building e.g. an HTTP server, where all&#10;data is stored externally (e.g. in the file system), a synchronous&#10;class will essentially render the service &quot;deaf&quot; while one request is&#10;being handled -- which may be for a very long time if a client is slow&#10;to read all the data it has requested. Here a threading or forking&#10;server is appropriate.&#10;&#10;In some cases, it may be appropriate to process part of a request&#10;synchronously, but to finish processing in a forked child depending on&#10;the request data. This can be implemented by using a synchronous&#10;server and doing an explicit fork in the request handler class&#10;handle() method.&#10;&#10;Another approach to handling multiple simultaneous requests in an&#10;environment that supports neither threads nor fork (or where these are&#10;too expensive or inappropriate for the service) is to maintain an&#10;explicit table of partially finished requests and to use select() to&#10;decide which request to work on next (or whether to handle a new&#10;incoming request). This is particularly important for stream services&#10;where each client can potentially be connected for a long time (if&#10;threads or subprocesses cannot be used).&#10;&#10;Future work:&#10;- Standard classes for Sun RPC (which uses either UDP or TCP)&#10;- Standard mix-in classes to implement various authentication&#10; and encryption schemes&#10;- Standard framework for select-based multiplexing&#10;&#10;XXX Open problems:&#10;- What to do with out-of-band data?&#10;&#10;BaseServer:&#10;- split generic &quot;request&quot; functionality out into BaseServer class.&#10; Copyright (C) 2000 Luke Kenneth Casson Leighton &lt;lkcl@samba.org&gt;&#10;&#10; example: read entries from a SQL database (requires overriding&#10; get_request() to return a table entry from the database).&#10; entry is processed by a RequestHandlerClass.">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.BaseRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.BaseServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.DatagramRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.ForkingMixIn" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.ForkingTCPServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.ForkingUDPServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.StreamRequestHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.TCPServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.ThreadingMixIn" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.ThreadingTCPServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.ThreadingUDPServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketServer.UDPServer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="SocketType" func="yes">
<Overload retVal="" descr="Function of socket.SocketType">
</Overload>
</KeyWord>
<KeyWord name="SplitResult" func="yes">
<Overload retVal="" descr="Function of urlparse.SplitResult">
</Overload>
</KeyWord>
<KeyWord name="StandardError" func="yes">
<Overload retVal="" descr="Base class for all standard Python exceptions that do not represent&#10;interpreter exiting.">
</Overload>
</KeyWord>
<KeyWord name="Stats" func="yes">
<Overload retVal="" descr="Function of profile">
</Overload>
</KeyWord>
<KeyWord name="StopIteration" func="yes">
<Overload retVal="" descr="Signal the end from iterator.next().">
</Overload>
</KeyWord>
<KeyWord name="StreamHandler" func="yes">
<Overload retVal="" descr="Function of logging.StreamHandler">
</Overload>
</KeyWord>
<KeyWord name="StringIO" func="yes">
<Overload retVal="" descr="File-like objects that read from or write to a string buffer.&#10;&#10;This implements (nearly) all stdio methods.&#10;&#10;f = StringIO() # ready for writing&#10;f = StringIO(buf) # ready for reading&#10;f.close() # explicitly release resources held&#10;flag = f.isatty() # always false&#10;pos = f.tell() # get current position&#10;f.seek(pos) # set current position&#10;f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF&#10;buf = f.read() # read until EOF&#10;buf = f.read(n) # read up to n bytes&#10;buf = f.readline() # read until end of line ('\n') or EOF&#10;list = f.readlines()# list of f.readline() results until EOF&#10;f.truncate([size]) # truncate file at to at most size (default: current pos)&#10;f.write(buf) # write at current position&#10;f.writelines(list) # for line in list: f.write(line)&#10;f.getvalue() # return whole file's contents as a string&#10;&#10;Notes:&#10;- Using a real file is often faster (but less convenient).&#10;- There's also a much faster implementation in C, called cStringIO, but&#10; it's not subclassable.&#10;- fileno() is left unimplemented so that code which uses it triggers&#10; an exception early.&#10;- Seeking far beyond EOF and then writing will insert real null&#10; bytes that occupy space in the buffer.&#10;- There's a simple test set (see end of this file).">
</Overload>
</KeyWord>
<KeyWord name="StringIO.EINVAL" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="StringIO.StringIO" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="StringIO.test" />
<KeyWord name="StringType" func="yes">
<Overload retVal="" descr="Function of types.StringType">
</Overload>
</KeyWord>
<KeyWord name="Struct" func="yes">
<Overload retVal="" descr="Function of struct.Struct">
</Overload>
</KeyWord>
<KeyWord name="Style" func="yes">
<Overload retVal="" descr="Function of ttk.Style">
</Overload>
</KeyWord>
<KeyWord name="Subnormal" func="yes">
<Overload retVal="" descr="Function of decimal.Subnormal">
</Overload>
</KeyWord>
<KeyWord name="Symbol" func="yes">
<Overload retVal="" descr="Function of symtable.Symbol">
</Overload>
</KeyWord>
<KeyWord name="SymbolTable" func="yes">
<Overload retVal="" descr="Function of symtable.SymbolTable">
</Overload>
</KeyWord>
<KeyWord name="SyntaxError" func="yes">
<Overload retVal="" descr="Invalid syntax.">
</Overload>
</KeyWord>
<KeyWord name="SyntaxWarning" func="yes">
<Overload retVal="" descr="Base class for warnings about dubious syntax.">
</Overload>
</KeyWord>
<KeyWord name="SystemError" func="yes">
<Overload retVal="" descr="Internal error in the Python interpreter.&#10;&#10;Please report this to the Python maintainer, along with the traceback,&#10;the Python version, and the hardware/OS platform and version.">
</Overload>
</KeyWord>
<KeyWord name="SystemExit" func="yes">
<Overload retVal="" descr="Request to exit from the interpreter.">
</Overload>
</KeyWord>
<KeyWord name="SystemRandom" func="yes">
<Overload retVal="" descr="Function of random.SystemRandom">
</Overload>
</KeyWord>
<KeyWord name="TNavigator" func="yes">
<Overload retVal="" descr="Function of turtle.TNavigator">
</Overload>
</KeyWord>
<KeyWord name="TPen" func="yes">
<Overload retVal="" descr="Function of turtle.TPen">
</Overload>
</KeyWord>
<KeyWord name="TabError" func="yes">
<Overload retVal="" descr="Improper mixture of spaces and tabs.">
</Overload>
</KeyWord>
<KeyWord name="TarFile" func="yes">
<Overload retVal="" descr="Function of tarfile.TarFile">
</Overload>
</KeyWord>
<KeyWord name="TarInfo" func="yes">
<Overload retVal="" descr="Function of tarfile.TarInfo">
</Overload>
</KeyWord>
<KeyWord name="Tbuffer" func="yes">
<Overload retVal="" descr="Function of turtle.Tbuffer">
</Overload>
</KeyWord>
<KeyWord name="Tcl" func="yes">
<Overload retVal="" descr="Function of FileDialog">
</Overload>
</KeyWord>
<KeyWord name="TemporaryFile" func="yes">
<Overload retVal="" descr="Function of tempfile">
</Overload>
</KeyWord>
<KeyWord name="TestCase" func="yes">
<Overload retVal="" descr="Function of unittest.TestCase">
</Overload>
</KeyWord>
<KeyWord name="TestLoader" func="yes">
<Overload retVal="" descr="Function of unittest.TestLoader">
</Overload>
</KeyWord>
<KeyWord name="TestProgram" func="yes">
<Overload retVal="" descr="Function of unittest.TestProgram">
</Overload>
</KeyWord>
<KeyWord name="TestResult" func="yes">
<Overload retVal="" descr="Function of unittest.TestResult">
</Overload>
</KeyWord>
<KeyWord name="TestResults" func="yes">
<Overload retVal="" descr="Function of doctest.TestResults">
</Overload>
</KeyWord>
<KeyWord name="TestSuite" func="yes">
<Overload retVal="" descr="Function of unittest.TestSuite">
</Overload>
</KeyWord>
<KeyWord name="TextCalendar" func="yes">
<Overload retVal="" descr="Function of calendar.TextCalendar">
</Overload>
</KeyWord>
<KeyWord name="TextIOWrapper" func="yes">
<Overload retVal="" descr="Function of io.TextIOWrapper">
</Overload>
</KeyWord>
<KeyWord name="TextTestResult" func="yes">
<Overload retVal="" descr="Function of unittest.TextTestResult">
</Overload>
</KeyWord>
<KeyWord name="TextTestRunner" func="yes">
<Overload retVal="" descr="Function of unittest.TextTestRunner">
</Overload>
</KeyWord>
<KeyWord name="Thread" func="yes">
<Overload retVal="" descr="Function of threading.Thread">
</Overload>
</KeyWord>
<KeyWord name="Time" func="yes">
<Overload retVal="" descr="Function of sqlite3.Time">
</Overload>
</KeyWord>
<KeyWord name="Time2Internaldate" func="yes">
<Overload retVal="" descr="Function of imaplib">
</Overload>
</KeyWord>
<KeyWord name="TimeFromTicks" func="yes">
<Overload retVal="" descr="Function of sqlite3">
</Overload>
</KeyWord>
<KeyWord name="Timer" func="yes">
<Overload retVal="" descr="Function of threading">
</Overload>
</KeyWord>
<KeyWord name="Timestamp" func="yes">
<Overload retVal="" descr="Function of sqlite3.Timestamp">
</Overload>
</KeyWord>
<KeyWord name="TimestampFromTicks" func="yes">
<Overload retVal="" descr="Function of sqlite3">
</Overload>
</KeyWord>
<KeyWord name="Tix" />
<KeyWord name="Tix.ACROSSTOP" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ACTIVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ALL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ANCHOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ARC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ASCII" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.AUTO" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.At" func="yes">
<Overload retVal="" descr=>
<Param name="x" />
<Param name="[y=None]" />
</Overload>
</KeyWord>
<KeyWord name="Tix.AtEnd" />
<KeyWord name="Tix.AtInsert" />
<KeyWord name="Tix.AtSelFirst" />
<KeyWord name="Tix.AtSelLast" />
<KeyWord name="Tix.BALLOON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BASELINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BEVEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BOTH" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BOTTOM" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BROWSE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BUTT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Balloon" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BaseWidget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BitmapImage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.BooleanType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="Tix.BooleanType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BooleanType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BooleanType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BooleanType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.BooleanVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.BuiltinFunctionType" />
<KeyWord name="Tix.BuiltinMethodType" />
<KeyWord name="Tix.Button" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ButtonBox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CASCADE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CELL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CENTER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CHAR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CHECKBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CHORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.COLUMN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.COMMAND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CObjView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CURRENT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CallWrapper" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Canvas" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CheckList" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Checkbutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.CodeType.co_argcount" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_cellvars" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_consts" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_filename" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_firstlineno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_flags" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_freevars" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_lnotab" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_name" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_names" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_nlocals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_stacksize" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.CodeType.co_varnames" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ComboBox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.ComplexType.imag" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ComplexType.real" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Control" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.DECREASING" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.DISABLED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.DOTBOX" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.DialogShell" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictProxyType" />
<KeyWord name="Tix.DictProxyType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.DictProxyType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictProxyType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictProxyType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictProxyType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictProxyType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictProxyType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.DictType.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.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="Tix.DictType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.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="Tix.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="Tix.DictType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.DictType.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.DictionaryType.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictionaryType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.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="Tix.DictionaryType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictionaryType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictionaryType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictionaryType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Tix.DictionaryType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.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="Tix.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="Tix.DictionaryType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.DictionaryType.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Tix.DirList" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.DirSelectBox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.DirSelectDialog" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.DirTree" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.DisplayStyle" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.DoubleVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.E" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.END" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.EW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.EXCEPTION" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.EXTENDED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.EllipsisType" />
<KeyWord name="Tix.Entry" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Event" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ExFileSelectBox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ExFileSelectDialog" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FLAT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FileEntry" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FileSelectBox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FileSelectDialog" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.FileType.closed" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FileType.encoding" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FileType.errors" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.FileType.flush" func="yes">
<Overload retVal="" descr="flush() -&gt; None. Flush the internal I/O buffer.">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.FileType.mode" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FileType.name" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FileType.newlines" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FileType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.FileType.readinto" func="yes">
<Overload retVal="" descr="readinto() -&gt; Undocumented. Don't use this; it may go away.">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.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="Tix.FileType.softspace" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FileType.tell" func="yes">
<Overload retVal="" descr="tell() -&gt; current file position, an integer (may be a long integer).">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.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="Tix.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="Tix.FileTypeList" />
<KeyWord name="Tix.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="Tix.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="Tix.FloatType.conjugate" func="yes">
<Overload retVal="" descr="Return self, the complex conjugate of any float.">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.FloatType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FloatType.is_integer" func="yes">
<Overload retVal="" descr="Return True if the float is an integer.">
</Overload>
</KeyWord>
<KeyWord name="Tix.FloatType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Form" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Frame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType" />
<KeyWord name="Tix.FrameType.f_back" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_builtins" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_exc_traceback" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_exc_type" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_exc_value" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_lasti" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_lineno" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_locals" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_restricted" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FrameType.f_trace" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.FunctionType.func_closure" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FunctionType.func_code" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FunctionType.func_defaults" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FunctionType.func_dict" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FunctionType.func_doc" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FunctionType.func_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.FunctionType.func_name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.GROOVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.GeneratorType" />
<KeyWord name="Tix.GeneratorType.close" func="yes">
<Overload retVal="" descr="close() -&gt; raise GeneratorExit inside generator.">
</Overload>
</KeyWord>
<KeyWord name="Tix.GeneratorType.gi_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.GeneratorType.gi_frame" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.GeneratorType.gi_running" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.GeneratorType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.GetSetDescriptorType" />
<KeyWord name="Tix.Grid" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.HIDDEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.HList" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.HORIZONTAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.IMAGE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.IMAGETEXT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.IMMEDIATE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.INCREASING" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.INSERT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.INSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.INTEGER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Image" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.InputOnly" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.InstanceType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.IntType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="Tix.IntType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.IntType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.IntType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.IntType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.IntVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LEFT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Label" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LabelEntry" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LabelFrame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.LambdaType.func_closure" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LambdaType.func_code" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LambdaType.func_defaults" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LambdaType.func_dict" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LambdaType.func_doc" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LambdaType.func_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LambdaType.func_name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ListNoteBook" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.ListType.append" func="yes">
<Overload retVal="" descr="L.append(object) -- append object to end">
</Overload>
</KeyWord>
<KeyWord name="Tix.ListType.count" func="yes">
<Overload retVal="" descr="L.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="Tix.ListType.extend" func="yes">
<Overload retVal="" descr="L.extend(iterable) -- extend list by appending elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.ListType.insert" func="yes">
<Overload retVal="" descr="L.insert(index, object) -- insert object before index">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.ListType.reverse" func="yes">
<Overload retVal="" descr="L.reverse() -- reverse *IN PLACE*">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.Listbox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.LongType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any long.">
</Overload>
</KeyWord>
<KeyWord name="Tix.LongType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LongType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LongType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.LongType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.MAIN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.MAX" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.MITER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.MOVETO" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.MULTIPLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.MemberDescriptorType" />
<KeyWord name="Tix.Menu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Menubutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Message" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Meter" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.MethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="Tix.MethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.MethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.MethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Misc" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.N" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.NE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.NONE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.NORMAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.NS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.NSEW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.NUMERIC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.NW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.NoneType" />
<KeyWord name="Tix.NotImplementedType" />
<KeyWord name="Tix.NoteBook" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.NoteBookFrame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ON" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.OUTSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ObjectType" func="yes">
<Overload retVal="" descr="The most base type">
</Overload>
</KeyWord>
<KeyWord name="Tix.OptionMenu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.OptionName" func="yes">
<Overload retVal="" descr="Returns the qualified path name for the widget. Normally used to set&#10;default options for subwidgets. See tixwidgets.py">
<Param name="widget" />
</Overload>
</KeyWord>
<KeyWord name="Tix.PAGES" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.PIESLICE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.PROJECTING" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Pack" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.PanedWindow" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.PhotoImage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Place" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.PopupMenu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.RADIOBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.RAISED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.READABLE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.REAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.RIDGE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.RIGHT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ROUND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ROW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Radiobutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ResizeHandle" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.S" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SCROLL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SEL_FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SEL_LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SEPARATOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SINGLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SOLID" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.STATUS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SUNKEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.S_REGION" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Scale" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Scrollbar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ScrolledGrid" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ScrolledHList" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ScrolledListBox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ScrolledTList" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ScrolledText" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.ScrolledWindow" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Select" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Shell" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.SliceType.start" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SliceType.step" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.SliceType.stop" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Spinbox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.StdButtonBox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.StringTypes" func="yes">
<Overload retVal="" descr="(tuple)">
</Overload>
</KeyWord>
<KeyWord name="Tix.StringVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Studbutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TCL_DONT_WAIT" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TCL_FILE_EVENTS" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TCL_IDLE_EVENTS" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TCL_TIMER_EVENTS" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TCL_WINDOW_EVENTS" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TEXT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TList" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TOP" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TRUE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.TclError" />
<KeyWord name="Tix.TclError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TclError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TclVersion" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Text" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TixSubWidget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TixWidget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Tk" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TkVersion" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Toplevel" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TracebackType" />
<KeyWord name="Tix.TracebackType.tb_frame" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TracebackType.tb_lasti" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TracebackType.tb_lineno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.TracebackType.tb_next" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Tree" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Tributton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.TupleType.count" func="yes">
<Overload retVal="" descr="T.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.TypeType.mro" func="yes">
<Overload retVal="" descr="mro() -&gt; list&#10;return a type's method resolution order">
</Overload>
</KeyWord>
<KeyWord name="Tix.UNDERLINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.UNITS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.UnboundMethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="Tix.UnboundMethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.UnboundMethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.UnboundMethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.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="Tix.VERTICAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Variable" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.W" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.WINDOW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.WORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.WRITABLE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Widget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Wm" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.X" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.XView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.X_REGION" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Y" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.YES" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tix.YView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.Y_REGION" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tix.getboolean" func="yes">
<Overload retVal="" descr="Convert true and false to integer values 1 and 0.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.getdouble.conjugate" func="yes">
<Overload retVal="" descr="Return self, the complex conjugate of any float.">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.getdouble.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.getdouble.is_integer" func="yes">
<Overload retVal="" descr="Return True if the float is an integer.">
</Overload>
</KeyWord>
<KeyWord name="Tix.getdouble.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.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="Tix.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="Tix.getint.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="Tix.getint.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.getint.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.getint.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.getint.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tix.image_names" />
<KeyWord name="Tix.image_types" />
<KeyWord name="Tix.mainloop" func="yes">
<Overload retVal="" descr="Run the main loop of Tcl.">
<Param name="[n=0]" />
</Overload>
</KeyWord>
<KeyWord name="Tix.tixCommand" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tix.wantobjects" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants" />
<KeyWord name="Tkconstants.ACTIVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.ALL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.ANCHOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.ARC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.BASELINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.BEVEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.BOTH" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.BOTTOM" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.BROWSE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.BUTT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.CASCADE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.CENTER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.CHAR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.CHECKBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.CHORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.COMMAND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.CURRENT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.DISABLED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.DOTBOX" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.E" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.END" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.EW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.EXTENDED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.FLAT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.GROOVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.HIDDEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.HORIZONTAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.INSERT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.INSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.LEFT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.MITER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.MOVETO" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.MULTIPLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.N" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.NE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.NONE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.NORMAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.NS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.NSEW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.NUMERIC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.NW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.ON" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.OUTSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.PAGES" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.PIESLICE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.PROJECTING" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.RADIOBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.RAISED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.RIDGE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.RIGHT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.ROUND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.S" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.SCROLL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.SE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.SEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.SEL_FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.SEL_LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.SEPARATOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.SINGLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.SOLID" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.SUNKEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.SW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.TOP" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.TRUE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.UNDERLINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.UNITS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.VERTICAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.W" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.WORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.X" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.Y" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkconstants.YES" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tkdnd" func="yes">
<Overload retVal="" descr="Drag-and-drop support for Tkinter.&#10;&#10;This is very preliminary. I currently only support dnd *within* one&#10;application, between different windows (or within the same window).&#10;&#10;I an trying to make this as generic as possible -- not dependent on&#10;the use of a particular widget or icon type, etc. I also hope that&#10;this will work with Pmw.&#10;&#10;To enable an object to be dragged, you must create an event binding&#10;for it that starts the drag-and-drop process. Typically, you should&#10;bind &lt;ButtonPress&gt; to a callback function that you write. The function&#10;should call Tkdnd.dnd_start(source, event), where 'source' is the&#10;object to be dragged, and 'event' is the event that invoked the call&#10;(the argument to your callback function). Even though this is a class&#10;instantiation, the returned instance should not be stored -- it will&#10;be kept alive automatically for the duration of the drag-and-drop.&#10;&#10;When a drag-and-drop is already in process for the Tk interpreter, the&#10;call is *ignored*; this normally averts starting multiple simultaneous&#10;dnd processes, e.g. because different button callbacks all&#10;dnd_start().&#10;&#10;The object is *not* necessarily a widget -- it can be any&#10;application-specific object that is meaningful to potential&#10;drag-and-drop targets.&#10;&#10;Potential drag-and-drop targets are discovered as follows. Whenever&#10;the mouse moves, and at the start and end of a drag-and-drop move, the&#10;Tk widget directly under the mouse is inspected. This is the target&#10;widget (not to be confused with the target object, yet to be&#10;determined). If there is no target widget, there is no dnd target&#10;object. If there is a target widget, and it has an attribute&#10;dnd_accept, this should be a function (or any callable object). The&#10;function is called as dnd_accept(source, event), where 'source' is the&#10;object being dragged (the object passed to dnd_start() above), and&#10;'event' is the most recent event object (generally a &lt;Motion&gt; event;&#10;it can also be &lt;ButtonPress&gt; or &lt;ButtonRelease&gt;). If the dnd_accept()&#10;function returns something other than None, this is the new dnd target&#10;object. If dnd_accept() returns None, or if the target widget has no&#10;dnd_accept attribute, the target widget's parent is considered as the&#10;target widget, and the search for a target object is repeated from&#10;there. If necessary, the search is repeated all the way up to the&#10;root widget. If none of the target widgets can produce a target&#10;object, there is no target object (the target object is None).&#10;&#10;The target object thus produced, if any, is called the new target&#10;object. It is compared with the old target object (or None, if there&#10;was no old target widget). There are several cases ('source' is the&#10;source object, and 'event' is the most recent event object):&#10;&#10;- Both the old and new target objects are None. Nothing happens.&#10;&#10;- The old and new target objects are the same object. Its method&#10;dnd_motion(source, event) is called.&#10;&#10;- The old target object was None, and the new target object is not&#10;None. The new target object's method dnd_enter(source, event) is&#10;called.&#10;&#10;- The new target object is None, and the old target object is not&#10;None. The old target object's method dnd_leave(source, event) is&#10;called.&#10;&#10;- The old and new target objects differ and neither is None. The old&#10;target object's method dnd_leave(source, event), and then the new&#10;target object's method dnd_enter(source, event) is called.&#10;&#10;Once this is done, the new target object replaces the old one, and the&#10;Tk mainloop proceeds. The return value of the methods mentioned above&#10;is ignored; if they raise an exception, the normal exception handling&#10;mechanisms take over.&#10;&#10;The drag-and-drop processes can end in two ways: a final target object&#10;is selected, or no final target object is selected. When a final&#10;target object is selected, it will always have been notified of the&#10;potential drop by a call to its dnd_enter() method, as described&#10;above, and possibly one or more calls to its dnd_motion() method; its&#10;dnd_leave() method has not been called since the last call to&#10;dnd_enter(). The target is notified of the drop by a call to its&#10;method dnd_commit(source, event).&#10;&#10;If no final target object is selected, and there was an old target&#10;object, its dnd_leave(source, event) method is called to complete the&#10;dnd sequence.&#10;&#10;Finally, the source object is notified that the drag-and-drop process&#10;is over, by a call to source.dnd_end(target, event), specifying either&#10;the selected target object, or None if no target object was selected.&#10;The source object can use this to implement the commit action; this is&#10;sometimes simpler than to do it in the target's dnd_commit(). The&#10;target's dnd_commit() method could then simply be aliased to&#10;dnd_leave().&#10;&#10;At any time during a dnd sequence, the application can cancel the&#10;sequence by calling the cancel() method on the object returned by&#10;dnd_start(). This will call dnd_leave() if a target is currently&#10;active; it will never call dnd_commit().">
</Overload>
</KeyWord>
<KeyWord name="Tkdnd.DndHandler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkdnd.Icon" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkdnd.Tester" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkdnd.dnd_start" />
<KeyWord name="Tkdnd.test" />
<KeyWord name="Tkinter" func="yes">
<Overload retVal="" descr='Wrapper functions for Tcl/Tk.&#10;&#10;Tkinter provides classes which allow the display, positioning and&#10;control of widgets. Toplevel widgets are Tk and Toplevel. Other&#10;widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,&#10;Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox&#10;LabelFrame and PanedWindow.&#10;&#10;Properties of the widgets are specified with keyword arguments.&#10;Keyword arguments have the same name as the corresponding resource&#10;under Tk.&#10;&#10;Widgets are positioned with one of the geometry managers Place, Pack&#10;or Grid. These managers can be called with methods place, pack, grid&#10;available in every Widget.&#10;&#10;Actions are bound to events by resources (e.g. keyword argument&#10;command) or with the method bind.&#10;&#10;Example (Hello, World):&#10;import Tkinter&#10;from Tkconstants import *&#10;tk = Tkinter.Tk()&#10;frame = Tkinter.Frame(tk, relief=RIDGE, borderwidth=2)&#10;frame.pack(fill=BOTH,expand=1)&#10;label = Tkinter.Label(frame, text="Hello, World")&#10;label.pack(fill=X, expand=1)&#10;button = Tkinter.Button(frame,text="Exit",command=tk.destroy)&#10;button.pack(side=BOTTOM)&#10;tk.mainloop()'>
</Overload>
</KeyWord>
<KeyWord name="Tkinter.ACTIVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.ALL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.ANCHOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.ARC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.At" func="yes">
<Overload retVal="" descr=>
<Param name="x" />
<Param name="[y=None]" />
</Overload>
</KeyWord>
<KeyWord name="Tkinter.AtEnd" />
<KeyWord name="Tkinter.AtInsert" />
<KeyWord name="Tkinter.AtSelFirst" />
<KeyWord name="Tkinter.AtSelLast" />
<KeyWord name="Tkinter.BASELINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BEVEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BOTH" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BOTTOM" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BROWSE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BUTT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BaseWidget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BitmapImage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.BooleanType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BooleanType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BooleanType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BooleanType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BooleanType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.BooleanVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.BuiltinFunctionType" />
<KeyWord name="Tkinter.BuiltinMethodType" />
<KeyWord name="Tkinter.Button" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CASCADE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CENTER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CHAR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CHECKBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CHORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.COMMAND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CURRENT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CallWrapper" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Canvas" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Checkbutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.CodeType.co_argcount" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_cellvars" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_consts" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_filename" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_firstlineno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_flags" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_freevars" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_lnotab" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_name" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_names" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_nlocals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_stacksize" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.CodeType.co_varnames" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.ComplexType.imag" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.ComplexType.real" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DISABLED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DOTBOX" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictProxyType" />
<KeyWord name="Tkinter.DictProxyType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.DictProxyType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictProxyType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictProxyType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictProxyType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictProxyType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictProxyType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.DictType.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.DictType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.DictType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.DictType.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.DictionaryType.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictionaryType.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.DictionaryType.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictionaryType.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictionaryType.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictionaryType.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DictionaryType.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.DictionaryType.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.DictionaryType.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.DoubleVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.E" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.END" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.EW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.EXCEPTION" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.EXTENDED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.EllipsisType" />
<KeyWord name="Tkinter.Entry" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Event" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FLAT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.FileType.closed" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FileType.encoding" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FileType.errors" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.FileType.flush" func="yes">
<Overload retVal="" descr="flush() -&gt; None. Flush the internal I/O buffer.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.FileType.mode" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FileType.name" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FileType.newlines" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FileType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.FileType.readinto" func="yes">
<Overload retVal="" descr="readinto() -&gt; Undocumented. Don't use this; it may go away.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.FileType.softspace" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FileType.tell" func="yes">
<Overload retVal="" descr="tell() -&gt; current file position, an integer (may be a long integer).">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.FloatType.conjugate" func="yes">
<Overload retVal="" descr="Return self, the complex conjugate of any float.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.FloatType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FloatType.is_integer" func="yes">
<Overload retVal="" descr="Return True if the float is an integer.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FloatType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Frame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType" />
<KeyWord name="Tkinter.FrameType.f_back" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_builtins" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_exc_traceback" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_exc_type" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_exc_value" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_lasti" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_lineno" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_locals" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_restricted" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FrameType.f_trace" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.FunctionType.func_closure" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FunctionType.func_code" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FunctionType.func_defaults" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FunctionType.func_dict" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FunctionType.func_doc" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FunctionType.func_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.FunctionType.func_name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.GROOVE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.GeneratorType" />
<KeyWord name="Tkinter.GeneratorType.close" func="yes">
<Overload retVal="" descr="close() -&gt; raise GeneratorExit inside generator.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.GeneratorType.gi_code" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.GeneratorType.gi_frame" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.GeneratorType.gi_running" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.GeneratorType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.GetSetDescriptorType" />
<KeyWord name="Tkinter.Grid" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.HIDDEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.HORIZONTAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.INSERT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.INSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Image" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.InstanceType.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.IntType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.IntType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.IntType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.IntType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.IntType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.IntVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LEFT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Label" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LabelFrame" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.LambdaType.func_closure" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LambdaType.func_code" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LambdaType.func_defaults" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LambdaType.func_dict" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LambdaType.func_doc" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LambdaType.func_globals" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LambdaType.func_name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.ListType.append" func="yes">
<Overload retVal="" descr="L.append(object) -- append object to end">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.ListType.count" func="yes">
<Overload retVal="" descr="L.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.ListType.extend" func="yes">
<Overload retVal="" descr="L.extend(iterable) -- extend list by appending elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.ListType.insert" func="yes">
<Overload retVal="" descr="L.insert(index, object) -- insert object before index">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.ListType.reverse" func="yes">
<Overload retVal="" descr="L.reverse() -- reverse *IN PLACE*">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.Listbox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.LongType.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any long.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LongType.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LongType.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LongType.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.LongType.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.MITER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.MOVETO" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.MULTIPLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.MemberDescriptorType" />
<KeyWord name="Tkinter.Menu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Menubutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Message" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.MethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.MethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.MethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.MethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Misc" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.N" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.NE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.NONE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.NORMAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.NS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.NSEW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.NUMERIC" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.NW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.NoneType" />
<KeyWord name="Tkinter.NotImplementedType" />
<KeyWord name="Tkinter.ON" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.OUTSIDE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.ObjectType" func="yes">
<Overload retVal="" descr="The most base type">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.OptionMenu" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.PAGES" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.PIESLICE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.PROJECTING" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Pack" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.PanedWindow" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.PhotoImage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Place" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.RADIOBUTTON" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.RAISED" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.READABLE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.RIDGE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.RIGHT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.ROUND" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Radiobutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.S" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SCROLL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SEL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SEL_FIRST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SEL_LAST" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SEPARATOR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SINGLE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SOLID" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SUNKEN" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SW" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Scale" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Scrollbar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.SliceType.start" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SliceType.step" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.SliceType.stop" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Spinbox" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.StringTypes" func="yes">
<Overload retVal="" descr="(tuple)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.StringVar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Studbutton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.TOP" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.TRUE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.TclError" />
<KeyWord name="Tkinter.TclError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.TclError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.TclVersion" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Text" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Tk" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.TkVersion" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Toplevel" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.TracebackType" />
<KeyWord name="Tkinter.TracebackType.tb_frame" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.TracebackType.tb_lasti" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.TracebackType.tb_lineno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.TracebackType.tb_next" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Tributton" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.TupleType.count" func="yes">
<Overload retVal="" descr="T.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.TypeType.mro" func="yes">
<Overload retVal="" descr="mro() -&gt; list&#10;return a type's method resolution order">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.UNDERLINE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.UNITS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.UnboundMethodType" func="yes">
<Overload retVal="" descr="instancemethod(function, instance, class)&#10;&#10;Create an instance method object.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.UnboundMethodType.im_class" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.UnboundMethodType.im_func" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.UnboundMethodType.im_self" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.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="Tkinter.VERTICAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Variable" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.W" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.WORD" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.WRITABLE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Widget" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Wm" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.X" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.XView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.Y" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.YES" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.YView" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.getboolean" func="yes">
<Overload retVal="" descr="Convert true and false to integer values 1 and 0.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.getdouble.conjugate" func="yes">
<Overload retVal="" descr="Return self, the complex conjugate of any float.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.getdouble.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.getdouble.is_integer" func="yes">
<Overload retVal="" descr="Return True if the float is an integer.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.getdouble.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.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="Tkinter.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="Tkinter.getint.conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.getint.denominator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.getint.imag" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.getint.numerator" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.getint.real" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="Tkinter.image_names" />
<KeyWord name="Tkinter.image_types" />
<KeyWord name="Tkinter.mainloop" func="yes">
<Overload retVal="" descr="Run the main loop of Tcl.">
<Param name="[n=0]" />
</Overload>
</KeyWord>
<KeyWord name="Tkinter.wantobjects" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="Traceback" func="yes">
<Overload retVal="" descr="Function of inspect.Traceback">
</Overload>
</KeyWord>
<KeyWord name="True" />
<KeyWord name="TupleType" func="yes">
<Overload retVal="" descr="Function of FileDialog.TupleType">
</Overload>
</KeyWord>
<KeyWord name="Turtle" func="yes">
<Overload retVal="" descr="Function of turtle.Turtle">
</Overload>
</KeyWord>
<KeyWord name="TurtleScreen" func="yes">
<Overload retVal="" descr="Function of turtle.TurtleScreen">
</Overload>
</KeyWord>
<KeyWord name="TypeError" func="yes">
<Overload retVal="" descr="Inappropriate argument type.">
</Overload>
</KeyWord>
<KeyWord name="TypeType" func="yes">
<Overload retVal="" descr="Function of tkSimpleDialog.TypeType">
</Overload>
</KeyWord>
<KeyWord name="UCD" func="yes">
<Overload retVal="" descr="Function of unicodedata.UCD">
</Overload>
</KeyWord>
<KeyWord name="UUID" func="yes">
<Overload retVal="" descr="Function of uuid.UUID">
</Overload>
</KeyWord>
<KeyWord name="UnboundLocalError" func="yes">
<Overload retVal="" descr="Local name referenced but not bound to a value.">
</Overload>
</KeyWord>
<KeyWord name="Underflow" func="yes">
<Overload retVal="" descr="Function of decimal.Underflow">
</Overload>
</KeyWord>
<KeyWord name="UnicodeDecodeError" func="yes">
<Overload retVal="" descr="Unicode decoding error.">
</Overload>
</KeyWord>
<KeyWord name="UnicodeEncodeError" func="yes">
<Overload retVal="" descr="Unicode encoding error.">
</Overload>
</KeyWord>
<KeyWord name="UnicodeError" func="yes">
<Overload retVal="" descr="Unicode related error.">
</Overload>
</KeyWord>
<KeyWord name="UnicodeTranslateError" func="yes">
<Overload retVal="" descr="Unicode translation error.">
</Overload>
</KeyWord>
<KeyWord name="UnicodeType" func="yes">
<Overload retVal="" descr="Function of Dialog.UnicodeType">
</Overload>
</KeyWord>
<KeyWord name="UnicodeWarning" func="yes">
<Overload retVal="" descr="Base class for warnings about Unicode related problems, mostly&#10;related to conversion problems.">
</Overload>
</KeyWord>
<KeyWord name="UnixBrowser" func="yes">
<Overload retVal="" descr="Function of webbrowser.UnixBrowser">
</Overload>
</KeyWord>
<KeyWord name="Unpickler" func="yes">
<Overload retVal="" descr="Function of shelve">
</Overload>
</KeyWord>
<KeyWord name="UserDict" func="yes">
<Overload retVal="" descr="A more or less complete user-defined wrapper around dictionary objects.">
</Overload>
</KeyWord>
<KeyWord name="UserDict.DictMixin" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="UserDict.IterableUserDict" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="UserDict.UserDict" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="UserList" func="yes">
<Overload retVal="" descr="A more or less complete user-defined wrapper around list objects.">
</Overload>
</KeyWord>
<KeyWord name="UserList.UserList" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="UserString" func="yes">
<Overload retVal="" descr="A user-defined wrapper around string objects&#10;&#10;Note: string objects have grown methods in Python 1.6&#10;This module requires Python 1.6 or later.">
</Overload>
</KeyWord>
<KeyWord name="UserString.MutableString" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="UserString.UserString" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="UserWarning" func="yes">
<Overload retVal="" descr="Base class for warnings generated by user code.">
</Overload>
</KeyWord>
<KeyWord name="UuidCreate" func="yes">
<Overload retVal="" descr="Function of msilib">
</Overload>
</KeyWord>
<KeyWord name="Value" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="ValueError" func="yes">
<Overload retVal="" descr="Inappropriate argument value (of correct type).">
</Overload>
</KeyWord>
<KeyWord name="Vec2D" func="yes">
<Overload retVal="" descr="Function of turtle.Vec2D">
</Overload>
</KeyWord>
<KeyWord name="WINFUNCTYPE" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="Warning" func="yes">
<Overload retVal="" descr="Base class for warning categories.">
</Overload>
</KeyWord>
<KeyWord name="WeakSet" func="yes">
<Overload retVal="" descr="Function of weakref.WeakSet">
</Overload>
</KeyWord>
<KeyWord name="WichmannHill" func="yes">
<Overload retVal="" descr="Function of random.WichmannHill">
</Overload>
</KeyWord>
<KeyWord name="WinError" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="WindowsDefault" func="yes">
<Overload retVal="" descr="Function of webbrowser.WindowsDefault">
</Overload>
</KeyWord>
<KeyWord name="WindowsError" func="yes">
<Overload retVal="" descr="MS-Windows OS system call failed.">
</Overload>
</KeyWord>
<KeyWord name="ZeroDivisionError" func="yes">
<Overload retVal="" descr="Second argument to a division or modulo operation was zero.">
</Overload>
</KeyWord>
<KeyWord name="ZipFile" func="yes">
<Overload retVal="" descr="Function of zipfile.ZipFile">
</Overload>
</KeyWord>
<KeyWord name="ZipInfo" func="yes">
<Overload retVal="" descr="Function of zipfile.ZipInfo">
</Overload>
</KeyWord>
<KeyWord name="a2b_qp" func="yes">
<Overload retVal="" descr="Function of quopri">
</Overload>
</KeyWord>
<KeyWord name="abc" func="yes">
<Overload retVal="" descr="Abstract Base Classes (ABCs) according to PEP 3119.">
</Overload>
</KeyWord>
<KeyWord name="abc.ABCMeta" func="yes">
<Overload retVal="" descr="Metaclass for defining Abstract Base Classes (ABCs).&#10;&#10;Use this metaclass to create an ABC. An ABC can be subclassed&#10;directly, and then acts as a mix-in class. You can also register&#10;unrelated concrete classes (even built-in classes) and unrelated&#10;ABCs as 'virtual subclasses' -- these and their descendants will&#10;be considered subclasses of the registering ABC by the built-in&#10;issubclass() function, but the registering ABC won't show up in&#10;their MRO (Method Resolution Order) nor will method&#10;implementations defined by the registering ABC be callable (not&#10;even via super()).">
</Overload>
</KeyWord>
<KeyWord name="abc.ABCMeta.mro" func="yes">
<Overload retVal="" descr="mro() -&gt; list&#10;return a type's method resolution order">
</Overload>
</KeyWord>
<KeyWord name="abc.ABCMeta.register" func="yes">
<Overload retVal="" descr="Register a virtual subclass of an ABC.">
<Param name="cls" />
<Param name="subclass" />
</Overload>
</KeyWord>
<KeyWord name="abc.WeakSet" />
<KeyWord name="abc.WeakSet.add" />
<KeyWord name="abc.WeakSet.clear" />
<KeyWord name="abc.WeakSet.copy" />
<KeyWord name="abc.WeakSet.difference" />
<KeyWord name="abc.WeakSet.difference_update" />
<KeyWord name="abc.WeakSet.discard" />
<KeyWord name="abc.WeakSet.intersection" />
<KeyWord name="abc.WeakSet.intersection_update" />
<KeyWord name="abc.WeakSet.isdisjoint" />
<KeyWord name="abc.WeakSet.issubset" />
<KeyWord name="abc.WeakSet.issuperset" />
<KeyWord name="abc.WeakSet.pop" />
<KeyWord name="abc.WeakSet.remove" />
<KeyWord name="abc.WeakSet.symmetric_difference" />
<KeyWord name="abc.WeakSet.symmetric_difference_update" />
<KeyWord name="abc.WeakSet.union" />
<KeyWord name="abc.WeakSet.update" />
<KeyWord name="abc.abstractmethod" func="yes">
<Overload retVal="" descr="A decorator indicating abstract methods.&#10;&#10;Requires that the metaclass is ABCMeta or derived from it. A&#10;class that has a metaclass derived from ABCMeta cannot be&#10;instantiated unless all of its abstract methods are overridden.&#10;The abstract methods can be called using any of the normal&#10;'super' call mechanisms.&#10;&#10;Usage:&#10;&#10; class C:&#10; __metaclass__ = ABCMeta&#10; @abstractmethod&#10; def my_abstract_method(self, ...):&#10; ...">
<Param name="funcobj" />
</Overload>
</KeyWord>
<KeyWord name="abc.abstractproperty" func="yes">
<Overload retVal="" descr="A decorator indicating abstract properties.&#10;&#10;Requires that the metaclass is ABCMeta or derived from it. A&#10;class that has a metaclass derived from ABCMeta cannot be&#10;instantiated unless all of its abstract properties are overridden.&#10;The abstract properties can be called using any of the normal&#10;'super' call mechanisms.&#10;&#10;Usage:&#10;&#10; class C:&#10; __metaclass__ = ABCMeta&#10; @abstractproperty&#10; def my_abstract_property(self):&#10; ...&#10;&#10;This defines a read-only property; you can also define a read-write&#10;abstract property using the 'long' form of property declaration:&#10;&#10; class C:&#10; __metaclass__ = ABCMeta&#10; def getx(self): ...&#10; def setx(self, value): ...&#10; x = abstractproperty(getx, setx)">
</Overload>
</KeyWord>
<KeyWord name="abc.abstractproperty.deleter" func="yes">
<Overload retVal="" descr="Descriptor to change the deleter on a property.">
</Overload>
</KeyWord>
<KeyWord name="abc.abstractproperty.fdel" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="abc.abstractproperty.fget" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="abc.abstractproperty.fset" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="abc.abstractproperty.getter" func="yes">
<Overload retVal="" descr="Descriptor to change the getter on a property.">
</Overload>
</KeyWord>
<KeyWord name="abc.abstractproperty.setter" func="yes">
<Overload retVal="" descr="Descriptor to change the setter on a property.">
</Overload>
</KeyWord>
<KeyWord name="abort" func="yes">
<Overload retVal="" descr="Function of os">
</Overload>
</KeyWord>
<KeyWord name="abs" func="yes">
<Overload retVal="" descr="abs(number) -&gt; number&#10;&#10;Return the absolute value of the argument.">
</Overload>
</KeyWord>
<KeyWord name="abspath" func="yes">
<Overload retVal="" descr="Function of os2emxpath">
</Overload>
</KeyWord>
<KeyWord name="abstractmethod" func="yes">
<Overload retVal="" descr="Function of numbers">
</Overload>
</KeyWord>
<KeyWord name="abstractproperty" func="yes">
<Overload retVal="" descr="Function of numbers.abstractproperty">
</Overload>
</KeyWord>
<KeyWord name="accept" func="yes">
<Overload retVal="" descr="Function of ssl.SSLSocket">
</Overload>
</KeyWord>
<KeyWord name="access" func="yes">
<Overload retVal="" descr="Function of os">
</Overload>
</KeyWord>
<KeyWord name="acos" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="acosh" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="acquire" func="yes">
<Overload retVal="" descr="Function of logging.NullHandler">
</Overload>
</KeyWord>
<KeyWord name="activeCount" func="yes">
<Overload retVal="" descr="Function of dummy_threading">
</Overload>
</KeyWord>
<KeyWord name="active_children" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="active_count" func="yes">
<Overload retVal="" descr="Function of threading">
</Overload>
</KeyWord>
<KeyWord name="adapt" func="yes">
<Overload retVal="" descr="Function of sqlite3">
</Overload>
</KeyWord>
<KeyWord name="add" func="yes">
<Overload retVal="" descr="Add an element to a set.&#10;&#10;This has no effect if the element is already present.">
</Overload>
</KeyWord>
<KeyWord name="addCleanup" func="yes">
<Overload retVal="" descr="Function of unittest.TestCase">
</Overload>
</KeyWord>
<KeyWord name="addError" func="yes">
<Overload retVal="" descr="Function of unittest.TextTestResult">
</Overload>
</KeyWord>
<KeyWord name="addExpectedFailure" func="yes">
<Overload retVal="" descr="Function of unittest.TextTestResult">
</Overload>
</KeyWord>
<KeyWord name="addFailure" func="yes">
<Overload retVal="" descr="Function of unittest.TextTestResult">
</Overload>
</KeyWord>
<KeyWord name="addFilter" func="yes">
<Overload retVal="" descr="Function of logging.RootLogger">
</Overload>
</KeyWord>
<KeyWord name="addHandler" func="yes">
<Overload retVal="" descr="Function of logging.RootLogger">
</Overload>
</KeyWord>
<KeyWord name="addLevelName" func="yes">
<Overload retVal="" descr="Function of logging">
</Overload>
</KeyWord>
<KeyWord name="addSkip" func="yes">
<Overload retVal="" descr="Function of unittest.TestResult">
</Overload>
</KeyWord>
<KeyWord name="addSuccess" func="yes">
<Overload retVal="" descr="Function of unittest.TextTestResult">
</Overload>
</KeyWord>
<KeyWord name="addTest" func="yes">
<Overload retVal="" descr="Function of unittest.TestSuite">
</Overload>
</KeyWord>
<KeyWord name="addTests" func="yes">
<Overload retVal="" descr="Function of unittest.TestSuite">
</Overload>
</KeyWord>
<KeyWord name="addTypeEqualityFunc" func="yes">
<Overload retVal="" descr="Function of unittest.FunctionTestCase">
</Overload>
</KeyWord>
<KeyWord name="addUnexpectedSuccess" func="yes">
<Overload retVal="" descr="Function of unittest.TextTestResult">
</Overload>
</KeyWord>
<KeyWord name="add_argument" func="yes">
<Overload retVal="" descr="Function of argparse.HelpFormatter">
</Overload>
</KeyWord>
<KeyWord name="add_argument_group" func="yes">
<Overload retVal="" descr="Function of argparse.ArgumentParser">
</Overload>
</KeyWord>
<KeyWord name="add_arguments" func="yes">
<Overload retVal="" descr="Function of argparse.HelpFormatter">
</Overload>
</KeyWord>
<KeyWord name="add_callers" func="yes">
<Overload retVal="" descr="Function of pstats">
</Overload>
</KeyWord>
<KeyWord name="add_data" func="yes">
<Overload retVal="" descr="Function of msilib">
</Overload>
</KeyWord>
<KeyWord name="add_extension" func="yes">
<Overload retVal="" descr="Function of copy_reg">
</Overload>
</KeyWord>
<KeyWord name="add_func_stats" func="yes">
<Overload retVal="" descr="Function of pstats">
</Overload>
</KeyWord>
<KeyWord name="add_mutually_exclusive_group" func="yes">
<Overload retVal="" descr="Function of argparse.ArgumentParser">
</Overload>
</KeyWord>
<KeyWord name="add_stream" func="yes">
<Overload retVal="" descr="Function of msilib">
</Overload>
</KeyWord>
<KeyWord name="add_subparsers" func="yes">
<Overload retVal="" descr="Function of argparse.ArgumentParser">
</Overload>
</KeyWord>
<KeyWord name="add_tables" func="yes">
<Overload retVal="" descr="Function of msilib">
</Overload>
</KeyWord>
<KeyWord name="add_text" func="yes">
<Overload retVal="" descr="Function of argparse.RawDescriptionHelpFormatter">
</Overload>
</KeyWord>
<KeyWord name="add_type" func="yes">
<Overload retVal="" descr="Function of mimetypes">
</Overload>
</KeyWord>
<KeyWord name="add_usage" func="yes">
<Overload retVal="" descr="Function of argparse.RawDescriptionHelpFormatter">
</Overload>
</KeyWord>
<KeyWord name="addcomponent" func="yes">
<Overload retVal="" descr="Function of turtle.Shape">
</Overload>
</KeyWord>
<KeyWord name="addfile" func="yes">
<Overload retVal="" descr="Function of tarfile.TarFile">
</Overload>
</KeyWord>
<KeyWord name="addpackage" func="yes">
<Overload retVal="" descr="Function of site">
</Overload>
</KeyWord>
<KeyWord name="addressof" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="addshape" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="addsitedir" func="yes">
<Overload retVal="" descr="Function of site">
</Overload>
</KeyWord>
<KeyWord name="addsitepackages" func="yes">
<Overload retVal="" descr="Function of site">
</Overload>
</KeyWord>
<KeyWord name="addusersitepackages" func="yes">
<Overload retVal="" descr="Function of site">
</Overload>
</KeyWord>
<KeyWord name="adjusted" func="yes">
<Overload retVal="" descr="Function of decimal.Decimal">
</Overload>
</KeyWord>
<KeyWord name="after" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="after_cancel" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="after_idle" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="aifc" func="yes">
<Overload retVal="" descr="Stuff to parse AIFF-C and AIFF files.&#10;&#10;Unless explicitly stated otherwise, the description below is true&#10;both for AIFF-C files and AIFF files.&#10;&#10;An AIFF-C file has the following structure.&#10;&#10; +-----------------+&#10; | FORM |&#10; +-----------------+&#10; | &lt;size&gt; |&#10; +----+------------+&#10; | | AIFC |&#10; | +------------+&#10; | | &lt;chunks&gt; |&#10; | | . |&#10; | | . |&#10; | | . |&#10; +----+------------+&#10;&#10;An AIFF file has the string &quot;AIFF&quot; instead of &quot;AIFC&quot;.&#10;&#10;A chunk consists of an identifier (4 bytes) followed by a size (4 bytes,&#10;big endian order), followed by the data. The size field does not include&#10;the size of the 8 byte header.&#10;&#10;The following chunk types are recognized.&#10;&#10; FVER&#10; &lt;version number of AIFF-C defining document&gt; (AIFF-C only).&#10; MARK&#10; &lt;# of markers&gt; (2 bytes)&#10; list of markers:&#10; &lt;marker ID&gt; (2 bytes, must be &gt; 0)&#10; &lt;position&gt; (4 bytes)&#10; &lt;marker name&gt; (&quot;pstring&quot;)&#10; COMM&#10; &lt;# of channels&gt; (2 bytes)&#10; &lt;# of sound frames&gt; (4 bytes)&#10; &lt;size of the samples&gt; (2 bytes)&#10; &lt;sampling frequency&gt; (10 bytes, IEEE 80-bit extended&#10; floating point)&#10; in AIFF-C files only:&#10; &lt;compression type&gt; (4 bytes)&#10; &lt;human-readable version of compression type&gt; (&quot;pstring&quot;)&#10; SSND&#10; &lt;offset&gt; (4 bytes, not used by this program)&#10; &lt;blocksize&gt; (4 bytes, not used by this program)&#10; &lt;sound data&gt;&#10;&#10;A pstring consists of 1 byte length, a string of characters, and 0 or 1&#10;byte pad to make the total length even.&#10;&#10;Usage.&#10;&#10;Reading AIFF files:&#10; f = aifc.open(file, 'r')&#10;where file is either the name of a file or an open file pointer.&#10;The open file pointer must have methods read(), seek(), and close().&#10;In some types of audio files, if the setpos() method is not used,&#10;the seek() method is not necessary.&#10;&#10;This returns an instance of a class with the following public methods:&#10; getnchannels() -- returns number of audio channels (1 for&#10; mono, 2 for stereo)&#10; getsampwidth() -- returns sample width in bytes&#10; getframerate() -- returns sampling frequency&#10; getnframes() -- returns number of audio frames&#10; getcomptype() -- returns compression type ('NONE' for AIFF files)&#10; getcompname() -- returns human-readable version of&#10; compression type ('not compressed' for AIFF files)&#10; getparams() -- returns a tuple consisting of all of the&#10; above in the above order&#10; getmarkers() -- get the list of marks in the audio file or None&#10; if there are no marks&#10; getmark(id) -- get mark with the specified id (raises an error&#10; if the mark does not exist)&#10; readframes(n) -- returns at most n frames of audio&#10; rewind() -- rewind to the beginning of the audio stream&#10; setpos(pos) -- seek to the specified position&#10; tell() -- return the current position&#10; close() -- close the instance (make it unusable)&#10;The position returned by tell(), the position given to setpos() and&#10;the position of marks are all compatible and have nothing to do with&#10;the actual position in the file.&#10;The close() method is called automatically when the class instance&#10;is destroyed.&#10;&#10;Writing AIFF files:&#10; f = aifc.open(file, 'w')&#10;where file is either the name of a file or an open file pointer.&#10;The open file pointer must have methods write(), tell(), seek(), and&#10;close().&#10;&#10;This returns an instance of a class with the following public methods:&#10; aiff() -- create an AIFF file (AIFF-C default)&#10; aifc() -- create an AIFF-C file&#10; setnchannels(n) -- set the number of channels&#10; setsampwidth(n) -- set the sample width&#10; setframerate(n) -- set the frame rate&#10; setnframes(n) -- set the number of frames&#10; setcomptype(type, name)&#10; -- set the compression type and the&#10; human-readable compression type&#10; setparams(tuple)&#10; -- set all parameters at once&#10; setmark(id, pos, name)&#10; -- add specified mark to the list of marks&#10; tell() -- return current position in output file (useful&#10; in combination with setmark())&#10; writeframesraw(data)&#10; -- write audio frames without pathing up the&#10; file header&#10; writeframes(data)&#10; -- write audio frames and patch up the file header&#10; close() -- patch up the file header and close the&#10; output file&#10;You should set the parameters before the first writeframesraw or&#10;writeframes. The total number of frames does not need to be set,&#10;but when it is set to the correct value, the header does not have to&#10;be patched up.&#10;It is best to first set all parameters, perhaps possibly the&#10;compression type, and then write audio frames using writeframesraw.&#10;When all frames have been written, either call writeframes('') or&#10;close() to patch up the sizes in the header.&#10;Marks can be added anytime. If there are any marks, you must call&#10;close() after all frames have been written.&#10;The close() method is called automatically when the class instance&#10;is destroyed.&#10;&#10;When a file is opened with the extension '.aiff', an AIFF file is&#10;written, otherwise an AIFF-C file is written. This default can be&#10;changed by calling aiff() or aifc() before the first writeframes or&#10;writeframesraw.">
</Overload>
</KeyWord>
<KeyWord name="aifc.Aifc_read" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="aifc.Aifc_write" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="aifc.Chunk" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="aifc.Error" />
<KeyWord name="aifc.Error.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="aifc.Error.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="aifc.open" func="yes">
<Overload retVal="" descr=>
<Param name="f" />
<Param name="[mode=None]" />
</Overload>
</KeyWord>
<KeyWord name="aifc.openfp" func="yes">
<Overload retVal="" descr=>
<Param name="f" />
<Param name="[mode=None]" />
</Overload>
</KeyWord>
<KeyWord name="aliasmbcs" func="yes">
<Overload retVal="" descr="Function of site">
</Overload>
</KeyWord>
<KeyWord name="alignment" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="all" func="yes">
<Overload retVal="" descr="all(iterable) -&gt; bool&#10;&#10;Return True if bool(x) is True for all values x in the iterable.&#10;If the iterable is empty, return True.">
</Overload>
</KeyWord>
<KeyWord name="allmethods" func="yes">
<Overload retVal="" descr="Function of pydoc">
</Overload>
</KeyWord>
<KeyWord name="allocate_lock" func="yes">
<Overload retVal="" descr="Function of dummy_thread">
</Overload>
</KeyWord>
<KeyWord name="allow_connection_pickling" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="and" />
<KeyWord name="annotate" func="yes">
<Overload retVal="" descr="Function of dircache">
</Overload>
</KeyWord>
<KeyWord name="antigravity" />
<KeyWord name="any" func="yes">
<Overload retVal="" descr="any(iterable) -&gt; bool&#10;&#10;Return True if bool(x) is True for any x in the iterable.&#10;If the iterable is empty, return False.">
</Overload>
</KeyWord>
<KeyWord name="anydbm" func="yes">
<Overload retVal="" descr="Generic interface to all dbm clones.&#10;&#10;Instead of&#10;&#10; import dbm&#10; d = dbm.open(file, 'w', 0666)&#10;&#10;use&#10;&#10; import anydbm&#10; d = anydbm.open(file, 'w')&#10;&#10;The returned object is a dbhash, gdbm, dbm or dumbdbm object,&#10;dependent on the type of database being opened (determined by whichdb&#10;module) in the case of an existing dbm. If the dbm does not exist and&#10;the create or new flag ('c' or 'n') was specified, the dbm type will&#10;be determined by the availability of the modules (tested in the above&#10;order).&#10;&#10;It has the following interface (key and data are strings):&#10;&#10; d[key] = data # store data at key (may override data at&#10; # existing key)&#10; data = d[key] # retrieve data at key (raise KeyError if no&#10; # such key)&#10; del d[key] # delete data stored at key (raises KeyError&#10; # if no such key)&#10; flag = key in d # true if the key exists&#10; list = d.keys() # return a list of all existing keys (slow!)&#10;&#10;Future versions may change the order in which implementations are&#10;tested for existence, and add interfaces to other dbm-like&#10;implementations.">
</Overload>
</KeyWord>
<KeyWord name="anydbm.error" func="yes">
<Overload retVal="" descr="(tuple)">
</Overload>
</KeyWord>
<KeyWord name="anydbm.open" func="yes">
<Overload retVal="" descr="Open or create database at path given by *file*.&#10;&#10;Optional argument *flag* can be 'r' (default) for read-only access, 'w'&#10;for read-write access of an existing database, 'c' for read-write access&#10;to a new or existing database, and 'n' for read-write access to a new&#10;database.&#10;&#10;Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it&#10;only if it doesn't exist; and 'n' always creates a new database.">
<Param name="file" />
<Param name="[flag=r" />
<Param name="[mode=438]]" />
</Overload>
</KeyWord>
<KeyWord name="append" func="yes">
<Overload retVal="" descr="L.append(object) -- append object to end">
</Overload>
</KeyWord>
<KeyWord name="appendleft" func="yes">
<Overload retVal="" descr="Function of pydoc.deque">
</Overload>
</KeyWord>
<KeyWord name="apply" func="yes">
<Overload retVal="" descr="apply(object[, args[, kwargs]]) -&gt; value&#10;&#10;Call a callable object with positional arguments taken from the tuple args,&#10;and keyword arguments taken from the optional dictionary kwargs.&#10;Note that classes are callable, as are instances with a __call__() method.&#10;&#10;Deprecated since release 2.3. Instead, use the extended call syntax:&#10; function(*args, **keywords).">
</Overload>
</KeyWord>
<KeyWord name="apropos" func="yes">
<Overload retVal="" descr="Function of pydoc">
</Overload>
</KeyWord>
<KeyWord name="architecture" func="yes">
<Overload retVal="" descr="Function of platform">
</Overload>
</KeyWord>
<KeyWord name="argparse" func="yes">
<Overload retVal="" descr="Command-line parsing library&#10;&#10;This module is an optparse-inspired command-line parsing library that:&#10;&#10; - handles both optional and positional arguments&#10; - produces highly informative usage messages&#10; - supports parsers that dispatch to sub-parsers&#10;&#10;The following is a simple usage example that sums integers from the&#10;command-line and writes the result to a file::&#10;&#10; parser = argparse.ArgumentParser(&#10; description='sum the integers at the command line')&#10; parser.add_argument(&#10; 'integers', metavar='int', nargs='+', type=int,&#10; help='an integer to be summed')&#10; parser.add_argument(&#10; '--log', default=sys.stdout, type=argparse.FileType('w'),&#10; help='the file where the sum should be written')&#10; args = parser.parse_args()&#10; args.log.write('%s' % sum(args.integers))&#10; args.log.close()&#10;&#10;The module contains the following public classes:&#10;&#10; - ArgumentParser -- The main entry point for command-line parsing. As the&#10; example above shows, the add_argument() method is used to populate&#10; the parser with actions for optional and positional arguments. Then&#10; the parse_args() method is invoked to convert the args at the&#10; command-line into an object with attributes.&#10;&#10; - ArgumentError -- The exception raised by ArgumentParser objects when&#10; there are errors with the parser's actions. Errors raised while&#10; parsing the command-line are caught by ArgumentParser and emitted&#10; as command-line messages.&#10;&#10; - FileType -- A factory for defining types of files to be created. As the&#10; example above shows, instances of FileType are typically passed as&#10; the type= argument of add_argument() calls.&#10;&#10; - Action -- The base class for parser actions. Typically actions are&#10; selected by passing strings like 'store_true' or 'append_const' to&#10; the action= argument of add_argument(). However, for greater&#10; customization of ArgumentParser actions, subclasses of Action may&#10; be defined and passed as the action= argument.&#10;&#10; - HelpFormatter, RawDescriptionHelpFormatter, RawTextHelpFormatter,&#10; ArgumentDefaultsHelpFormatter -- Formatter classes which&#10; may be passed as the formatter_class= argument to the&#10; ArgumentParser constructor. HelpFormatter is the default,&#10; RawDescriptionHelpFormatter and RawTextHelpFormatter tell the parser&#10; not to change the formatting for help text, and&#10; ArgumentDefaultsHelpFormatter adds information about argument defaults&#10; to the help.&#10;&#10;All other classes in this module are considered implementation details.&#10;(Also note that HelpFormatter and RawDescriptionHelpFormatter are only&#10;considered public as object names -- the API of the formatter objects is&#10;still considered an implementation detail.)">
</Overload>
</KeyWord>
<KeyWord name="argparse.Action" func="yes">
<Overload retVal="" descr="Information about how to convert command line strings to Python objects.&#10;&#10;Action objects are used by an ArgumentParser to represent the information&#10;needed to parse a single argument from one or more strings from the&#10;command line. The keyword arguments to the Action constructor are also&#10;all attributes of Action instances.&#10;&#10;Keyword Arguments:&#10;&#10; - option_strings -- A list of command-line option strings which&#10; should be associated with this action.&#10;&#10; - dest -- The name of the attribute to hold the created object(s)&#10;&#10; - nargs -- The number of command-line arguments that should be&#10; consumed. By default, one argument will be consumed and a single&#10; value will be produced. Other values include:&#10; - N (an integer) consumes N arguments (and produces a list)&#10; - '?' consumes zero or one arguments&#10; - '*' consumes zero or more arguments (and produces a list)&#10; - '+' consumes one or more arguments (and produces a list)&#10; Note that the difference between the default and nargs=1 is that&#10; with the default, a single value will be produced, while with&#10; nargs=1, a list containing a single value will be produced.&#10;&#10; - const -- The value to be produced if the option is specified and the&#10; option uses an action that takes no values.&#10;&#10; - default -- The value to be produced if the option is not specified.&#10;&#10; - type -- A callable that accepts a single string argument, and&#10; returns the converted value. The standard Python types str, int,&#10; float, and complex are useful examples of such callables. If None,&#10; str is used.&#10;&#10; - choices -- A container of values that should be allowed. If not None,&#10; after a command-line argument has been converted to the appropriate&#10; type, an exception will be raised if it is not a member of this&#10; collection.&#10;&#10; - required -- True if the action must always be specified at the&#10; command line. This is only meaningful for optional command-line&#10; arguments.&#10;&#10; - help -- The help string describing the argument.&#10;&#10; - metavar -- The name to be used for the option's argument with the&#10; help string. If None, the 'dest' value will be used as the name.">
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentDefaultsHelpFormatter" func="yes">
<Overload retVal="" descr="Help message formatter which adds default values to argument help.&#10;&#10;Only the name of this class is considered a public API. All the methods&#10;provided by the class are considered an implementation detail.">
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentDefaultsHelpFormatter.add_argument" />
<KeyWord name="argparse.ArgumentDefaultsHelpFormatter.add_arguments" />
<KeyWord name="argparse.ArgumentDefaultsHelpFormatter.add_text" />
<KeyWord name="argparse.ArgumentDefaultsHelpFormatter.add_usage" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="usage" />
<Param name="actions" />
<Param name="groups" />
<Param name="[prefix=None]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentDefaultsHelpFormatter.end_section" />
<KeyWord name="argparse.ArgumentDefaultsHelpFormatter.format_help" />
<KeyWord name="argparse.ArgumentDefaultsHelpFormatter.start_section" />
<KeyWord name="argparse.ArgumentError" func="yes">
<Overload retVal="" descr="An error from creating or using an argument (optional or positional).&#10;&#10;The string value of this exception is the message, augmented with&#10;information about the argument that caused it.">
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser" func="yes">
<Overload retVal="" descr="Object for parsing command line strings into Python objects.&#10;&#10;Keyword Arguments:&#10; - prog -- The name of the program (default: sys.argv[0])&#10; - usage -- A usage message (default: auto-generated from arguments)&#10; - description -- A description of what the program does&#10; - epilog -- Text following the argument descriptions&#10; - parents -- Parsers whose arguments should be copied into this one&#10; - formatter_class -- HelpFormatter class for printing help messages&#10; - prefix_chars -- Characters that prefix optional arguments&#10; - fromfile_prefix_chars -- Characters that prefix files containing&#10; additional arguments&#10; - argument_default -- The default value for all arguments&#10; - conflict_handler -- String indicating how to handle conflicts&#10; - add_help -- Add a -h/-help option">
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.add_argument" func="yes">
<Overload retVal="" descr="add_argument(dest, ..., name=value, ...)&#10;add_argument(option_string, option_string, ..., name=value, ...)">
<Param name="self" />
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.add_argument_group" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.add_mutually_exclusive_group" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.add_subparsers" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.convert_arg_line_to_args" />
<KeyWord name="argparse.ArgumentParser.error" func="yes">
<Overload retVal="" descr="error(message: string)&#10;&#10;Prints a usage message incorporating the message to stderr and&#10;exits.&#10;&#10;If you override this in a subclass, it should not return -- it&#10;should either exit or raise an exception.">
<Param name="self" />
<Param name="message" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.exit" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[status=0" />
<Param name="[message=None]]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.format_help" />
<KeyWord name="argparse.ArgumentParser.format_usage" />
<KeyWord name="argparse.ArgumentParser.format_version" />
<KeyWord name="argparse.ArgumentParser.get_default" />
<KeyWord name="argparse.ArgumentParser.parse_args" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[args=None" />
<Param name="[namespace=None]]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.parse_known_args" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[args=None" />
<Param name="[namespace=None]]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.print_help" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[file=None]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.print_usage" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[file=None]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.print_version" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[file=None]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentParser.register" />
<KeyWord name="argparse.ArgumentParser.set_defaults" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentTypeError" func="yes">
<Overload retVal="" descr="An error from trying to convert a command line string to a type.">
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentTypeError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="argparse.ArgumentTypeError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="argparse.FileType" func="yes">
<Overload retVal="" descr="Factory for creating file object types&#10;&#10;Instances of FileType are typically passed as type= arguments to the&#10;ArgumentParser add_argument() method.&#10;&#10;Keyword Arguments:&#10; - mode -- A string indicating how the file is to be opened. Accepts the&#10; same values as the builtin open() function.&#10; - bufsize -- The file's desired buffer size. Accepts the same values as&#10; the builtin open() function.">
</Overload>
</KeyWord>
<KeyWord name="argparse.HelpFormatter" func="yes">
<Overload retVal="" descr="Formatter for generating usage messages and argument help strings.&#10;&#10;Only the name of this class is considered a public API. All the methods&#10;provided by the class are considered an implementation detail.">
</Overload>
</KeyWord>
<KeyWord name="argparse.HelpFormatter.add_argument" />
<KeyWord name="argparse.HelpFormatter.add_arguments" />
<KeyWord name="argparse.HelpFormatter.add_text" />
<KeyWord name="argparse.HelpFormatter.add_usage" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="usage" />
<Param name="actions" />
<Param name="groups" />
<Param name="[prefix=None]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.HelpFormatter.end_section" />
<KeyWord name="argparse.HelpFormatter.format_help" />
<KeyWord name="argparse.HelpFormatter.start_section" />
<KeyWord name="argparse.Namespace" func="yes">
<Overload retVal="" descr="Simple object for storing attributes.&#10;&#10;Implements equality by attribute names and values, and provides a simple&#10;string representation.">
</Overload>
</KeyWord>
<KeyWord name="argparse.ONE_OR_MORE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="argparse.OPTIONAL" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="argparse.PARSER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="argparse.REMAINDER" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="argparse.RawDescriptionHelpFormatter" func="yes">
<Overload retVal="" descr="Help message formatter which retains any formatting in descriptions.&#10;&#10;Only the name of this class is considered a public API. All the methods&#10;provided by the class are considered an implementation detail.">
</Overload>
</KeyWord>
<KeyWord name="argparse.RawDescriptionHelpFormatter.add_argument" />
<KeyWord name="argparse.RawDescriptionHelpFormatter.add_arguments" />
<KeyWord name="argparse.RawDescriptionHelpFormatter.add_text" />
<KeyWord name="argparse.RawDescriptionHelpFormatter.add_usage" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="usage" />
<Param name="actions" />
<Param name="groups" />
<Param name="[prefix=None]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.RawDescriptionHelpFormatter.end_section" />
<KeyWord name="argparse.RawDescriptionHelpFormatter.format_help" />
<KeyWord name="argparse.RawDescriptionHelpFormatter.start_section" />
<KeyWord name="argparse.RawTextHelpFormatter" func="yes">
<Overload retVal="" descr="Help message formatter which retains formatting of all help text.&#10;&#10;Only the name of this class is considered a public API. All the methods&#10;provided by the class are considered an implementation detail.">
</Overload>
</KeyWord>
<KeyWord name="argparse.RawTextHelpFormatter.add_argument" />
<KeyWord name="argparse.RawTextHelpFormatter.add_arguments" />
<KeyWord name="argparse.RawTextHelpFormatter.add_text" />
<KeyWord name="argparse.RawTextHelpFormatter.add_usage" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="usage" />
<Param name="actions" />
<Param name="groups" />
<Param name="[prefix=None]" />
</Overload>
</KeyWord>
<KeyWord name="argparse.RawTextHelpFormatter.end_section" />
<KeyWord name="argparse.RawTextHelpFormatter.format_help" />
<KeyWord name="argparse.RawTextHelpFormatter.start_section" />
<KeyWord name="argparse.SUPPRESS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="argparse.ZERO_OR_MORE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="array" func="yes">
<Overload retVal="" descr="Function of httplib.array">
</Overload>
</KeyWord>
<KeyWord name="as" />
<KeyWord name="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="as_tuple" func="yes">
<Overload retVal="" descr="Function of decimal.Decimal">
</Overload>
</KeyWord>
<KeyWord name="ascii_decode" func="yes">
<Overload retVal="" descr="Function of codecs">
</Overload>
</KeyWord>
<KeyWord name="ascii_encode" func="yes">
<Overload retVal="" descr="Function of codecs">
</Overload>
</KeyWord>
<KeyWord name="asin" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="asinh" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="askcolor" func="yes">
<Overload retVal="" descr="Function of tkColorChooser">
</Overload>
</KeyWord>
<KeyWord name="askdirectory" func="yes">
<Overload retVal="" descr="Function of tkFileDialog">
</Overload>
</KeyWord>
<KeyWord name="askfloat" func="yes">
<Overload retVal="" descr="Function of tkSimpleDialog">
</Overload>
</KeyWord>
<KeyWord name="askinteger" func="yes">
<Overload retVal="" descr="Function of tkSimpleDialog">
</Overload>
</KeyWord>
<KeyWord name="askokcancel" func="yes">
<Overload retVal="" descr="Function of tkMessageBox">
</Overload>
</KeyWord>
<KeyWord name="askopenfile" func="yes">
<Overload retVal="" descr="Function of tkFileDialog">
</Overload>
</KeyWord>
<KeyWord name="askopenfilename" func="yes">
<Overload retVal="" descr="Function of tkFileDialog">
</Overload>
</KeyWord>
<KeyWord name="askopenfilenames" func="yes">
<Overload retVal="" descr="Function of tkFileDialog">
</Overload>
</KeyWord>
<KeyWord name="askopenfiles" func="yes">
<Overload retVal="" descr="Function of tkFileDialog">
</Overload>
</KeyWord>
<KeyWord name="askquestion" func="yes">
<Overload retVal="" descr="Function of tkMessageBox">
</Overload>
</KeyWord>
<KeyWord name="askretrycancel" func="yes">
<Overload retVal="" descr="Function of tkMessageBox">
</Overload>
</KeyWord>
<KeyWord name="asksaveasfile" func="yes">
<Overload retVal="" descr="Function of tkFileDialog">
</Overload>
</KeyWord>
<KeyWord name="asksaveasfilename" func="yes">
<Overload retVal="" descr="Function of tkFileDialog">
</Overload>
</KeyWord>
<KeyWord name="askstring" func="yes">
<Overload retVal="" descr="Function of tkSimpleDialog">
</Overload>
</KeyWord>
<KeyWord name="askyesno" func="yes">
<Overload retVal="" descr="Function of tkMessageBox">
</Overload>
</KeyWord>
<KeyWord name="askyesnocancel" func="yes">
<Overload retVal="" descr="Function of tkMessageBox">
</Overload>
</KeyWord>
<KeyWord name="assert" />
<KeyWord name="assertAlmostEqual" func="yes">
<Overload retVal="" descr="Function of doctest.DocFileCase">
</Overload>
</KeyWord>
<KeyWord name="assertAlmostEquals" func="yes">
<Overload retVal="" descr="Function of doctest.DocFileCase">
</Overload>
</KeyWord>
<KeyWord name="assertDictContainsSubset" func="yes">
<Overload retVal="" descr="Function of doctest.DocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertDictEqual" func="yes">
<Overload retVal="" descr="Function of doctest.DocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertEqual" func="yes">
<Overload retVal="" descr="Function of doctest.SkipDocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertEquals" func="yes">
<Overload retVal="" descr="Function of unittest.TestCase">
</Overload>
</KeyWord>
<KeyWord name="assertFalse" func="yes">
<Overload retVal="" descr="Function of doctest.SkipDocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertGreater" func="yes">
<Overload retVal="" descr="Function of doctest.DocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertGreaterEqual" func="yes">
<Overload retVal="" descr="Function of unittest.FunctionTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertIn" func="yes">
<Overload retVal="" descr="Function of doctest.DocFileCase">
</Overload>
</KeyWord>
<KeyWord name="assertIs" func="yes">
<Overload retVal="" descr="Function of doctest.DocFileCase">
</Overload>
</KeyWord>
<KeyWord name="assertIsInstance" func="yes">
<Overload retVal="" descr="Function of unittest.FunctionTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertIsNone" func="yes">
<Overload retVal="" descr="Function of unittest.FunctionTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertIsNot" func="yes">
<Overload retVal="" descr="Function of unittest.TestCase">
</Overload>
</KeyWord>
<KeyWord name="assertIsNotNone" func="yes">
<Overload retVal="" descr="Function of unittest.TestCase">
</Overload>
</KeyWord>
<KeyWord name="assertItemsEqual" func="yes">
<Overload retVal="" descr="Function of unittest.FunctionTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertLess" func="yes">
<Overload retVal="" descr="Function of doctest.DocFileCase">
</Overload>
</KeyWord>
<KeyWord name="assertLessEqual" func="yes">
<Overload retVal="" descr="Function of doctest.SkipDocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertListEqual" func="yes">
<Overload retVal="" descr="Function of doctest.SkipDocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertMultiLineEqual" func="yes">
<Overload retVal="" descr="Function of unittest.TestCase">
</Overload>
</KeyWord>
<KeyWord name="assertNotAlmostEqual" func="yes">
<Overload retVal="" descr="Function of doctest.DocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertNotAlmostEquals" func="yes">
<Overload retVal="" descr="Function of doctest.SkipDocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertNotEqual" func="yes">
<Overload retVal="" descr="Function of doctest.DocFileCase">
</Overload>
</KeyWord>
<KeyWord name="assertNotEquals" func="yes">
<Overload retVal="" descr="Function of unittest.TestCase">
</Overload>
</KeyWord>
<KeyWord name="assertNotIn" func="yes">
<Overload retVal="" descr="Function of doctest.DocFileCase">
</Overload>
</KeyWord>
<KeyWord name="assertNotIsInstance" func="yes">
<Overload retVal="" descr="Function of doctest.DocFileCase">
</Overload>
</KeyWord>
<KeyWord name="assertNotRegexpMatches" func="yes">
<Overload retVal="" descr="Function of unittest.TestCase">
</Overload>
</KeyWord>
<KeyWord name="assertRaises" func="yes">
<Overload retVal="" descr="Function of doctest.DocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertRaisesRegexp" func="yes">
<Overload retVal="" descr="Function of unittest.TestCase">
</Overload>
</KeyWord>
<KeyWord name="assertRegexpMatches" func="yes">
<Overload retVal="" descr="Function of doctest.SkipDocTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertSequenceEqual" func="yes">
<Overload retVal="" descr="Function of unittest.FunctionTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertSetEqual" func="yes">
<Overload retVal="" descr="Function of doctest.DocFileCase">
</Overload>
</KeyWord>
<KeyWord name="assertTrue" func="yes">
<Overload retVal="" descr="Function of unittest.FunctionTestCase">
</Overload>
</KeyWord>
<KeyWord name="assertTupleEqual" func="yes">
<Overload retVal="" descr="Function of doctest.SkipDocTestCase">
</Overload>
</KeyWord>
<KeyWord name="ast" func="yes">
<Overload retVal="" descr="ast&#10;~~~&#10;&#10;The `ast` module helps Python applications to process trees of the Python&#10;abstract syntax grammar. The abstract syntax itself might change with&#10;each Python release; this module helps to find out programmatically what&#10;the current grammar looks like and allows modifications of it.&#10;&#10;An abstract syntax tree can be generated by passing `ast.PyCF_ONLY_AST` as&#10;a flag to the `compile()` builtin function or by using the `parse()`&#10;function from this module. The result will be a tree of objects whose&#10;classes all inherit from `ast.AST`.&#10;&#10;A modified abstract syntax tree can be compiled into a Python code object&#10;using the built-in `compile()` function.&#10;&#10;Additionally various helper functions are provided that make working with&#10;the trees simpler. The main intention of the helper functions and this&#10;module in general is to provide an easy to use interface for libraries&#10;that work tightly with the python syntax (template engines for example).&#10;&#10;&#10;:copyright: Copyright 2008 by Armin Ronacher.&#10;:license: Python License.">
</Overload>
</KeyWord>
<KeyWord name="ast.AST" />
<KeyWord name="ast.Add" />
<KeyWord name="ast.And" />
<KeyWord name="ast.Assert" />
<KeyWord name="ast.Assign" />
<KeyWord name="ast.Attribute" />
<KeyWord name="ast.AugAssign" />
<KeyWord name="ast.AugLoad" />
<KeyWord name="ast.AugStore" />
<KeyWord name="ast.BinOp" />
<KeyWord name="ast.BitAnd" />
<KeyWord name="ast.BitOr" />
<KeyWord name="ast.BitXor" />
<KeyWord name="ast.BoolOp" />
<KeyWord name="ast.Break" />
<KeyWord name="ast.Call" />
<KeyWord name="ast.ClassDef" />
<KeyWord name="ast.Compare" />
<KeyWord name="ast.Continue" />
<KeyWord name="ast.Del" />
<KeyWord name="ast.Delete" />
<KeyWord name="ast.Dict" />
<KeyWord name="ast.DictComp" />
<KeyWord name="ast.Div" />
<KeyWord name="ast.Ellipsis" />
<KeyWord name="ast.Eq" />
<KeyWord name="ast.ExceptHandler" />
<KeyWord name="ast.Exec" />
<KeyWord name="ast.Expr" />
<KeyWord name="ast.Expression" />
<KeyWord name="ast.ExtSlice" />
<KeyWord name="ast.FloorDiv" />
<KeyWord name="ast.For" />
<KeyWord name="ast.FunctionDef" />
<KeyWord name="ast.GeneratorExp" />
<KeyWord name="ast.Global" />
<KeyWord name="ast.Gt" />
<KeyWord name="ast.GtE" />
<KeyWord name="ast.If" />
<KeyWord name="ast.IfExp" />
<KeyWord name="ast.Import" />
<KeyWord name="ast.ImportFrom" />
<KeyWord name="ast.In" />
<KeyWord name="ast.Index" />
<KeyWord name="ast.Interactive" />
<KeyWord name="ast.Invert" />
<KeyWord name="ast.Is" />
<KeyWord name="ast.IsNot" />
<KeyWord name="ast.LShift" />
<KeyWord name="ast.Lambda" />
<KeyWord name="ast.List" />
<KeyWord name="ast.ListComp" />
<KeyWord name="ast.Load" />
<KeyWord name="ast.Lt" />
<KeyWord name="ast.LtE" />
<KeyWord name="ast.Mod" />
<KeyWord name="ast.Module" />
<KeyWord name="ast.Mult" />
<KeyWord name="ast.Name" />
<KeyWord name="ast.NodeTransformer" func="yes">
<Overload retVal="" descr="A :class:`NodeVisitor` subclass that walks the abstract syntax tree and&#10;allows modification of nodes.&#10;&#10;The `NodeTransformer` will walk the AST and use the return value of the&#10;visitor methods to replace or remove the old node. If the return value of&#10;the visitor method is ``None``, the node will be removed from its location,&#10;otherwise it is replaced with the return value. The return value may be the&#10;original node in which case no replacement takes place.&#10;&#10;Here is an example transformer that rewrites all occurrences of name lookups&#10;(``foo``) to ``data['foo']``::&#10;&#10; class RewriteName(NodeTransformer):&#10;&#10; def visit_Name(self, node):&#10; return copy_location(Subscript(&#10; value=Name(id='data', ctx=Load()),&#10; slice=Index(value=Str(s=node.id)),&#10; ctx=node.ctx&#10; ), node)&#10;&#10;Keep in mind that if the node you're operating on has child nodes you must&#10;either transform the child nodes yourself or call the :meth:`generic_visit`&#10;method for the node first.&#10;&#10;For nodes that were part of a collection of statements (that applies to all&#10;statement nodes), the visitor may also return a list of nodes rather than&#10;just a single node.&#10;&#10;Usually you use the transformer like this::&#10;&#10; node = YourTransformer().visit(node)">
</Overload>
</KeyWord>
<KeyWord name="ast.NodeTransformer.generic_visit" />
<KeyWord name="ast.NodeTransformer.visit" func="yes">
<Overload retVal="" descr="Visit a node.">
<Param name="self" />
<Param name="node" />
</Overload>
</KeyWord>
<KeyWord name="ast.NodeVisitor" func="yes">
<Overload retVal="" descr="A node visitor base class that walks the abstract syntax tree and calls a&#10;visitor function for every node found. This function may return a value&#10;which is forwarded by the `visit` method.&#10;&#10;This class is meant to be subclassed, with the subclass adding visitor&#10;methods.&#10;&#10;Per default the visitor functions for the nodes are ``'visit_'`` +&#10;class name of the node. So a `TryFinally` node visit function would&#10;be `visit_TryFinally`. This behavior can be changed by overriding&#10;the `visit` method. If no visitor function exists for a node&#10;(return value `None`) the `generic_visit` visitor is used instead.&#10;&#10;Don't use the `NodeVisitor` if you want to apply changes to nodes during&#10;traversing. For this a special visitor exists (`NodeTransformer`) that&#10;allows modifications.">
</Overload>
</KeyWord>
<KeyWord name="ast.NodeVisitor.generic_visit" func="yes">
<Overload retVal="" descr="Called if no explicit visitor function exists for a node.">
<Param name="self" />
<Param name="node" />
</Overload>
</KeyWord>
<KeyWord name="ast.NodeVisitor.visit" func="yes">
<Overload retVal="" descr="Visit a node.">
<Param name="self" />
<Param name="node" />
</Overload>
</KeyWord>
<KeyWord name="ast.Not" />
<KeyWord name="ast.NotEq" />
<KeyWord name="ast.NotIn" />
<KeyWord name="ast.Num" />
<KeyWord name="ast.Or" />
<KeyWord name="ast.Param" />
<KeyWord name="ast.Pass" />
<KeyWord name="ast.Pow" />
<KeyWord name="ast.Print" />
<KeyWord name="ast.PyCF_ONLY_AST" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="ast.RShift" />
<KeyWord name="ast.Raise" />
<KeyWord name="ast.Repr" />
<KeyWord name="ast.Return" />
<KeyWord name="ast.Set" />
<KeyWord name="ast.SetComp" />
<KeyWord name="ast.Slice" />
<KeyWord name="ast.Store" />
<KeyWord name="ast.Str" />
<KeyWord name="ast.Sub" />
<KeyWord name="ast.Subscript" />
<KeyWord name="ast.Suite" />
<KeyWord name="ast.TryExcept" />
<KeyWord name="ast.TryFinally" />
<KeyWord name="ast.Tuple" />
<KeyWord name="ast.UAdd" />
<KeyWord name="ast.USub" />
<KeyWord name="ast.UnaryOp" />
<KeyWord name="ast.While" />
<KeyWord name="ast.With" />
<KeyWord name="ast.Yield" />
<KeyWord name="ast.alias" />
<KeyWord name="ast.arguments" />
<KeyWord name="ast.boolop" />
<KeyWord name="ast.cmpop" />
<KeyWord name="ast.comprehension" />
<KeyWord name="ast.copy_location" func="yes">
<Overload retVal="" descr="Copy source location (`lineno` and `col_offset` attributes) from&#10;*old_node* to *new_node* if possible, and return *new_node*.">
<Param name="new_node" />
<Param name="old_node" />
</Overload>
</KeyWord>
<KeyWord name="ast.dump" func="yes">
<Overload retVal="" descr="Return a formatted dump of the tree in *node*. This is mainly useful for&#10;debugging purposes. The returned string will show the names and the values&#10;for fields. This makes the code impossible to evaluate, so if evaluation is&#10;wanted *annotate_fields* must be set to False. Attributes such as line&#10;numbers and column offsets are not dumped by default. If this is wanted,&#10;*include_attributes* can be set to True.">
<Param name="node" />
<Param name="[annotate_fields=True" />
<Param name="[include_attributes=False]]" />
</Overload>
</KeyWord>
<KeyWord name="ast.excepthandler" />
<KeyWord name="ast.expr" />
<KeyWord name="ast.expr_context" />
<KeyWord name="ast.fix_missing_locations" func="yes">
<Overload retVal="" descr="When you compile a node tree with compile(), the compiler expects lineno and&#10;col_offset attributes for every node that supports them. This is rather&#10;tedious to fill in for generated nodes, so this helper adds these attributes&#10;recursively where not already set, by setting them to the values of the&#10;parent node. It works recursively starting at *node*.">
<Param name="node" />
</Overload>
</KeyWord>
<KeyWord name="ast.get_docstring" func="yes">
<Overload retVal="" descr="Return the docstring for the given node or None if no docstring can&#10;be found. If the node provided does not have docstrings a TypeError&#10;will be raised.">
<Param name="node" />
<Param name="[clean=True]" />
</Overload>
</KeyWord>
<KeyWord name="ast.increment_lineno" func="yes">
<Overload retVal="" descr='Increment the line number of each node in the tree starting at *node* by *n*.&#10;This is useful to "move code" to a different location in a file.'>
<Param name="node" />
<Param name="[n=1]" />
</Overload>
</KeyWord>
<KeyWord name="ast.iter_child_nodes" func="yes">
<Overload retVal="" descr="Yield all direct child nodes of *node*, that is, all fields that are nodes&#10;and all items of fields that are lists of nodes.">
<Param name="node" />
</Overload>
</KeyWord>
<KeyWord name="ast.iter_fields" func="yes">
<Overload retVal="" descr="Yield a tuple of ``(fieldname, value)`` for each field in ``node._fields``&#10;that is present on *node*.">
<Param name="node" />
</Overload>
</KeyWord>
<KeyWord name="ast.keyword" />
<KeyWord name="ast.literal_eval" func="yes">
<Overload retVal="" descr="Safely evaluate an expression node or a string containing a Python&#10;expression. The string or node provided may only consist of the following&#10;Python literal structures: strings, numbers, tuples, lists, dicts, booleans,&#10;and None.">
<Param name="node_or_string" />
</Overload>
</KeyWord>
<KeyWord name="ast.mod" />
<KeyWord name="ast.operator" />
<KeyWord name="ast.parse" func="yes">
<Overload retVal="" descr="Parse the source into an AST node.&#10;Equivalent to compile(source, filename, mode, PyCF_ONLY_AST).">
<Param name="source" />
<Param name="[filename=<unknown>" />
<Param name="[mode=exec]]" />
</Overload>
</KeyWord>
<KeyWord name="ast.slice" />
<KeyWord name="ast.stmt" />
<KeyWord name="ast.unaryop" />
<KeyWord name="ast.walk" func="yes">
<Overload retVal="" descr="Recursively yield all descendant nodes in the tree starting at *node*&#10;(including *node* itself), in no specified order. This is useful if you&#10;only want to modify nodes in place and don't care about the context.">
<Param name="node" />
</Overload>
</KeyWord>
<KeyWord name="astimezone" func="yes">
<Overload retVal="" descr="Function of sqlite3.Timestamp">
</Overload>
</KeyWord>
<KeyWord name="asynchat" func="yes">
<Overload retVal="" descr="A class supporting chat-style (command/response) protocols.&#10;&#10;This class adds support for 'chat' style protocols - where one side&#10;sends a 'command', and the other sends a response (examples would be&#10;the common internet protocols - smtp, nntp, ftp, etc..).&#10;&#10;The handle_read() method looks at the input stream for the current&#10;'terminator' (usually '\r\n' for single-line responses, '\r\n.\r\n'&#10;for multi-line output), calling self.found_terminator() on its&#10;receipt.&#10;&#10;for example:&#10;Say you build an async nntp client using this class. At the start&#10;of the connection, you'll have self.terminator set to '\r\n', in&#10;order to process the single-line greeting. Just before issuing a&#10;'LIST' command you'll set it to '\r\n.\r\n'. The output of the LIST&#10;command will be accumulated (using your own 'collect_incoming_data'&#10;method) up to the terminator, and then control will be returned to&#10;you - by calling your self.found_terminator() method.">
</Overload>
</KeyWord>
<KeyWord name="asynchat.async_chat" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="asynchat.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="asynchat.deque" func="yes">
<Overload retVal="" descr="deque([iterable[, maxlen]]) --&gt; deque object&#10;&#10;Build an ordered collection with optimized access from its endpoints.">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.append" func="yes">
<Overload retVal="" descr="Add an element to the right side of the deque.">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.appendleft" func="yes">
<Overload retVal="" descr="Add an element to the left side of the deque.">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.clear" func="yes">
<Overload retVal="" descr="Remove all elements from the deque.">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.count" func="yes">
<Overload retVal="" descr="D.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.extend" func="yes">
<Overload retVal="" descr="Extend the right side of the deque with elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.extendleft" func="yes">
<Overload retVal="" descr="Extend the left side of the deque with elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.maxlen" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.pop" func="yes">
<Overload retVal="" descr="Remove and return the rightmost element.">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.popleft" func="yes">
<Overload retVal="" descr="Remove and return the leftmost element.">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.remove" func="yes">
<Overload retVal="" descr="D.remove(value) -- remove first occurrence of value.">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.reverse" func="yes">
<Overload retVal="" descr="D.reverse() -- reverse *IN PLACE*">
</Overload>
</KeyWord>
<KeyWord name="asynchat.deque.rotate" func="yes">
<Overload retVal="" descr="Rotate the deque n steps to the right (default n=1). If n is negative, rotates left.">
</Overload>
</KeyWord>
<KeyWord name="asynchat.fifo" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="asynchat.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="asynchat.find_prefix_at_end" />
<KeyWord name="asynchat.simple_producer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="asyncore" func="yes">
<Overload retVal="" descr="Basic infrastructure for asynchronous socket service clients and servers.&#10;&#10;There are only two ways to have a program on a single processor do &quot;more&#10;than one thing at a time&quot;. Multi-threaded programming is the simplest and&#10;most popular way to do it, but there is another very different technique,&#10;that lets you have nearly all the advantages of multi-threading, without&#10;actually using multiple threads. it's really only practical if your program&#10;is largely I/O bound. If your program is CPU bound, then pre-emptive&#10;scheduled threads are probably what you really need. Network servers are&#10;rarely CPU-bound, however.&#10;&#10;If your operating system supports the select() system call in its I/O&#10;library (and nearly all do), then you can use it to juggle multiple&#10;communication channels at once; doing other work while your I/O is taking&#10;place in the &quot;background.&quot; Although this strategy can seem strange and&#10;complex, especially at first, it is in many ways easier to understand and&#10;control than multi-threaded programming. The module documented here solves&#10;many of the difficult problems for you, making the task of building&#10;sophisticated high-performance network servers and clients a snap.">
</Overload>
</KeyWord>
<KeyWord name="asyncore.EAGAIN" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.EALREADY" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.EBADF" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.ECONNABORTED" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.ECONNRESET" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.EINPROGRESS" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.EINTR" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.EINVAL" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.EISCONN" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.ENOTCONN" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.EPIPE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.ESHUTDOWN" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.EWOULDBLOCK" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.ExitNow" />
<KeyWord name="asyncore.ExitNow.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.ExitNow.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.close_all" func="yes">
<Overload retVal="" descr=>
<Param name="[map=None" />
<Param name="[ignore_all=False]]" />
</Overload>
</KeyWord>
<KeyWord name="asyncore.compact_traceback" />
<KeyWord name="asyncore.dispatcher" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.dispatcher_with_send" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.errorcode" func="yes">
<Overload retVal="" descr="(dict)">
</Overload>
</KeyWord>
<KeyWord name="asyncore.loop" func="yes">
<Overload retVal="" descr=>
<Param name="[timeout=30.0" />
<Param name="[use_poll=False" />
<Param name="[map=None" />
<Param name="[count=None]]]]" />
</Overload>
</KeyWord>
<KeyWord name="asyncore.poll" func="yes">
<Overload retVal="" descr=>
<Param name="[timeout=0.0" />
<Param name="[map=None]]" />
</Overload>
</KeyWord>
<KeyWord name="asyncore.poll2" func="yes">
<Overload retVal="" descr=>
<Param name="[timeout=0.0" />
<Param name="[map=None]]" />
</Overload>
</KeyWord>
<KeyWord name="asyncore.poll3" func="yes">
<Overload retVal="" descr=>
<Param name="[timeout=0.0" />
<Param name="[map=None]]" />
</Overload>
</KeyWord>
<KeyWord name="asyncore.read" />
<KeyWord name="asyncore.readwrite" />
<KeyWord name="asyncore.write" />
<KeyWord name="atan" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="atan2" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="atanh" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="atexit" func="yes">
<Overload retVal="" descr="atexit.py - allow programmer to define multiple exit functions to be executed&#10;upon normal program termination.&#10;&#10;One public function, register, is defined.">
</Overload>
</KeyWord>
<KeyWord name="atexit.register" func="yes">
<Overload retVal="" descr="register a function to be executed upon normal program termination&#10;&#10;func - function to be called at exit&#10;targs - optional arguments to pass to func&#10;kargs - optional keyword arguments to pass to func&#10;&#10;func is returned to facilitate usage as a decorator.">
<Param name="func" />
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="atof" func="yes">
<Overload retVal="" descr="Function of locale">
</Overload>
</KeyWord>
<KeyWord name="atoi" func="yes">
<Overload retVal="" descr="Function of stringold">
</Overload>
</KeyWord>
<KeyWord name="atol" func="yes">
<Overload retVal="" descr="Function of stringold">
</Overload>
</KeyWord>
<KeyWord name="audiodev" func="yes">
<Overload retVal="" descr="Classes for manipulating audio devices (currently only for Sun and SGI)">
</Overload>
</KeyWord>
<KeyWord name="audiodev.AudioDev" />
<KeyWord name="audiodev.Play_Audio_sgi" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="audiodev.Play_Audio_sun" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="audiodev.error" />
<KeyWord name="audiodev.error.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="audiodev.error.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="audiodev.test" func="yes">
<Overload retVal="" descr=>
<Param name="[fn=None]" />
</Overload>
</KeyWord>
<KeyWord name="b16decode" func="yes">
<Overload retVal="" descr="Function of base64">
</Overload>
</KeyWord>
<KeyWord name="b16encode" func="yes">
<Overload retVal="" descr="Function of base64">
</Overload>
</KeyWord>
<KeyWord name="b2a_qp" func="yes">
<Overload retVal="" descr="Function of quopri">
</Overload>
</KeyWord>
<KeyWord name="b32decode" func="yes">
<Overload retVal="" descr="Function of base64">
</Overload>
</KeyWord>
<KeyWord name="b32encode" func="yes">
<Overload retVal="" descr="Function of base64">
</Overload>
</KeyWord>
<KeyWord name="b64decode" func="yes">
<Overload retVal="" descr="Function of base64">
</Overload>
</KeyWord>
<KeyWord name="b64encode" func="yes">
<Overload retVal="" descr="Function of base64">
</Overload>
</KeyWord>
<KeyWord name="back" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="backslashreplace_errors" func="yes">
<Overload retVal="" descr="Function of codecs">
</Overload>
</KeyWord>
<KeyWord name="backward" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="bar" func="yes">
<Overload retVal="" descr="Function of bdb">
</Overload>
</KeyWord>
<KeyWord name="base64" func="yes">
<Overload retVal="" descr="RFC 3548: Base16, Base32, Base64 Data Encodings">
</Overload>
</KeyWord>
<KeyWord name="base64.MAXBINSIZE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="base64.MAXLINESIZE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="base64.b16decode" func="yes">
<Overload retVal="" descr="Decode a Base16 encoded string.&#10;&#10;s is the string to decode. Optional casefold is a flag specifying whether&#10;a lowercase alphabet is acceptable as input. For security purposes, the&#10;default is False.&#10;&#10;The decoded string is returned. A TypeError is raised if s were&#10;incorrectly padded or if there are non-alphabet characters present in the&#10;string.">
<Param name="s" />
<Param name="[casefold=False]" />
</Overload>
</KeyWord>
<KeyWord name="base64.b16encode" func="yes">
<Overload retVal="" descr="Encode a string using Base16.&#10;&#10;s is the string to encode. The encoded string is returned.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="base64.b32decode" func="yes">
<Overload retVal="" descr="Decode a Base32 encoded string.&#10;&#10;s is the string to decode. Optional casefold is a flag specifying whether&#10;a lowercase alphabet is acceptable as input. For security purposes, the&#10;default is False.&#10;&#10;RFC 3548 allows for optional mapping of the digit 0 (zero) to the letter O&#10;(oh), and for optional mapping of the digit 1 (one) to either the letter I&#10;(eye) or letter L (el). The optional argument map01 when not None,&#10;specifies which letter the digit 1 should be mapped to (when map01 is not&#10;None, the digit 0 is always mapped to the letter O). For security&#10;purposes the default is None, so that 0 and 1 are not allowed in the&#10;input.&#10;&#10;The decoded string is returned. A TypeError is raised if s were&#10;incorrectly padded or if there are non-alphabet characters present in the&#10;string.">
<Param name="s" />
<Param name="[casefold=False" />
<Param name="[map01=None]]" />
</Overload>
</KeyWord>
<KeyWord name="base64.b32encode" func="yes">
<Overload retVal="" descr="Encode a string using Base32.&#10;&#10;s is the string to encode. The encoded string is returned.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="base64.b64decode" func="yes">
<Overload retVal="" descr="Decode a Base64 encoded string.&#10;&#10;s is the string to decode. Optional altchars must be a string of at least&#10;length 2 (additional characters are ignored) which specifies the&#10;alternative alphabet used instead of the '+' and '/' characters.&#10;&#10;The decoded string is returned. A TypeError is raised if s were&#10;incorrectly padded or if there are non-alphabet characters present in the&#10;string.">
<Param name="s" />
<Param name="[altchars=None]" />
</Overload>
</KeyWord>
<KeyWord name="base64.b64encode" func="yes">
<Overload retVal="" descr="Encode a string using Base64.&#10;&#10;s is the string to encode. Optional altchars must be a string of at least&#10;length 2 (additional characters are ignored) which specifies an&#10;alternative alphabet for the '+' and '/' characters. This allows an&#10;application to e.g. generate url or filesystem safe Base64 strings.&#10;&#10;The encoded string is returned.">
<Param name="s" />
<Param name="[altchars=None]" />
</Overload>
</KeyWord>
<KeyWord name="base64.decode" func="yes">
<Overload retVal="" descr="Decode a file.">
<Param name="input" />
<Param name="output" />
</Overload>
</KeyWord>
<KeyWord name="base64.decodestring" func="yes">
<Overload retVal="" descr="Decode a string.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="base64.encode" func="yes">
<Overload retVal="" descr="Encode a file.">
<Param name="input" />
<Param name="output" />
</Overload>
</KeyWord>
<KeyWord name="base64.encodestring" func="yes">
<Overload retVal="" descr="Encode a string into multiple lines of base-64 data.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="base64.k" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="base64.standard_b64decode" func="yes">
<Overload retVal="" descr="Decode a string encoded with the standard Base64 alphabet.&#10;&#10;s is the string to decode. The decoded string is returned. A TypeError&#10;is raised if the string is incorrectly padded or if there are non-alphabet&#10;characters present in the string.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="base64.standard_b64encode" func="yes">
<Overload retVal="" descr="Encode a string using the standard Base64 alphabet.&#10;&#10;s is the string to encode. The encoded string is returned.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="base64.test" func="yes">
<Overload retVal="" descr="Small test program">
</Overload>
</KeyWord>
<KeyWord name="base64.test1" />
<KeyWord name="base64.urlsafe_b64decode" func="yes">
<Overload retVal="" descr="Decode a string encoded with the standard Base64 alphabet.&#10;&#10;s is the string to decode. The decoded string is returned. A TypeError&#10;is raised if the string is incorrectly padded or if there are non-alphabet&#10;characters present in the string.&#10;&#10;The alphabet uses '-' instead of '+' and '_' instead of '/'.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="base64.urlsafe_b64encode" func="yes">
<Overload retVal="" descr="Encode a string using a url-safe Base64 alphabet.&#10;&#10;s is the string to encode. The encoded string is returned. The alphabet&#10;uses '-' instead of '+' and '_' instead of '/'.">
<Param name="s" />
</Overload>
</KeyWord>
<KeyWord name="base64.v" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="basejoin" func="yes">
<Overload retVal="" descr="Function of urllib">
</Overload>
</KeyWord>
<KeyWord name="basename" func="yes">
<Overload retVal="" descr="Function of ntpath">
</Overload>
</KeyWord>
<KeyWord name="basestring" func="yes">
<Overload retVal="" descr="Type basestring cannot be instantiated; it is the base for str and unicode.">
</Overload>
</KeyWord>
<KeyWord name="basicConfig" func="yes">
<Overload retVal="" descr="Function of logging">
</Overload>
</KeyWord>
<KeyWord name="bbox" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="bdb" func="yes">
<Overload retVal="" descr="Debugger basics">
</Overload>
</KeyWord>
<KeyWord name="bdb.Bdb" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="bdb.BdbQuit" func="yes">
<Overload retVal="" descr="Exception to give up completely">
</Overload>
</KeyWord>
<KeyWord name="bdb.BdbQuit.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="bdb.BdbQuit.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="bdb.Breakpoint" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="bdb.Tdb" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="bdb.bar" />
<KeyWord name="bdb.checkfuncname" func="yes">
<Overload retVal="" descr="Check whether we should break here because of `b.funcname`.">
<Param name="b" />
<Param name="frame" />
</Overload>
</KeyWord>
<KeyWord name="bdb.effective" func="yes">
<Overload retVal="" descr="Determine which breakpoint for this file:line is to be acted upon.&#10;&#10;Called only if we know there is a bpt at this&#10;location. Returns breakpoint that was triggered and a flag&#10;that indicates if it is ok to delete a temporary bp.">
<Param name="file" />
<Param name="line" />
<Param name="frame" />
</Overload>
</KeyWord>
<KeyWord name="bdb.foo" />
<KeyWord name="bdb.set_trace" />
<KeyWord name="bdb.test" />
<KeyWord name="begin_fill" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="begin_poly" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="bell" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="betavariate" func="yes">
<Overload retVal="" descr="Function of random">
</Overload>
</KeyWord>
<KeyWord name="bgcolor" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="bgpic" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="bidirectional" func="yes">
<Overload retVal="" descr="Function of unicodedata">
</Overload>
</KeyWord>
<KeyWord name="bin" func="yes">
<Overload retVal="" descr="bin(number) -&gt; string&#10;&#10;Return the binary representation of an integer or long integer.">
</Overload>
</KeyWord>
<KeyWord name="bind" func="yes">
<Overload retVal="" descr="Function of socket.SocketType">
</Overload>
</KeyWord>
<KeyWord name="bind_all" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="bind_class" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="bind_textdomain_codeset" func="yes">
<Overload retVal="" descr="Function of gettext">
</Overload>
</KeyWord>
<KeyWord name="bindtags" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="bindtextdomain" func="yes">
<Overload retVal="" descr="Function of gettext">
</Overload>
</KeyWord>
<KeyWord name="binhex" func="yes">
<Overload retVal="" descr="Macintosh binhex compression/decompression.&#10;&#10;easy interface:&#10;binhex(inputfilename, outputfilename)&#10;hexbin(inputfilename, outputfilename)">
</Overload>
</KeyWord>
<KeyWord name="binhex.BinHex" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="binhex.Error" />
<KeyWord name="binhex.Error.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="binhex.Error.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="binhex.FInfo" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="binhex.HexBin" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="binhex.LINELEN" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="binhex.REASONABLY_LARGE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="binhex.RUNCHAR" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="binhex.binhex" func="yes">
<Overload retVal="" descr="(infilename, outfilename) - Create binhex-encoded copy of a file">
<Param name="inp" />
<Param name="out" />
</Overload>
</KeyWord>
<KeyWord name="binhex.getfileinfo" />
<KeyWord name="binhex.hexbin" func="yes">
<Overload retVal="" descr="(infilename, outfilename) - Decode binhexed file">
<Param name="inp" />
<Param name="out" />
</Overload>
</KeyWord>
<KeyWord name="binhex.openrsrc" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="bisect" func="yes">
<Overload retVal="" descr="Bisection algorithms.">
</Overload>
</KeyWord>
<KeyWord name="bisect.bisect" func="yes">
<Overload retVal="" descr="bisect(a, x[, lo[, hi]]) -&gt; index&#10;bisect_right(a, x[, lo[, hi]]) -&gt; index&#10;&#10;Return the index where to insert item x in list a, assuming a is sorted.&#10;&#10;The return value i is such that all e in a[:i] have e &lt;= x, and all e in&#10;a[i:] have e &gt; x. So if x already appears in the list, i points just&#10;beyond the rightmost x already there&#10;&#10;Optional args lo (default 0) and hi (default len(a)) bound the&#10;slice of a to be searched.">
</Overload>
</KeyWord>
<KeyWord name="bisect.bisect_left" func="yes">
<Overload retVal="" descr="bisect_left(a, x[, lo[, hi]]) -&gt; index&#10;&#10;Return the index where to insert item x in list a, assuming a is sorted.&#10;&#10;The return value i is such that all e in a[:i] have e &lt; x, and all e in&#10;a[i:] have e &gt;= x. So if x already appears in the list, i points just&#10;before the leftmost x already there.&#10;&#10;Optional args lo (default 0) and hi (default len(a)) bound the&#10;slice of a to be searched.">
</Overload>
</KeyWord>
<KeyWord name="bisect.bisect_right" func="yes">
<Overload retVal="" descr="bisect(a, x[, lo[, hi]]) -&gt; index&#10;bisect_right(a, x[, lo[, hi]]) -&gt; index&#10;&#10;Return the index where to insert item x in list a, assuming a is sorted.&#10;&#10;The return value i is such that all e in a[:i] have e &lt;= x, and all e in&#10;a[i:] have e &gt; x. So if x already appears in the list, i points just&#10;beyond the rightmost x already there&#10;&#10;Optional args lo (default 0) and hi (default len(a)) bound the&#10;slice of a to be searched.">
</Overload>
</KeyWord>
<KeyWord name="bisect.insort" func="yes">
<Overload retVal="" descr="insort(a, x[, lo[, hi]])&#10;insort_right(a, x[, lo[, hi]])&#10;&#10;Insert item x in list a, and keep it sorted assuming a is sorted.&#10;&#10;If x is already in a, insert it to the right of the rightmost x.&#10;&#10;Optional args lo (default 0) and hi (default len(a)) bound the&#10;slice of a to be searched.">
</Overload>
</KeyWord>
<KeyWord name="bisect.insort_left" func="yes">
<Overload retVal="" descr="insort_left(a, x[, lo[, hi]])&#10;&#10;Insert item x in list a, and keep it sorted assuming a is sorted.&#10;&#10;If x is already in a, insert it to the left of the leftmost x.&#10;&#10;Optional args lo (default 0) and hi (default len(a)) bound the&#10;slice of a to be searched.">
</Overload>
</KeyWord>
<KeyWord name="bisect.insort_right" func="yes">
<Overload retVal="" descr="insort(a, x[, lo[, hi]])&#10;insort_right(a, x[, lo[, hi]])&#10;&#10;Insert item x in list a, and keep it sorted assuming a is sorted.&#10;&#10;If x is already in a, insert it to the right of the rightmost x.&#10;&#10;Optional args lo (default 0) and hi (default len(a)) bound the&#10;slice of a to be searched.">
</Overload>
</KeyWord>
<KeyWord name="bisect_left" func="yes">
<Overload retVal="" descr="Function of bisect">
</Overload>
</KeyWord>
<KeyWord name="bisect_right" func="yes">
<Overload retVal="" descr="Function of bisect">
</Overload>
</KeyWord>
<KeyWord name="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="bk" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="bltn_open" func="yes">
<Overload retVal="" descr="Function of tarfile">
</Overload>
</KeyWord>
<KeyWord name="bool" 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="boolean" func="yes">
<Overload retVal="" descr="Function of xmlrpclib.boolean">
</Overload>
</KeyWord>
<KeyWord name="break" />
<KeyWord name="bsddb" func="yes">
<Overload retVal="" descr="Support for Berkeley DB 4.3 through 5.3 with a simple interface.&#10;&#10;For the full featured object oriented interface use the bsddb.db module&#10;instead. It mirrors the Oracle Berkeley DB C API.">
</Overload>
</KeyWord>
<KeyWord name="bsddb.MutableMapping" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="bsddb.btopen" func="yes">
<Overload retVal="" descr=>
<Param name="file" />
<Param name="[flag=c" />
<Param name="[mode=438" />
<Param name="[btflags=0" />
<Param name="[cachesize=None" />
<Param name="[maxkeypage=None" />
<Param name="[minkeypage=None" />
<Param name="[pgsize=None" />
<Param name="[lorder=None]]]]]]]]" />
</Overload>
</KeyWord>
<KeyWord name="bsddb.error" />
<KeyWord name="bsddb.error.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="bsddb.error.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="bsddb.hashopen" func="yes">
<Overload retVal="" descr=>
<Param name="file" />
<Param name="[flag=c" />
<Param name="[mode=438" />
<Param name="[pgsize=None" />
<Param name="[ffactor=None" />
<Param name="[nelem=None" />
<Param name="[cachesize=None" />
<Param name="[lorder=None" />
<Param name="[hflags=0]]]]]]]]" />
</Overload>
</KeyWord>
<KeyWord name="bsddb.ref" />
<KeyWord name="bsddb.rnopen" func="yes">
<Overload retVal="" descr=>
<Param name="file" />
<Param name="[flag=c" />
<Param name="[mode=438" />
<Param name="[rnflags=0" />
<Param name="[cachesize=None" />
<Param name="[pgsize=None" />
<Param name="[lorder=None" />
<Param name="[rlen=None" />
<Param name="[delim=None" />
<Param name="[source=None" />
<Param name="[pad=None]]]]]]]]]]" />
</Overload>
</KeyWord>
<KeyWord name="btopen" func="yes">
<Overload retVal="" descr="Function of bsddb">
</Overload>
</KeyWord>
<KeyWord name="buffer" 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="buffer_info" func="yes">
<Overload retVal="" descr="Function of httplib.array">
</Overload>
</KeyWord>
<KeyWord name="build_opener" func="yes">
<Overload retVal="" descr="Function of urllib2">
</Overload>
</KeyWord>
<KeyWord name="bye" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="byref" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="bytearray" func="yes">
<Overload retVal="" descr="bytearray(iterable_of_ints) -&gt; bytearray.&#10;bytearray(string, encoding[, errors]) -&gt; bytearray.&#10;bytearray(bytes_or_bytearray) -&gt; mutable copy of bytes_or_bytearray.&#10;bytearray(memory_view) -&gt; bytearray.&#10;&#10;Construct an mutable bytearray object from:&#10; - an iterable yielding integers in range(256)&#10; - a text string encoded using the specified encoding&#10; - a bytes or a bytearray object&#10; - any object implementing the buffer API.&#10;&#10;bytearray(int) -&gt; bytearray.&#10;&#10;Construct a zero-initialized bytearray of the given length.">
</Overload>
</KeyWord>
<KeyWord name="bytes" 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="byteswap" func="yes">
<Overload retVal="" descr="Function of httplib.array">
</Overload>
</KeyWord>
<KeyWord name="bz2" func="yes">
<Overload retVal="" descr="The python bz2 module provides a comprehensive interface for&#10;the bz2 compression library. It implements a complete file&#10;interface, one shot (de)compression functions, and types for&#10;sequential (de)compression.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2Compressor" func="yes">
<Overload retVal="" descr="BZ2Compressor([compresslevel=9]) -&gt; compressor object&#10;&#10;Create a new compressor object. This object may be used to compress&#10;data sequentially. If you want to compress data in one shot, use the&#10;compress() function instead. The compresslevel parameter, if given,&#10;must be a number between 1 and 9.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2Compressor.compress" func="yes">
<Overload retVal="" descr="compress(data) -&gt; string&#10;&#10;Provide more data to the compressor object. It will return chunks of&#10;compressed data whenever possible. When you've finished providing data&#10;to compress, call the flush() method to finish the compression process,&#10;and return what is left in the internal buffers.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2Compressor.flush" func="yes">
<Overload retVal="" descr="flush() -&gt; string&#10;&#10;Finish the compression process and return what is left in internal buffers.&#10;You must not use the compressor object after calling this method.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2Decompressor" func="yes">
<Overload retVal="" descr="BZ2Decompressor() -&gt; decompressor object&#10;&#10;Create a new decompressor object. This object may be used to decompress&#10;data sequentially. If you want to decompress data in one shot, use the&#10;decompress() function instead.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2Decompressor.decompress" func="yes">
<Overload retVal="" descr="decompress(data) -&gt; string&#10;&#10;Provide more data to the decompressor object. It will return chunks&#10;of decompressed data whenever possible. If you try to decompress data&#10;after the end of stream is found, EOFError will be raised. If any data&#10;was found after the end of stream, it'll be ignored and saved in&#10;unused_data attribute.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2Decompressor.unused_data" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File" func="yes">
<Overload retVal="" descr="BZ2File(name [, mode='r', buffering=0, compresslevel=9]) -&gt; file object&#10;&#10;Open a bz2 file. The mode can be 'r' or 'w', for reading (default) or&#10;writing. When opened for writing, the file will be created if it doesn't&#10;exist, and truncated otherwise. If the buffering argument is given, 0 means&#10;unbuffered, and larger numbers specify the buffer size. If compresslevel&#10;is given, must be a number between 1 and 9.&#10;&#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' in&#10;Python. Also, a file so opened gains the attribute 'newlines'; the value&#10;for this attribute is one of None (no newline read yet), '\r', '\n',&#10;'\r\n' or a tuple containing all the newline types seen. Universal&#10;newlines are available only when reading.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.close" func="yes">
<Overload retVal="" descr="close() -&gt; None or (perhaps) an integer&#10;&#10;Close the file. Sets data attribute .closed to true. A closed file&#10;cannot be used for further I/O operations. close() may be called more&#10;than once without error.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.closed" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.mode" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.name" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.newlines" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.next" func="yes">
<Overload retVal="" descr="x.next() -&gt; the next value, or raise StopIteration">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.read" func="yes">
<Overload retVal="" descr="read([size]) -&gt; string&#10;&#10;Read at most size uncompressed bytes, returned as a string. If the size&#10;argument is negative or omitted, read until EOF is reached.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.readline" func="yes">
<Overload retVal="" descr="readline([size]) -&gt; string&#10;&#10;Return the next line from the file, as a string, retaining newline.&#10;A non-negative size argument will limit the maximum number of bytes to&#10;return (an incomplete line may be returned then). Return an empty&#10;string at EOF.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.readlines" func="yes">
<Overload retVal="" descr="readlines([size]) -&gt; list&#10;&#10;Call readline() repeatedly and return a list of lines 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="bz2.BZ2File.seek" func="yes">
<Overload retVal="" descr="seek(offset [, whence]) -&gt; None&#10;&#10;Move to new file position. Argument offset is a byte count. Optional&#10;argument whence defaults to 0 (offset from start of file, offset&#10;should be &gt;= 0); other values are 1 (move relative to current position,&#10;positive or negative), and 2 (move relative to end of file, usually&#10;negative, although many platforms allow seeking beyond the end of a file).&#10;&#10;Note that seeking of bz2 files is emulated, and depending on the parameters&#10;the operation may be extremely slow.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.softspace" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.tell" func="yes">
<Overload retVal="" descr="tell() -&gt; int&#10;&#10;Return the current file position, an integer (may be a long integer).">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.write" func="yes">
<Overload retVal="" descr="write(data) -&gt; None&#10;&#10;Write the 'data' string to file. Note that due to buffering, close() may&#10;be needed before the file on disk reflects the data written.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.writelines" func="yes">
<Overload retVal="" descr="writelines(sequence_of_strings) -&gt; None&#10;&#10;Write the sequence of strings to the file. Note that newlines are not&#10;added. The sequence can be any iterable object producing strings. This is&#10;equivalent to calling write() for each string.">
</Overload>
</KeyWord>
<KeyWord name="bz2.BZ2File.xreadlines" func="yes">
<Overload retVal="" descr="xreadlines() -&gt; self&#10;&#10;For backward compatibility. BZ2File objects now include the performance&#10;optimizations previously implemented in the xreadlines module.">
</Overload>
</KeyWord>
<KeyWord name="bz2.compress" func="yes">
<Overload retVal="" descr="compress(data [, compresslevel=9]) -&gt; string&#10;&#10;Compress data in one shot. If you want to compress data sequentially,&#10;use an instance of BZ2Compressor instead. The compresslevel parameter, if&#10;given, must be a number between 1 and 9.">
</Overload>
</KeyWord>
<KeyWord name="bz2.decompress" func="yes">
<Overload retVal="" descr="decompress(data) -&gt; decompressed data&#10;&#10;Decompress data in one shot. If you want to decompress data sequentially,&#10;use an instance of BZ2Decompressor instead.">
</Overload>
</KeyWord>
<KeyWord name="bz2open" func="yes">
<Overload retVal="" descr="Function of tarfile.TarFile">
</Overload>
</KeyWord>
<KeyWord name="c2py" func="yes">
<Overload retVal="" descr="Function of gettext">
</Overload>
</KeyWord>
<KeyWord name="cProfile" func="yes">
<Overload retVal="" descr="Python interface for the 'lsprof' profiler.&#10;Compatible with the 'profile' module.">
</Overload>
</KeyWord>
<KeyWord name="cProfile.Profile" func="yes">
<Overload retVal="" descr="Profile(custom_timer=None, time_unit=None, subcalls=True, builtins=True)&#10;&#10;Builds a profiler object using the specified timer function.&#10;The default timer is a fast built-in one based on real time.&#10;For custom timer functions returning integers, time_unit can&#10;be a float specifying a scale (i.e. how long each integer unit&#10;is, in seconds).">
</Overload>
</KeyWord>
<KeyWord name="cProfile.Profile.clear" func="yes">
<Overload retVal="" descr="clear()&#10;&#10;Clear all profiling information collected so far.">
</Overload>
</KeyWord>
<KeyWord name="cProfile.Profile.create_stats" />
<KeyWord name="cProfile.Profile.disable" func="yes">
<Overload retVal="" descr="disable()&#10;&#10;Stop collecting profiling information.">
</Overload>
</KeyWord>
<KeyWord name="cProfile.Profile.dump_stats" />
<KeyWord name="cProfile.Profile.enable" func="yes">
<Overload retVal="" descr="enable(subcalls=True, builtins=True)&#10;&#10;Start collecting profiling information.&#10;If 'subcalls' is True, also records for each function&#10;statistics separated according to its current caller.&#10;If 'builtins' is True, records the time spent in&#10;built-in functions separately from their caller.">
</Overload>
</KeyWord>
<KeyWord name="cProfile.Profile.getstats" func="yes">
<Overload retVal="" descr="getstats() -&gt; list of profiler_entry objects&#10;&#10;Return all information collected by the profiler.&#10;Each profiler_entry is a tuple-like object with the&#10;following attributes:&#10;&#10; code code object&#10; callcount how many times this was called&#10; reccallcount how many times called recursively&#10; totaltime total time in this entry&#10; inlinetime inline time in this entry (not in subcalls)&#10; calls details of the calls&#10;&#10;The calls attribute is either None or a list of&#10;profiler_subentry objects:&#10;&#10; code called code object&#10; callcount how many times this is called&#10; reccallcount how many times this is called recursively&#10; totaltime total time spent in this call&#10; inlinetime inline time (not in further subcalls)">
</Overload>
</KeyWord>
<KeyWord name="cProfile.Profile.print_stats" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[sort=-1]" />
</Overload>
</KeyWord>
<KeyWord name="cProfile.Profile.run" />
<KeyWord name="cProfile.Profile.runcall" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="func" />
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="cProfile.Profile.runctx" />
<KeyWord name="cProfile.Profile.snapshot_stats" />
<KeyWord name="cProfile.help" />
<KeyWord name="cProfile.label" />
<KeyWord name="cProfile.main" />
<KeyWord name="cProfile.run" func="yes">
<Overload retVal="" descr='Run statement under profiler optionally saving results in filename&#10;&#10;This function takes a single argument that can be passed to the&#10;"exec" statement, and an optional file name. In all cases this&#10;routine attempts to "exec" its first argument and gather profiling&#10;statistics from the execution. If no file name is present, then this&#10;function automatically prints a simple profiling report, sorted by the&#10;standard name string (file/line/function-name) that is presented in&#10;each line.'>
<Param name="statement" />
<Param name="[filename=None" />
<Param name="[sort=-1]]" />
</Overload>
</KeyWord>
<KeyWord name="cProfile.runctx" func="yes">
<Overload retVal="" descr="Run statement under profiler, supplying your own globals and locals,&#10;optionally saving results in filename.&#10;&#10;statement and filename have the same semantics as profile.run">
<Param name="statement" />
<Param name="globals" />
<Param name="locals" />
<Param name="[filename=None" />
<Param name="[sort=-1]]" />
</Overload>
</KeyWord>
<KeyWord name="c_buffer" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="calc_chksums" func="yes">
<Overload retVal="" descr="Function of tarfile">
</Overload>
</KeyWord>
<KeyWord name="calcsize" func="yes">
<Overload retVal="" descr="Function of struct">
</Overload>
</KeyWord>
<KeyWord name="calendar" func="yes">
<Overload retVal="" descr="Calendar printing functions&#10;&#10;Note when comparing these calendars to the ones printed by cal(1): By&#10;default, these calendars have Monday as the first day of the week, and&#10;Sunday as the last (the European convention). Use setfirstweekday() to&#10;set the first day of the week (0=Monday, 6=Sunday).">
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar" func="yes">
<Overload retVal="" descr="Base calendar class. This class doesn't do any formatting. It simply&#10;provides data to subclasses.">
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.firstweekday" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.getfirstweekday" />
<KeyWord name="calendar.Calendar.itermonthdates" func="yes">
<Overload retVal="" descr="Return an iterator for one month. The iterator will yield datetime.date&#10;values and will always iterate through complete weeks, so it will yield&#10;dates outside the specified month.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.itermonthdays" func="yes">
<Overload retVal="" descr="Like itermonthdates(), but will yield day numbers. For days outside&#10;the specified month the day number is 0.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.itermonthdays2" func="yes">
<Overload retVal="" descr="Like itermonthdates(), but will yield (day number, weekday number)&#10;tuples. For days outside the specified month the day number is 0.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.iterweekdays" func="yes">
<Overload retVal="" descr="Return a iterator for one week of weekday numbers starting with the&#10;configured first one.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.monthdatescalendar" func="yes">
<Overload retVal="" descr="Return a matrix (list of lists) representing a month's calendar.&#10;Each row represents a week; week entries are datetime.date values.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.monthdays2calendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; week entries are&#10;(day number, weekday number) tuples. Day numbers outside this month&#10;are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.monthdayscalendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; days outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.setfirstweekday" />
<KeyWord name="calendar.Calendar.yeardatescalendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting. The return&#10;value is a list of month rows. Each month row contains up to width months.&#10;Each month contains between 4 and 6 weeks and each week contains 1-7&#10;days. Days are datetime.date objects.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.yeardays2calendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting (similar to&#10;yeardatescalendar()). Entries in the week lists are&#10;(day number, weekday number) tuples. Day numbers outside this month are&#10;zero.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.Calendar.yeardayscalendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting (similar to&#10;yeardatescalendar()). Entries in the week lists are day numbers.&#10;Day numbers outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.EPOCH" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="calendar.FRIDAY" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="calendar.February" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar" func="yes">
<Overload retVal="" descr="This calendar returns complete HTML pages.">
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.cssclasses" func="yes">
<Overload retVal="" descr="(list)">
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.firstweekday" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.formatday" func="yes">
<Overload retVal="" descr="Return a day as a table cell.">
<Param name="self" />
<Param name="day" />
<Param name="weekday" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.formatmonth" func="yes">
<Overload retVal="" descr="Return a formatted month as a table.">
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="[withyear=True]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.formatmonthname" func="yes">
<Overload retVal="" descr="Return a month name as a table row.">
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="[withyear=True]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.formatweek" func="yes">
<Overload retVal="" descr="Return a complete week as a table row.">
<Param name="self" />
<Param name="theweek" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.formatweekday" func="yes">
<Overload retVal="" descr="Return a weekday name as a table header.">
<Param name="self" />
<Param name="day" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.formatweekheader" func="yes">
<Overload retVal="" descr="Return a header for a week as a table row.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.formatyear" func="yes">
<Overload retVal="" descr="Return a formatted year as a table of tables.">
<Param name="self" />
<Param name="theyear" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.formatyearpage" func="yes">
<Overload retVal="" descr="Return a formatted year as a complete HTML page.">
<Param name="self" />
<Param name="theyear" />
<Param name="[width=3" />
<Param name="[css=calendar.css" />
<Param name="[encoding=None]]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.getfirstweekday" />
<KeyWord name="calendar.HTMLCalendar.itermonthdates" func="yes">
<Overload retVal="" descr="Return an iterator for one month. The iterator will yield datetime.date&#10;values and will always iterate through complete weeks, so it will yield&#10;dates outside the specified month.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.itermonthdays" func="yes">
<Overload retVal="" descr="Like itermonthdates(), but will yield day numbers. For days outside&#10;the specified month the day number is 0.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.itermonthdays2" func="yes">
<Overload retVal="" descr="Like itermonthdates(), but will yield (day number, weekday number)&#10;tuples. For days outside the specified month the day number is 0.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.iterweekdays" func="yes">
<Overload retVal="" descr="Return a iterator for one week of weekday numbers starting with the&#10;configured first one.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.monthdatescalendar" func="yes">
<Overload retVal="" descr="Return a matrix (list of lists) representing a month's calendar.&#10;Each row represents a week; week entries are datetime.date values.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.monthdays2calendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; week entries are&#10;(day number, weekday number) tuples. Day numbers outside this month&#10;are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.monthdayscalendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; days outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.setfirstweekday" />
<KeyWord name="calendar.HTMLCalendar.yeardatescalendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting. The return&#10;value is a list of month rows. Each month row contains up to width months.&#10;Each month contains between 4 and 6 weeks and each week contains 1-7&#10;days. Days are datetime.date objects.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.yeardays2calendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting (similar to&#10;yeardatescalendar()). Entries in the week lists are&#10;(day number, weekday number) tuples. Day numbers outside this month are&#10;zero.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.HTMLCalendar.yeardayscalendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting (similar to&#10;yeardatescalendar()). Entries in the week lists are day numbers.&#10;Day numbers outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.IllegalMonthError" />
<KeyWord name="calendar.IllegalMonthError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="calendar.IllegalMonthError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="calendar.IllegalWeekdayError" />
<KeyWord name="calendar.IllegalWeekdayError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="calendar.IllegalWeekdayError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="calendar.January" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar" func="yes">
<Overload retVal="" descr="This class can be passed a locale name in the constructor and will return&#10;month and weekday names in the specified locale. If this locale includes&#10;an encoding all strings containing month and weekday names will be returned&#10;as unicode.">
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.cssclasses" func="yes">
<Overload retVal="" descr="(list)">
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.firstweekday" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.formatday" func="yes">
<Overload retVal="" descr="Return a day as a table cell.">
<Param name="self" />
<Param name="day" />
<Param name="weekday" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.formatmonth" func="yes">
<Overload retVal="" descr="Return a formatted month as a table.">
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="[withyear=True]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.formatmonthname" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="[withyear=True]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.formatweek" func="yes">
<Overload retVal="" descr="Return a complete week as a table row.">
<Param name="self" />
<Param name="theweek" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.formatweekday" />
<KeyWord name="calendar.LocaleHTMLCalendar.formatweekheader" func="yes">
<Overload retVal="" descr="Return a header for a week as a table row.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.formatyear" func="yes">
<Overload retVal="" descr="Return a formatted year as a table of tables.">
<Param name="self" />
<Param name="theyear" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.formatyearpage" func="yes">
<Overload retVal="" descr="Return a formatted year as a complete HTML page.">
<Param name="self" />
<Param name="theyear" />
<Param name="[width=3" />
<Param name="[css=calendar.css" />
<Param name="[encoding=None]]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.getfirstweekday" />
<KeyWord name="calendar.LocaleHTMLCalendar.itermonthdates" func="yes">
<Overload retVal="" descr="Return an iterator for one month. The iterator will yield datetime.date&#10;values and will always iterate through complete weeks, so it will yield&#10;dates outside the specified month.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.itermonthdays" func="yes">
<Overload retVal="" descr="Like itermonthdates(), but will yield day numbers. For days outside&#10;the specified month the day number is 0.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.itermonthdays2" func="yes">
<Overload retVal="" descr="Like itermonthdates(), but will yield (day number, weekday number)&#10;tuples. For days outside the specified month the day number is 0.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.iterweekdays" func="yes">
<Overload retVal="" descr="Return a iterator for one week of weekday numbers starting with the&#10;configured first one.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.monthdatescalendar" func="yes">
<Overload retVal="" descr="Return a matrix (list of lists) representing a month's calendar.&#10;Each row represents a week; week entries are datetime.date values.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.monthdays2calendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; week entries are&#10;(day number, weekday number) tuples. Day numbers outside this month&#10;are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.monthdayscalendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; days outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.setfirstweekday" />
<KeyWord name="calendar.LocaleHTMLCalendar.yeardatescalendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting. The return&#10;value is a list of month rows. Each month row contains up to width months.&#10;Each month contains between 4 and 6 weeks and each week contains 1-7&#10;days. Days are datetime.date objects.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.yeardays2calendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting (similar to&#10;yeardatescalendar()). Entries in the week lists are&#10;(day number, weekday number) tuples. Day numbers outside this month are&#10;zero.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleHTMLCalendar.yeardayscalendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting (similar to&#10;yeardatescalendar()). Entries in the week lists are day numbers.&#10;Day numbers outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar" func="yes">
<Overload retVal="" descr="This class can be passed a locale name in the constructor and will return&#10;month and weekday names in the specified locale. If this locale includes&#10;an encoding all strings containing month and weekday names will be returned&#10;as unicode.">
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.firstweekday" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.formatday" func="yes">
<Overload retVal="" descr="Returns a formatted day.">
<Param name="self" />
<Param name="day" />
<Param name="weekday" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.formatmonth" func="yes">
<Overload retVal="" descr="Return a month's calendar string (multi-line).">
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="[w=0" />
<Param name="[l=0]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.formatmonthname" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="width" />
<Param name="[withyear=True]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.formatweek" func="yes">
<Overload retVal="" descr="Returns a single week in a string (no newline).">
<Param name="self" />
<Param name="theweek" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.formatweekday" />
<KeyWord name="calendar.LocaleTextCalendar.formatweekheader" func="yes">
<Overload retVal="" descr="Return a header for a week.">
<Param name="self" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.formatyear" func="yes">
<Overload retVal="" descr="Returns a year's calendar as a multi-line string.">
<Param name="self" />
<Param name="theyear" />
<Param name="[w=2" />
<Param name="[l=1" />
<Param name="[c=6" />
<Param name="[m=3]]]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.getfirstweekday" />
<KeyWord name="calendar.LocaleTextCalendar.itermonthdates" func="yes">
<Overload retVal="" descr="Return an iterator for one month. The iterator will yield datetime.date&#10;values and will always iterate through complete weeks, so it will yield&#10;dates outside the specified month.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.itermonthdays" func="yes">
<Overload retVal="" descr="Like itermonthdates(), but will yield day numbers. For days outside&#10;the specified month the day number is 0.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.itermonthdays2" func="yes">
<Overload retVal="" descr="Like itermonthdates(), but will yield (day number, weekday number)&#10;tuples. For days outside the specified month the day number is 0.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.iterweekdays" func="yes">
<Overload retVal="" descr="Return a iterator for one week of weekday numbers starting with the&#10;configured first one.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.monthdatescalendar" func="yes">
<Overload retVal="" descr="Return a matrix (list of lists) representing a month's calendar.&#10;Each row represents a week; week entries are datetime.date values.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.monthdays2calendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; week entries are&#10;(day number, weekday number) tuples. Day numbers outside this month&#10;are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.monthdayscalendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; days outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.prmonth" func="yes">
<Overload retVal="" descr="Print a month's calendar.">
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="[w=0" />
<Param name="[l=0]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.prweek" func="yes">
<Overload retVal="" descr="Print a single week (no newline).">
<Param name="self" />
<Param name="theweek" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.pryear" func="yes">
<Overload retVal="" descr="Print a year's calendar.">
<Param name="self" />
<Param name="theyear" />
<Param name="[w=0" />
<Param name="[l=0" />
<Param name="[c=6" />
<Param name="[m=3]]]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.setfirstweekday" />
<KeyWord name="calendar.LocaleTextCalendar.yeardatescalendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting. The return&#10;value is a list of month rows. Each month row contains up to width months.&#10;Each month contains between 4 and 6 weeks and each week contains 1-7&#10;days. Days are datetime.date objects.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.yeardays2calendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting (similar to&#10;yeardatescalendar()). Entries in the week lists are&#10;(day number, weekday number) tuples. Day numbers outside this month are&#10;zero.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.LocaleTextCalendar.yeardayscalendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting (similar to&#10;yeardatescalendar()). Entries in the week lists are day numbers.&#10;Day numbers outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.SATURDAY" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="calendar.SUNDAY" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="calendar.THURSDAY" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="calendar.TUESDAY" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar" func="yes">
<Overload retVal="" descr="Subclass of Calendar that outputs a calendar as a simple plain text&#10;similar to the UNIX program cal.">
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.firstweekday" func="yes">
<Overload retVal="" descr="(property)">
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.formatday" func="yes">
<Overload retVal="" descr="Returns a formatted day.">
<Param name="self" />
<Param name="day" />
<Param name="weekday" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.formatmonth" func="yes">
<Overload retVal="" descr="Return a month's calendar string (multi-line).">
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="[w=0" />
<Param name="[l=0]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.formatmonthname" func="yes">
<Overload retVal="" descr="Return a formatted month name.">
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="width" />
<Param name="[withyear=True]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.formatweek" func="yes">
<Overload retVal="" descr="Returns a single week in a string (no newline).">
<Param name="self" />
<Param name="theweek" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.formatweekday" func="yes">
<Overload retVal="" descr="Returns a formatted week day name.">
<Param name="self" />
<Param name="day" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.formatweekheader" func="yes">
<Overload retVal="" descr="Return a header for a week.">
<Param name="self" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.formatyear" func="yes">
<Overload retVal="" descr="Returns a year's calendar as a multi-line string.">
<Param name="self" />
<Param name="theyear" />
<Param name="[w=2" />
<Param name="[l=1" />
<Param name="[c=6" />
<Param name="[m=3]]]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.getfirstweekday" />
<KeyWord name="calendar.TextCalendar.itermonthdates" func="yes">
<Overload retVal="" descr="Return an iterator for one month. The iterator will yield datetime.date&#10;values and will always iterate through complete weeks, so it will yield&#10;dates outside the specified month.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.itermonthdays" func="yes">
<Overload retVal="" descr="Like itermonthdates(), but will yield day numbers. For days outside&#10;the specified month the day number is 0.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.itermonthdays2" func="yes">
<Overload retVal="" descr="Like itermonthdates(), but will yield (day number, weekday number)&#10;tuples. For days outside the specified month the day number is 0.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.iterweekdays" func="yes">
<Overload retVal="" descr="Return a iterator for one week of weekday numbers starting with the&#10;configured first one.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.monthdatescalendar" func="yes">
<Overload retVal="" descr="Return a matrix (list of lists) representing a month's calendar.&#10;Each row represents a week; week entries are datetime.date values.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.monthdays2calendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; week entries are&#10;(day number, weekday number) tuples. Day numbers outside this month&#10;are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.monthdayscalendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; days outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.prmonth" func="yes">
<Overload retVal="" descr="Print a month's calendar.">
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="[w=0" />
<Param name="[l=0]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.prweek" func="yes">
<Overload retVal="" descr="Print a single week (no newline).">
<Param name="self" />
<Param name="theweek" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.pryear" func="yes">
<Overload retVal="" descr="Print a year's calendar.">
<Param name="self" />
<Param name="theyear" />
<Param name="[w=0" />
<Param name="[l=0" />
<Param name="[c=6" />
<Param name="[m=3]]]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.setfirstweekday" />
<KeyWord name="calendar.TextCalendar.yeardatescalendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting. The return&#10;value is a list of month rows. Each month row contains up to width months.&#10;Each month contains between 4 and 6 weeks and each week contains 1-7&#10;days. Days are datetime.date objects.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.yeardays2calendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting (similar to&#10;yeardatescalendar()). Entries in the week lists are&#10;(day number, weekday number) tuples. Day numbers outside this month are&#10;zero.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TextCalendar.yeardayscalendar" func="yes">
<Overload retVal="" descr="Return the data for the specified year ready for formatting (similar to&#10;yeardatescalendar()). Entries in the week lists are day numbers.&#10;Day numbers outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="[width=3]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.TimeEncoding" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="calendar.WEDNESDAY" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="calendar.c" func="yes">
<Overload retVal="" descr="(TextCalendar)">
</Overload>
</KeyWord>
<KeyWord name="calendar.calendar" func="yes">
<Overload retVal="" descr="Returns a year's calendar as a multi-line string.">
<Param name="self" />
<Param name="theyear" />
<Param name="[w=2" />
<Param name="[l=1" />
<Param name="[c=6" />
<Param name="[m=3]]]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.day_abbr" func="yes">
<Overload retVal="" descr="(instance)">
</Overload>
</KeyWord>
<KeyWord name="calendar.day_name" func="yes">
<Overload retVal="" descr="(instance)">
</Overload>
</KeyWord>
<KeyWord name="calendar.error" func="yes">
<Overload retVal="" descr="Inappropriate argument value (of correct type).">
</Overload>
</KeyWord>
<KeyWord name="calendar.error.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="calendar.error.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="calendar.firstweekday" />
<KeyWord name="calendar.format" func="yes">
<Overload retVal="" descr="Prints multi-column formatting for year calendars">
<Param name="cols" />
<Param name="[colwidth=20" />
<Param name="[spacing=6]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.formatstring" func="yes">
<Overload retVal="" descr="Returns a string formatted from n strings, centered within n columns.">
<Param name="cols" />
<Param name="[colwidth=20" />
<Param name="[spacing=6]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.isleap" func="yes">
<Overload retVal="" descr="Return True for leap years, False for non-leap years.">
<Param name="year" />
</Overload>
</KeyWord>
<KeyWord name="calendar.leapdays" func="yes">
<Overload retVal="" descr="Return number of leap years in range [y1, y2).&#10;Assume y1 &lt;= y2.">
<Param name="y1" />
<Param name="y2" />
</Overload>
</KeyWord>
<KeyWord name="calendar.main" />
<KeyWord name="calendar.mdays" func="yes">
<Overload retVal="" descr="(list)">
</Overload>
</KeyWord>
<KeyWord name="calendar.month" func="yes">
<Overload retVal="" descr="Return a month's calendar string (multi-line).">
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="[w=0" />
<Param name="[l=0]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.month_abbr" func="yes">
<Overload retVal="" descr="(instance)">
</Overload>
</KeyWord>
<KeyWord name="calendar.month_name" func="yes">
<Overload retVal="" descr="(instance)">
</Overload>
</KeyWord>
<KeyWord name="calendar.monthcalendar" func="yes">
<Overload retVal="" descr="Return a matrix representing a month's calendar.&#10;Each row represents a week; days outside this month are zero.">
<Param name="self" />
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.monthrange" func="yes">
<Overload retVal="" descr="Return weekday (0-6 ~ Mon-Sun) and number of days (28-31) for&#10;year, month.">
<Param name="year" />
<Param name="month" />
</Overload>
</KeyWord>
<KeyWord name="calendar.prcal" func="yes">
<Overload retVal="" descr="Print a year's calendar.">
<Param name="self" />
<Param name="theyear" />
<Param name="[w=0" />
<Param name="[l=0" />
<Param name="[c=6" />
<Param name="[m=3]]]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.prmonth" func="yes">
<Overload retVal="" descr="Print a month's calendar.">
<Param name="self" />
<Param name="theyear" />
<Param name="themonth" />
<Param name="[w=0" />
<Param name="[l=0]]" />
</Overload>
</KeyWord>
<KeyWord name="calendar.prweek" func="yes">
<Overload retVal="" descr="Print a single week (no newline).">
<Param name="self" />
<Param name="theweek" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.setfirstweekday" />
<KeyWord name="calendar.week" func="yes">
<Overload retVal="" descr="Returns a single week in a string (no newline).">
<Param name="self" />
<Param name="theweek" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="calendar.weekday" func="yes">
<Overload retVal="" descr="Return weekday (0-6 ~ Mon-Sun) for year (1970-...), month (1-12),&#10;day (1-31).">
<Param name="year" />
<Param name="month" />
<Param name="day" />
</Overload>
</KeyWord>
<KeyWord name="calendar.weekheader" func="yes">
<Overload retVal="" descr="Return a header for a week.">
<Param name="self" />
<Param name="width" />
</Overload>
</KeyWord>
<KeyWord name="call" func="yes">
<Overload retVal="" descr="Function of subprocess">
</Overload>
</KeyWord>
<KeyWord name="callHandlers" func="yes">
<Overload retVal="" descr="Function of logging.RootLogger">
</Overload>
</KeyWord>
<KeyWord name="callable" func="yes">
<Overload retVal="" descr="callable(object) -&gt; bool&#10;&#10;Return whether the object is callable (i.e., some kind of function).&#10;Note that classes are callable, as are instances with a __call__() method.">
</Overload>
</KeyWord>
<KeyWord name="canonical" func="yes">
<Overload retVal="" descr="Function of decimal.Decimal">
</Overload>
</KeyWord>
<KeyWord name="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="captureWarnings" func="yes">
<Overload retVal="" descr="Function of logging">
</Overload>
</KeyWord>
<KeyWord name="capwords" func="yes">
<Overload retVal="" descr="Function of stringold">
</Overload>
</KeyWord>
<KeyWord name="cast" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="category" func="yes">
<Overload retVal="" descr="Function of unicodedata">
</Overload>
</KeyWord>
<KeyWord name="ceil" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="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="cert_store_stats" func="yes">
<Overload retVal="" descr="Function of ssl.SSLContext">
</Overload>
</KeyWord>
<KeyWord name="cert_time_to_seconds" func="yes">
<Overload retVal="" descr="Function of ssl">
</Overload>
</KeyWord>
<KeyWord name="cget" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="cgi" func="yes">
<Overload retVal="" descr="Support module for CGI (Common Gateway Interface) scripts.&#10;&#10;This module defines a number of utilities for use by CGI scripts&#10;written in Python.">
</Overload>
</KeyWord>
<KeyWord name="cgi.FieldStorage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cgi.FormContent" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cgi.FormContentDict" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cgi.InterpFormContentDict" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cgi.MiniFieldStorage" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cgi.StringIO" func="yes">
<Overload retVal="" descr="StringIO([s]) -- Return a StringIO-like stream for reading or writing">
</Overload>
</KeyWord>
<KeyWord name="cgi.SvFormContentDict" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cgi.attrgetter" func="yes">
<Overload retVal="" descr="attrgetter(attr, ...) --&gt; attrgetter object&#10;&#10;Return a callable object that fetches the given attribute(s) from its operand.&#10;After f = attrgetter('name'), the call f(r) returns r.name.&#10;After g = attrgetter('name', 'date'), the call g(r) returns (r.name, r.date).&#10;After h = attrgetter('name.first', 'name.last'), the call h(r) returns&#10;(r.name.first, r.name.last).">
</Overload>
</KeyWord>
<KeyWord name="cgi.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="cgi.dolog" func="yes">
<Overload retVal="" descr="Write a log message to the log file. See initlog() for docs.">
<Param name="fmt" />
</Overload>
</KeyWord>
<KeyWord name="cgi.escape" func="yes">
<Overload retVal="" descr='Replace special characters "&amp;", "&lt;" and "&gt;" to HTML-safe sequences.&#10;If the optional flag quote is true, the quotation mark character (")&#10;is also translated.'>
<Param name="s" />
<Param name="[quote=None]" />
</Overload>
</KeyWord>
<KeyWord name="cgi.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="cgi.initlog" func="yes">
<Overload retVal="" descr="Write a log message, if there is a log file.&#10;&#10;Even though this function is called initlog(), you should always&#10;use log(); log is a variable that is set either to initlog&#10;(initially), to dolog (once the log file has been opened), or to&#10;nolog (when logging is disabled).&#10;&#10;The first argument is a format string; the remaining arguments (if&#10;any) are arguments to the % operator, so e.g.&#10; log(&quot;%s: %s&quot;, &quot;a&quot;, &quot;b&quot;)&#10;will write &quot;a: b&quot; to the log file, followed by a newline.&#10;&#10;If the global logfp is not None, it should be a file object to&#10;which log data is written.&#10;&#10;If the global logfp is None, the global logfile may be a string&#10;giving a filename to open, in append mode. This file should be&#10;world writable!!! If the file can't be opened, logging is&#10;silently disabled (since there is no safe place where we could&#10;send an error message).">
</Overload>
</KeyWord>
<KeyWord name="cgi.log" func="yes">
<Overload retVal="" descr="Write a log message, if there is a log file.&#10;&#10;Even though this function is called initlog(), you should always&#10;use log(); log is a variable that is set either to initlog&#10;(initially), to dolog (once the log file has been opened), or to&#10;nolog (when logging is disabled).&#10;&#10;The first argument is a format string; the remaining arguments (if&#10;any) are arguments to the % operator, so e.g.&#10; log(&quot;%s: %s&quot;, &quot;a&quot;, &quot;b&quot;)&#10;will write &quot;a: b&quot; to the log file, followed by a newline.&#10;&#10;If the global logfp is not None, it should be a file object to&#10;which log data is written.&#10;&#10;If the global logfp is None, the global logfile may be a string&#10;giving a filename to open, in append mode. This file should be&#10;world writable!!! If the file can't be opened, logging is&#10;silently disabled (since there is no safe place where we could&#10;send an error message).">
</Overload>
</KeyWord>
<KeyWord name="cgi.nolog" func="yes">
<Overload retVal="" descr="Dummy function, assigned to log when logging is disabled.">
</Overload>
</KeyWord>
<KeyWord name="cgi.parse_header" func="yes">
<Overload retVal="" descr="Parse a Content-type like header.&#10;&#10;Return the main content-type and a dictionary of options.">
<Param name="line" />
</Overload>
</KeyWord>
<KeyWord name="cgi.parse_multipart" func="yes">
<Overload retVal="" descr="Parse multipart input.&#10;&#10;Arguments:&#10;fp : input file&#10;pdict: dictionary containing other parameters of content-type header&#10;&#10;Returns a dictionary just like parse_qs(): keys are the field names, each&#10;value is a list of values for that field. This is easy to use but not&#10;much good if you are expecting megabytes to be uploaded -- in that case,&#10;use the FieldStorage class instead which is much more flexible. Note&#10;that content-type is the raw, unparsed contents of the content-type&#10;header.&#10;&#10;XXX This does not parse nested multipart parts -- use FieldStorage for&#10;that.&#10;&#10;XXX This should really be subsumed by FieldStorage altogether -- no&#10;point in having two implementations of the same parsing algorithm.&#10;Also, FieldStorage protects itself better against certain DoS attacks&#10;by limiting the size of the data read in one chunk. The API here&#10;does not support that kind of protection. This also affects parse()&#10;since it can call parse_multipart().">
<Param name="fp" />
<Param name="pdict" />
</Overload>
</KeyWord>
<KeyWord name="cgi.parse_qs" func="yes">
<Overload retVal="" descr="Parse a query given as a string argument.">
<Param name="qs" />
<Param name="[keep_blank_values=0" />
<Param name="[strict_parsing=0]]" />
</Overload>
</KeyWord>
<KeyWord name="cgi.parse_qsl" func="yes">
<Overload retVal="" descr="Parse a query given as a string argument.">
<Param name="qs" />
<Param name="[keep_blank_values=0" />
<Param name="[strict_parsing=0]]" />
</Overload>
</KeyWord>
<KeyWord name="cgi.print_arguments" />
<KeyWord name="cgi.print_directory" func="yes">
<Overload retVal="" descr="Dump the current directory as HTML.">
</Overload>
</KeyWord>
<KeyWord name="cgi.print_environ_usage" func="yes">
<Overload retVal="" descr="Dump a list of environment variables used by CGI as HTML.">
</Overload>
</KeyWord>
<KeyWord name="cgi.print_exception" func="yes">
<Overload retVal="" descr=>
<Param name="[type=None" />
<Param name="[value=None" />
<Param name="[tb=None" />
<Param name="[limit=None]]]]" />
</Overload>
</KeyWord>
<KeyWord name="cgi.print_form" func="yes">
<Overload retVal="" descr="Dump the contents of a form as HTML.">
<Param name="form" />
</Overload>
</KeyWord>
<KeyWord name="cgi.valid_boundary" func="yes">
<Overload retVal="" descr=>
<Param name="s" />
<Param name="[_vb_pattern=^[ -~]{0,200}[!-~]$]" />
</Overload>
</KeyWord>
<KeyWord name="cgi.warn" func="yes">
<Overload retVal="" descr="Issue a warning, or maybe ignore it or raise an exception.">
</Overload>
</KeyWord>
<KeyWord name="cgitb" func="yes">
<Overload retVal="" descr="More comprehensive traceback formatting for Python scripts.&#10;&#10;To enable this module, do:&#10;&#10; import cgitb; cgitb.enable()&#10;&#10;at the top of your script. The optional arguments to enable() are:&#10;&#10; display - if true, tracebacks are displayed in the web browser&#10; logdir - if set, tracebacks are written to files in this directory&#10; context - number of lines of source code to show for each stack frame&#10; format - 'text' or 'html' controls the output format&#10;&#10;By default, tracebacks are displayed but not saved, the context is 5 lines&#10;and the output format is 'html' (for backwards compatibility with the&#10;original use of this module)&#10;&#10;Alternatively, if you have caught an exception and want cgitb to display it&#10;for you, call cgitb.handler(). The optional argument to handler() is a&#10;3-item tuple (etype, evalue, etb) just like the value of sys.exc_info().&#10;The default handler displays output as HTML.">
</Overload>
</KeyWord>
<KeyWord name="cgitb.Hook" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cgitb.enable" func="yes">
<Overload retVal="" descr="Install an exception handler that formats tracebacks as HTML.&#10;&#10;The optional argument 'display' can be set to 0 to suppress sending the&#10;traceback to the browser, and 'logdir' can be set to a directory to cause&#10;tracebacks to be written to files there.">
<Param name="[display=1" />
<Param name="[logdir=None" />
<Param name="[context=5" />
<Param name="[format=html]]]]" />
</Overload>
</KeyWord>
<KeyWord name="cgitb.grey" />
<KeyWord name="cgitb.handler" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="[info=None]" />
</Overload>
</KeyWord>
<KeyWord name="cgitb.html" func="yes">
<Overload retVal="" descr="Return a nice HTML document describing a given traceback.">
<Param name="einfo" />
<Param name="[context=5]" />
</Overload>
</KeyWord>
<KeyWord name="cgitb.lookup" func="yes">
<Overload retVal="" descr="Find the value for a given name in the given environment.">
<Param name="name" />
<Param name="frame" />
<Param name="locals" />
</Overload>
</KeyWord>
<KeyWord name="cgitb.reset" func="yes">
<Overload retVal="" descr="Return a string that resets the CGI and browser to a known state.">
</Overload>
</KeyWord>
<KeyWord name="cgitb.scanvars" func="yes">
<Overload retVal="" descr="Scan one logical line of Python and look up values of variables used.">
<Param name="reader" />
<Param name="frame" />
<Param name="locals" />
</Overload>
</KeyWord>
<KeyWord name="cgitb.small" />
<KeyWord name="cgitb.strong" />
<KeyWord name="cgitb.text" func="yes">
<Overload retVal="" descr="Return a plain text document describing a given traceback.">
<Param name="einfo" />
<Param name="[context=5]" />
</Overload>
</KeyWord>
<KeyWord name="chain" func="yes">
<Overload retVal="" descr="Function of heapq.chain">
</Overload>
</KeyWord>
<KeyWord name="change_sequence" func="yes">
<Overload retVal="" descr="Function of msilib">
</Overload>
</KeyWord>
<KeyWord name="charbuffer_encode" func="yes">
<Overload retVal="" descr="Function of codecs">
</Overload>
</KeyWord>
<KeyWord name="charmap_build" func="yes">
<Overload retVal="" descr="Function of codecs">
</Overload>
</KeyWord>
<KeyWord name="charmap_decode" func="yes">
<Overload retVal="" descr="Function of codecs">
</Overload>
</KeyWord>
<KeyWord name="charmap_encode" func="yes">
<Overload retVal="" descr="Function of codecs">
</Overload>
</KeyWord>
<KeyWord name="chdir" func="yes">
<Overload retVal="" descr="Function of os">
</Overload>
</KeyWord>
<KeyWord name="check" func="yes">
<Overload retVal="" descr="Function of tabnanny">
</Overload>
</KeyWord>
<KeyWord name="check_builtin" func="yes">
<Overload retVal="" descr="Function of optparse">
</Overload>
</KeyWord>
<KeyWord name="check_call" func="yes">
<Overload retVal="" descr="Function of subprocess">
</Overload>
</KeyWord>
<KeyWord name="check_choice" func="yes">
<Overload retVal="" descr="Function of optparse">
</Overload>
</KeyWord>
<KeyWord name="check_enableusersite" func="yes">
<Overload retVal="" descr="Function of site">
</Overload>
</KeyWord>
<KeyWord name="check_output" func="yes">
<Overload retVal="" descr="Function of subprocess">
</Overload>
</KeyWord>
<KeyWord name="check_unused_args" func="yes">
<Overload retVal="" descr="Function of string.Formatter">
</Overload>
</KeyWord>
<KeyWord name="checkcache" func="yes">
<Overload retVal="" descr="Function of linecache">
</Overload>
</KeyWord>
<KeyWord name="checkfuncname" func="yes">
<Overload retVal="" descr="Function of bdb">
</Overload>
</KeyWord>
<KeyWord name="chmod" func="yes">
<Overload retVal="" descr="Function of os">
</Overload>
</KeyWord>
<KeyWord name="choice" func="yes">
<Overload retVal="" descr="Function of random">
</Overload>
</KeyWord>
<KeyWord name="choose_boundary" func="yes">
<Overload retVal="" descr="Function of mimetools">
</Overload>
</KeyWord>
<KeyWord name="chown" func="yes">
<Overload retVal="" descr="Function of tarfile.TarFile">
</Overload>
</KeyWord>
<KeyWord name="chr" func="yes">
<Overload retVal="" descr="chr(i) -&gt; character&#10;&#10;Return a string of one character with ordinal i; 0 &lt;= i &lt; 256.">
</Overload>
</KeyWord>
<KeyWord name="chunk" func="yes">
<Overload retVal="" descr="Simple class to read IFF chunks.&#10;&#10;An IFF chunk (used in formats such as AIFF, TIFF, RMFF (RealMedia File&#10;Format)) has the following structure:&#10;&#10;+----------------+&#10;| ID (4 bytes) |&#10;+----------------+&#10;| size (4 bytes) |&#10;+----------------+&#10;| data |&#10;| ... |&#10;+----------------+&#10;&#10;The ID is a 4-byte string which identifies the type of chunk.&#10;&#10;The size field (a 32-bit value, encoded using big-endian byte order)&#10;gives the size of the whole chunk, including the 8-byte header.&#10;&#10;Usually an IFF-type file consists of one or more chunks. The proposed&#10;usage of the Chunk class defined here is to instantiate an instance at&#10;the start of each chunk and read from the instance until it reaches&#10;the end, after which a new instance can be instantiated. At the end&#10;of the file, creating a new instance will fail with a EOFError&#10;exception.&#10;&#10;Usage:&#10;while True:&#10; try:&#10; chunk = Chunk(file)&#10; except EOFError:&#10; break&#10; chunktype = chunk.getname()&#10; while True:&#10; data = chunk.read(nbytes)&#10; if not data:&#10; pass&#10; # do something with data&#10;&#10;The interface is file-like. The implemented methods are:&#10;read, close, seek, tell, isatty.&#10;Extra methods are: skip() (called by close, skips to the end of the chunk),&#10;getname() (returns the name (ID) of the chunk)&#10;&#10;The __init__ method has one required argument, a file-like object&#10;(including a chunk instance), and one optional argument, a flag which&#10;specifies whether or not chunks are aligned on 2-byte boundaries. The&#10;default is 1, i.e. aligned.">
</Overload>
</KeyWord>
<KeyWord name="chunk.Chunk" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cipher" func="yes">
<Overload retVal="" descr="Function of ssl.SSLSocket">
</Overload>
</KeyWord>
<KeyWord name="circle" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="class" />
<KeyWord name="classify_class_attrs" func="yes">
<Overload retVal="" descr="Function of inspect">
</Overload>
</KeyWord>
<KeyWord name="classmethod" func="yes">
<Overload retVal="" descr="classmethod(function) -&gt; method&#10;&#10;Convert a function to be a class method.&#10;&#10;A class method receives the class as implicit first argument,&#10;just like an instance method receives the instance.&#10;To declare a class method, use this idiom:&#10;&#10; class C:&#10; def f(cls, arg1, arg2, ...): ...&#10; f = classmethod(f)&#10;&#10;It can be called either on the class (e.g. C.f()) or on an instance&#10;(e.g. C().f()). The instance is ignored except for its class.&#10;If a class method is called for a derived class, the derived class&#10;object is passed as the implied first argument.&#10;&#10;Class methods are different than C++ or Java static methods.&#10;If you want those, see the staticmethod builtin.">
</Overload>
</KeyWord>
<KeyWord name="classname" func="yes">
<Overload retVal="" descr="Function of pydoc">
</Overload>
</KeyWord>
<KeyWord name="cleandoc" func="yes">
<Overload retVal="" descr="Function of inspect">
</Overload>
</KeyWord>
<KeyWord name="clear" func="yes">
<Overload retVal="" descr="Remove all elements from this set.">
</Overload>
</KeyWord>
<KeyWord name="clear_cache" func="yes">
<Overload retVal="" descr="Function of urlparse">
</Overload>
</KeyWord>
<KeyWord name="clear_extension_cache" func="yes">
<Overload retVal="" descr="Function of copy_reg">
</Overload>
</KeyWord>
<KeyWord name="clear_flags" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="clearcache" func="yes">
<Overload retVal="" descr="Function of linecache">
</Overload>
</KeyWord>
<KeyWord name="clearscreen" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="clearstamp" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="clearstamps" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="cli" func="yes">
<Overload retVal="" descr="Function of pydoc">
</Overload>
</KeyWord>
<KeyWord name="clipboard_append" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="clipboard_clear" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="clipboard_get" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="clone" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="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="close_all" func="yes">
<Overload retVal="" descr="Function of asyncore">
</Overload>
</KeyWord>
<KeyWord name="closerange" func="yes">
<Overload retVal="" descr="Function of os">
</Overload>
</KeyWord>
<KeyWord name="cmd" func="yes">
<Overload retVal="" descr="A generic class to build line-oriented command interpreters.&#10;&#10;Interpreters constructed with this class obey the following conventions:&#10;&#10;1. End of file on input is processed as the command 'EOF'.&#10;2. A command is parsed out of each line by collecting the prefix composed&#10; of characters in the identchars member.&#10;3. A command `foo' is dispatched to a method 'do_foo()'; the do_ method&#10; is passed a single argument consisting of the remainder of the line.&#10;4. Typing an empty line repeats the last command. (Actually, it calls the&#10; method `emptyline', which may be overridden in a subclass.)&#10;5. There is a predefined `help' method. Given an argument `topic', it&#10; calls the command `help_topic'. With no arguments, it lists all topics&#10; with defined help_ functions, broken into up to three topics; documented&#10; commands, miscellaneous help topics, and undocumented commands.&#10;6. The command '?' is a synonym for `help'. The command '!' is a synonym&#10; for `shell', if a do_shell method exists.&#10;7. If completion is enabled, completing commands will be done automatically,&#10; and completing of commands args is done by calling complete_foo() with&#10; arguments text, line, begidx, endidx. text is string we are matching&#10; against, all returned matches must begin with it. line is the current&#10; input line (lstripped), begidx and endidx are the beginning and end&#10; indexes of the text being matched, which could be used to provide&#10; different completion depending upon which position the argument is in.&#10;&#10;The `default' method may be overridden to intercept commands for which there&#10;is no do_ method.&#10;&#10;The `completedefault' method may be overridden to intercept completions for&#10;commands that have no complete_ method.&#10;&#10;The data member `self.ruler' sets the character used to draw separator lines&#10;in the help messages. If empty, no ruler line is drawn. It defaults to &quot;=&quot;.&#10;&#10;If the value of `self.intro' is nonempty when the cmdloop method is called,&#10;it is printed out on interpreter startup. This value may be overridden&#10;via an optional argument to the cmdloop() method.&#10;&#10;The data members `self.doc_header', `self.misc_header', and&#10;`self.undoc_header' set the headers used for the help function's&#10;listings of documented functions, miscellaneous topics, and undocumented&#10;functions respectively.&#10;&#10;These interpreters use raw_input; thus, if the readline module is loaded,&#10;they automatically support Emacs-like command history and editing features.">
</Overload>
</KeyWord>
<KeyWord name="cmd.Cmd" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cmd.IDENTCHARS" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="cmd.PROMPT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="cmp" func="yes">
<Overload retVal="" descr="cmp(x, y) -&gt; integer&#10;&#10;Return negative if x&lt;y, zero if x==y, positive if x&gt;y.">
</Overload>
</KeyWord>
<KeyWord name="cmp_lt" func="yes">
<Overload retVal="" descr="Function of heapq">
</Overload>
</KeyWord>
<KeyWord name="cmp_to_key" func="yes">
<Overload retVal="" descr="Function of functools">
</Overload>
</KeyWord>
<KeyWord name="cmpfiles" func="yes">
<Overload retVal="" descr="Function of filecmp">
</Overload>
</KeyWord>
<KeyWord name="code" func="yes">
<Overload retVal="" descr="Utilities needed to emulate Python's interactive interpreter.">
</Overload>
</KeyWord>
<KeyWord name="code.CommandCompiler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="code.InteractiveConsole" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="code.InteractiveInterpreter" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="code.compile_command" func="yes">
<Overload retVal="" descr='Compile a command and determine whether it is incomplete.&#10;&#10;Arguments:&#10;&#10;source -- the source string; may contain \n characters&#10;filename -- optional filename from which source was read; default&#10; "&lt;input&gt;"&#10;symbol -- optional grammar start symbol; "single" (default) or "eval"&#10;&#10;Return value / exceptions raised:&#10;&#10;- Return a code object if the command is complete and valid&#10;- Return None if the command is incomplete&#10;- Raise SyntaxError, ValueError or OverflowError if the command is a&#10; syntax error (OverflowError and ValueError can be produced by&#10; malformed literals).'>
<Param name="source" />
<Param name="[filename=<input>" />
<Param name="[symbol=single]]" />
</Overload>
</KeyWord>
<KeyWord name="code.interact" func="yes">
<Overload retVal="" descr="Closely emulate the interactive Python interpreter.&#10;&#10;This is a backwards compatible interface to the InteractiveConsole&#10;class. When readfunc is not specified, it attempts to import the&#10;readline module to enable GNU readline if it is available.&#10;&#10;Arguments (all optional, all default to None):&#10;&#10;banner -- passed to InteractiveConsole.interact()&#10;readfunc -- if not None, replaces InteractiveConsole.raw_input()&#10;local -- passed to InteractiveInterpreter.__init__()">
<Param name="[banner=None" />
<Param name="[readfunc=None" />
<Param name="[local=None]]]" />
</Overload>
</KeyWord>
<KeyWord name="code.softspace" />
<KeyWord name="codecs" func="yes">
<Overload retVal="" descr="codecs -- Python Codec Registry, API and helpers.&#10;&#10;&#10;Written by Marc-Andre Lemburg (mal@lemburg.com).&#10;&#10;(c) Copyright CNRI, All Rights Reserved. NO WARRANTY.">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM32_BE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM32_LE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM64_BE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM64_LE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM_BE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM_LE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM_UTF16" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM_UTF16_BE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM_UTF16_LE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM_UTF32" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM_UTF32_BE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM_UTF32_LE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BOM_UTF8" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="codecs.BufferedIncrementalDecoder" func="yes">
<Overload retVal="" descr="This subclass of IncrementalDecoder can be used as the baseclass for an&#10;incremental decoder if the decoder must be able to handle incomplete byte&#10;sequences.">
</Overload>
</KeyWord>
<KeyWord name="codecs.BufferedIncrementalDecoder.decode" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="input" />
<Param name="[final=False]" />
</Overload>
</KeyWord>
<KeyWord name="codecs.BufferedIncrementalDecoder.getstate" />
<KeyWord name="codecs.BufferedIncrementalDecoder.reset" />
<KeyWord name="codecs.BufferedIncrementalDecoder.setstate" />
<KeyWord name="codecs.BufferedIncrementalEncoder" func="yes">
<Overload retVal="" descr="This subclass of IncrementalEncoder can be used as the baseclass for an&#10;incremental encoder if the encoder must keep some of the output in a&#10;buffer between calls to encode().">
</Overload>
</KeyWord>
<KeyWord name="codecs.BufferedIncrementalEncoder.encode" func="yes">
<Overload retVal="" descr=>
<Param name="self" />
<Param name="input" />
<Param name="[final=False]" />
</Overload>
</KeyWord>
<KeyWord name="codecs.BufferedIncrementalEncoder.getstate" />
<KeyWord name="codecs.BufferedIncrementalEncoder.reset" />
<KeyWord name="codecs.BufferedIncrementalEncoder.setstate" />
<KeyWord name="codecs.Codec" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="codecs.CodecInfo" />
<KeyWord name="codecs.CodecInfo.count" func="yes">
<Overload retVal="" descr="T.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="codecs.CodecInfo.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="codecs.EncodedFile" func="yes">
<Overload retVal="" descr="Return a wrapped version of file which provides transparent&#10;encoding translation.&#10;&#10;Strings written to the wrapped file are interpreted according&#10;to the given data_encoding and then written to the original&#10;file as string using file_encoding. The intermediate encoding&#10;will usually be Unicode but depends on the specified codecs.&#10;&#10;Strings are read from the file using file_encoding and then&#10;passed back to the caller as string using data_encoding.&#10;&#10;If file_encoding is not given, it defaults to data_encoding.&#10;&#10;errors may be given to define the error handling. It defaults&#10;to 'strict' which causes ValueErrors to be raised in case an&#10;encoding error occurs.&#10;&#10;The returned wrapped file object provides two extra attributes&#10;.data_encoding and .file_encoding which reflect the given&#10;parameters of the same name. The attributes can be used for&#10;introspection by Python programs.">
<Param name="file" />
<Param name="data_encoding" />
<Param name="[file_encoding=None" />
<Param name="[errors=strict]]" />
</Overload>
</KeyWord>
<KeyWord name="codecs.IncrementalDecoder" func="yes">
<Overload retVal="" descr="An IncrementalDecoder decodes an input in multiple steps. The input can be&#10;passed piece by piece to the decode() method. The IncrementalDecoder&#10;remembers the state of the decoding process between calls to decode().">
</Overload>
</KeyWord>
<KeyWord name="codecs.IncrementalDecoder.decode" func="yes">
<Overload retVal="" descr="Decodes input and returns the resulting object.">
<Param name="self" />
<Param name="input" />
<Param name="[final=False]" />
</Overload>
</KeyWord>
<KeyWord name="codecs.IncrementalDecoder.getstate" func="yes">
<Overload retVal="" descr='Return the current state of the decoder.&#10;&#10;This must be a (buffered_input, additional_state_info) tuple.&#10;buffered_input must be a bytes object containing bytes that&#10;were passed to decode() that have not yet been converted.&#10;additional_state_info must be a non-negative integer&#10;representing the state of the decoder WITHOUT yet having&#10;processed the contents of buffered_input. In the initial state&#10;and after reset(), getstate() must return (b"", 0).'>
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="codecs.IncrementalDecoder.reset" func="yes">
<Overload retVal="" descr="Resets the decoder to the initial state.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="codecs.IncrementalDecoder.setstate" func="yes">
<Overload retVal="" descr='Set the current state of the decoder.&#10;&#10;state must have been returned by getstate(). The effect of&#10;setstate((b"", 0)) must be equivalent to reset().'>
<Param name="self" />
<Param name="state" />
</Overload>
</KeyWord>
<KeyWord name="codecs.IncrementalEncoder" func="yes">
<Overload retVal="" descr="An IncrementalEncoder encodes an input in multiple steps. The input can be&#10;passed piece by piece to the encode() method. The IncrementalEncoder remembers&#10;the state of the Encoding process between calls to encode().">
</Overload>
</KeyWord>
<KeyWord name="codecs.IncrementalEncoder.encode" func="yes">
<Overload retVal="" descr="Encodes input and returns the resulting object.">
<Param name="self" />
<Param name="input" />
<Param name="[final=False]" />
</Overload>
</KeyWord>
<KeyWord name="codecs.IncrementalEncoder.getstate" func="yes">
<Overload retVal="" descr="Return the current state of the encoder.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="codecs.IncrementalEncoder.reset" func="yes">
<Overload retVal="" descr="Resets the encoder to the initial state.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="codecs.IncrementalEncoder.setstate" func="yes">
<Overload retVal="" descr="Set the current state of the encoder. state must have been&#10;returned by getstate().">
<Param name="self" />
<Param name="state" />
</Overload>
</KeyWord>
<KeyWord name="codecs.StreamReader" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="codecs.StreamReaderWriter" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="codecs.StreamRecoder" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="codecs.StreamWriter" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="codecs.ascii_decode" />
<KeyWord name="codecs.ascii_encode" />
<KeyWord name="codecs.backslashreplace_errors" func="yes">
<Overload retVal="" descr="Implements the 'backslashreplace' error handling, which replaces an unencodable character with a backslashed escape sequence.">
</Overload>
</KeyWord>
<KeyWord name="codecs.charbuffer_encode" />
<KeyWord name="codecs.charmap_build" />
<KeyWord name="codecs.charmap_decode" />
<KeyWord name="codecs.charmap_encode" />
<KeyWord name="codecs.decode" func="yes">
<Overload retVal="" descr="decode(obj, [encoding[,errors]]) -&gt; object&#10;&#10;Decodes obj 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 ValueError. 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 ValueErrors.">
</Overload>
</KeyWord>
<KeyWord name="codecs.encode" func="yes">
<Overload retVal="" descr="encode(obj, [encoding[,errors]]) -&gt; object&#10;&#10;Encodes obj 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 ValueError. Other possible values are 'ignore', 'replace' and&#10;'xmlcharrefreplace' as well as any other name registered with&#10;codecs.register_error that can handle ValueErrors.">
</Overload>
</KeyWord>
<KeyWord name="codecs.escape_decode" />
<KeyWord name="codecs.escape_encode" />
<KeyWord name="codecs.getdecoder" func="yes">
<Overload retVal="" descr="Lookup up the codec for the given encoding and return&#10;its decoder function.&#10;&#10;Raises a LookupError in case the encoding cannot be found.">
<Param name="encoding" />
</Overload>
</KeyWord>
<KeyWord name="codecs.getencoder" func="yes">
<Overload retVal="" descr="Lookup up the codec for the given encoding and return&#10;its encoder function.&#10;&#10;Raises a LookupError in case the encoding cannot be found.">
<Param name="encoding" />
</Overload>
</KeyWord>
<KeyWord name="codecs.getincrementaldecoder" func="yes">
<Overload retVal="" descr="Lookup up the codec for the given encoding and return&#10;its IncrementalDecoder class or factory function.&#10;&#10;Raises a LookupError in case the encoding cannot be found&#10;or the codecs doesn't provide an incremental decoder.">
<Param name="encoding" />
</Overload>
</KeyWord>
<KeyWord name="codecs.getincrementalencoder" func="yes">
<Overload retVal="" descr="Lookup up the codec for the given encoding and return&#10;its IncrementalEncoder class or factory function.&#10;&#10;Raises a LookupError in case the encoding cannot be found&#10;or the codecs doesn't provide an incremental encoder.">
<Param name="encoding" />
</Overload>
</KeyWord>
<KeyWord name="codecs.getreader" func="yes">
<Overload retVal="" descr="Lookup up the codec for the given encoding and return&#10;its StreamReader class or factory function.&#10;&#10;Raises a LookupError in case the encoding cannot be found.">
<Param name="encoding" />
</Overload>
</KeyWord>
<KeyWord name="codecs.getwriter" func="yes">
<Overload retVal="" descr="Lookup up the codec for the given encoding and return&#10;its StreamWriter class or factory function.&#10;&#10;Raises a LookupError in case the encoding cannot be found.">
<Param name="encoding" />
</Overload>
</KeyWord>
<KeyWord name="codecs.ignore_errors" func="yes">
<Overload retVal="" descr="Implements the 'ignore' error handling, which ignores malformed data and continues.">
</Overload>
</KeyWord>
<KeyWord name="codecs.iterdecode" func="yes">
<Overload retVal="" descr="Decoding iterator.&#10;&#10;Decodes the input strings from the iterator using a IncrementalDecoder.&#10;&#10;errors and kwargs are passed through to the IncrementalDecoder&#10;constructor.">
<Param name="iterator" />
<Param name="encoding" />
<Param name="[errors=strict" />
<Param name="[**]]" />
</Overload>
</KeyWord>
<KeyWord name="codecs.iterencode" func="yes">
<Overload retVal="" descr="Encoding iterator.&#10;&#10;Encodes the input strings from the iterator using a IncrementalEncoder.&#10;&#10;errors and kwargs are passed through to the IncrementalEncoder&#10;constructor.">
<Param name="iterator" />
<Param name="encoding" />
<Param name="[errors=strict" />
<Param name="[**]]" />
</Overload>
</KeyWord>
<KeyWord name="codecs.latin_1_decode" />
<KeyWord name="codecs.latin_1_encode" />
<KeyWord name="codecs.lookup" func="yes">
<Overload retVal="" descr="lookup(encoding) -&gt; CodecInfo&#10;&#10;Looks up a codec tuple in the Python codec registry and returns&#10;a CodecInfo object.">
</Overload>
</KeyWord>
<KeyWord name="codecs.lookup_error" func="yes">
<Overload retVal="" descr="lookup_error(errors) -&gt; handler&#10;&#10;Return the error handler for the specified error handling name&#10;or raise a LookupError, if no handler exists under this name.">
</Overload>
</KeyWord>
<KeyWord name="codecs.make_encoding_map" func="yes">
<Overload retVal="" descr="Creates an encoding map from a decoding map.&#10;&#10;If a target mapping in the decoding map occurs multiple&#10;times, then that target is mapped to None (undefined mapping),&#10;causing an exception when encountered by the charmap codec&#10;during translation.&#10;&#10;One example where this happens is cp875.py which decodes&#10;multiple character to \u001a.">
<Param name="decoding_map" />
</Overload>
</KeyWord>
<KeyWord name="codecs.make_identity_dict" func="yes">
<Overload retVal="" descr="make_identity_dict(rng) -&gt; dict&#10;&#10;Return a dictionary where elements of the rng sequence are&#10;mapped to themselves.">
<Param name="rng" />
</Overload>
</KeyWord>
<KeyWord name="codecs.mbcs_decode" />
<KeyWord name="codecs.mbcs_encode" />
<KeyWord name="codecs.open" func="yes">
<Overload retVal="" descr="Open an encoded file using the given mode and return&#10;a wrapped version providing transparent encoding/decoding.&#10;&#10;Note: The wrapped version will only accept the object format&#10;defined by the codecs, i.e. Unicode objects for most builtin&#10;codecs. Output is also codec dependent and will usually be&#10;Unicode as well.&#10;&#10;Files are always opened in binary mode, even if no binary mode&#10;was specified. This is done to avoid data loss due to encodings&#10;using 8-bit values. The default file mode is 'rb' meaning to&#10;open the file in binary read mode.&#10;&#10;encoding specifies the encoding which is to be used for the&#10;file.&#10;&#10;errors may be given to define the error handling. It defaults&#10;to 'strict' which causes ValueErrors to be raised in case an&#10;encoding error occurs.&#10;&#10;buffering has the same meaning as for the builtin open() API.&#10;It defaults to line buffered.&#10;&#10;The returned wrapped file object provides an extra attribute&#10;.encoding which allows querying the used encoding. This&#10;attribute is only available if an encoding was specified as&#10;parameter.">
<Param name="filename" />
<Param name="[mode=rb" />
<Param name="[encoding=None" />
<Param name="[errors=strict" />
<Param name="[buffering=1]]]]" />
</Overload>
</KeyWord>
<KeyWord name="codecs.raw_unicode_escape_decode" />
<KeyWord name="codecs.raw_unicode_escape_encode" />
<KeyWord name="codecs.readbuffer_encode" />
<KeyWord name="codecs.register" func="yes">
<Overload retVal="" descr="register(search_function)&#10;&#10;Register a codec search function. Search functions are expected to take&#10;one argument, the encoding name in all lower case letters, and return&#10;a tuple of functions (encoder, decoder, stream_reader, stream_writer)&#10;(or a CodecInfo object).">
</Overload>
</KeyWord>
<KeyWord name="codecs.register_error" func="yes">
<Overload retVal="" descr="register_error(errors, handler)&#10;&#10;Register the specified error handler under the name&#10;errors. handler must be a callable object, that&#10;will be called with an exception instance containing&#10;information about the location of the encoding/decoding&#10;error and must return a (replacement, new position) tuple.">
</Overload>
</KeyWord>
<KeyWord name="codecs.replace_errors" func="yes">
<Overload retVal="" descr="Implements the 'replace' error handling, which replaces malformed data with a replacement marker.">
</Overload>
</KeyWord>
<KeyWord name="codecs.strict_errors" func="yes">
<Overload retVal="" descr="Implements the 'strict' error handling, which raises a UnicodeError on coding errors.">
</Overload>
</KeyWord>
<KeyWord name="codecs.unicode_escape_decode" />
<KeyWord name="codecs.unicode_escape_encode" />
<KeyWord name="codecs.unicode_internal_decode" />
<KeyWord name="codecs.unicode_internal_encode" />
<KeyWord name="codecs.utf_16_be_decode" />
<KeyWord name="codecs.utf_16_be_encode" />
<KeyWord name="codecs.utf_16_decode" />
<KeyWord name="codecs.utf_16_encode" />
<KeyWord name="codecs.utf_16_ex_decode" />
<KeyWord name="codecs.utf_16_le_decode" />
<KeyWord name="codecs.utf_16_le_encode" />
<KeyWord name="codecs.utf_32_be_decode" />
<KeyWord name="codecs.utf_32_be_encode" />
<KeyWord name="codecs.utf_32_decode" />
<KeyWord name="codecs.utf_32_encode" />
<KeyWord name="codecs.utf_32_ex_decode" />
<KeyWord name="codecs.utf_32_le_decode" />
<KeyWord name="codecs.utf_32_le_encode" />
<KeyWord name="codecs.utf_7_decode" />
<KeyWord name="codecs.utf_7_encode" />
<KeyWord name="codecs.utf_8_decode" />
<KeyWord name="codecs.utf_8_encode" />
<KeyWord name="codecs.xmlcharrefreplace_errors" func="yes">
<Overload retVal="" descr="Implements the 'xmlcharrefreplace' error handling, which replaces an unencodable character with the appropriate XML character reference.">
</Overload>
</KeyWord>
<KeyWord name="codeop" func="yes">
<Overload retVal="" descr="Utilities to compile possibly incomplete Python source code.&#10;&#10;This module provides two interfaces, broadly similar to the builtin&#10;function compile(), which take program text, a filename and a 'mode'&#10;and:&#10;&#10;- Return code object if the command is complete and valid&#10;- Return None if the command is incomplete&#10;- Raise SyntaxError, ValueError or OverflowError if the command is a&#10; syntax error (OverflowError and ValueError can be produced by&#10; malformed literals).&#10;&#10;Approach:&#10;&#10;First, check if the source consists entirely of blank lines and&#10;comments; if so, replace it with 'pass', because the built-in&#10;parser doesn't always do the right thing for these.&#10;&#10;Compile three times: as is, with \n, and with \n\n appended. If it&#10;compiles as is, it's complete. If it compiles with one \n appended,&#10;we expect more. If it doesn't compile either way, we compare the&#10;error we get when compiling with \n or \n\n appended. If the errors&#10;are the same, the code is broken. But if the errors are different, we&#10;expect more. Not intuitive; not even guaranteed to hold in future&#10;releases; but this matches the compiler's behavior from Python 1.4&#10;through 2.2, at least.&#10;&#10;Caveat:&#10;&#10;It is possible (but not likely) that the parser stops parsing with a&#10;successful outcome before reaching the end of the source; in this&#10;case, trailing symbols may be ignored instead of causing an error.&#10;For example, a backslash followed by two newlines may be followed by&#10;arbitrary garbage. This will be fixed once the API for the parser is&#10;better.&#10;&#10;The two interfaces are:&#10;&#10;compile_command(source, filename, symbol):&#10;&#10; Compiles a single command in the manner described above.&#10;&#10;CommandCompiler():&#10;&#10; Instances of this class have __call__ methods identical in&#10; signature to compile_command; the difference is that if the&#10; instance compiles program text containing a __future__ statement,&#10; the instance 'remembers' and compiles all subsequent program texts&#10; with the statement in force.&#10;&#10;The module also provides another class:&#10;&#10;Compile():&#10;&#10; Instances of this class act like the built-in function compile,&#10; but with 'memory' in the sense described above.">
</Overload>
</KeyWord>
<KeyWord name="codeop.CommandCompiler" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="codeop.Compile" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="codeop.PyCF_DONT_IMPLY_DEDENT" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="codeop.compile_command" func="yes">
<Overload retVal="" descr='Compile a command and determine whether it is incomplete.&#10;&#10;Arguments:&#10;&#10;source -- the source string; may contain \n characters&#10;filename -- optional filename from which source was read; default&#10; "&lt;input&gt;"&#10;symbol -- optional grammar start symbol; "single" (default) or "eval"&#10;&#10;Return value / exceptions raised:&#10;&#10;- Return a code object if the command is complete and valid&#10;- Return None if the command is incomplete&#10;- Raise SyntaxError, ValueError or OverflowError if the command is a&#10; syntax error (OverflowError and ValueError can be produced by&#10; malformed literals).'>
<Param name="source" />
<Param name="[filename=<input>" />
<Param name="[symbol=single]]" />
</Overload>
</KeyWord>
<KeyWord name="codeop.fname" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="coerce" func="yes">
<Overload retVal="" descr="coerce(x, y) -&gt; (x1, y1)&#10;&#10;Return a tuple consisting of the two numeric arguments converted to&#10;a common type, using the same rules as used by arithmetic operations.&#10;If coercion is not possible, raise TypeError.">
</Overload>
</KeyWord>
<KeyWord name="collections" />
<KeyWord name="collections.Callable" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.Container" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter" func="yes">
<Overload retVal="" descr="Dict subclass for counting hashable items. Sometimes called a bag&#10;or multiset. Elements are stored as dictionary keys and their counts&#10;are stored as dictionary values.&#10;&#10;&gt;&gt;&gt; c = Counter('abcdeabcdabcaba') # count elements from a string&#10;&#10;&gt;&gt;&gt; c.most_common(3) # three most common elements&#10;[('a', 5), ('b', 4), ('c', 3)]&#10;&gt;&gt;&gt; sorted(c) # list all unique elements&#10;['a', 'b', 'c', 'd', 'e']&#10;&gt;&gt;&gt; ''.join(sorted(c.elements())) # list elements with repetitions&#10;'aaaaabbbbcccdde'&#10;&gt;&gt;&gt; sum(c.values()) # total of all counts&#10;15&#10;&#10;&gt;&gt;&gt; c['a'] # count of letter 'a'&#10;5&#10;&gt;&gt;&gt; for elem in 'shazam': # update counts from an iterable&#10;... c[elem] += 1 # by adding 1 to each element's count&#10;&gt;&gt;&gt; c['a'] # now there are seven 'a'&#10;7&#10;&gt;&gt;&gt; del c['b'] # remove all 'b'&#10;&gt;&gt;&gt; c['b'] # now there are zero 'b'&#10;0&#10;&#10;&gt;&gt;&gt; d = Counter('simsalabim') # make another counter&#10;&gt;&gt;&gt; c.update(d) # add in the second counter&#10;&gt;&gt;&gt; c['a'] # now there are nine 'a'&#10;9&#10;&#10;&gt;&gt;&gt; c.clear() # empty the counter&#10;&gt;&gt;&gt; c&#10;Counter()&#10;&#10;Note: If a count is set to zero or reduced to zero, it will remain&#10;in the counter until the entry is deleted or the counter is cleared:&#10;&#10;&gt;&gt;&gt; c = Counter('aaabbc')&#10;&gt;&gt;&gt; c['b'] -= 2 # reduce the count of 'b' by two&#10;&gt;&gt;&gt; c.most_common() # 'b' is still in, but its count is zero&#10;[('a', 3), ('c', 1), ('b', 0)]">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.copy" func="yes">
<Overload retVal="" descr="Return a shallow copy.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.elements" func="yes">
<Overload retVal="" descr="Iterator over elements repeating each as many times as its count.&#10;&#10;&gt;&gt;&gt; c = Counter('ABCABC')&#10;&gt;&gt;&gt; sorted(c.elements())&#10;['A', 'A', 'B', 'B', 'C', 'C']&#10;&#10;# Knuth's example for prime factors of 1836: 2**2 * 3**3 * 17**1&#10;&gt;&gt;&gt; prime_factors = Counter({2: 2, 3: 3, 17: 1})&#10;&gt;&gt;&gt; product = 1&#10;&gt;&gt;&gt; for factor in prime_factors.elements(): # loop over factors&#10;... product *= factor # and multiply them&#10;&gt;&gt;&gt; product&#10;1836&#10;&#10;Note, if an element's count has been set to zero or is a negative&#10;number, elements() will ignore it.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.fromkeys" func="yes">
<Overload retVal="" descr=>
<Param name="cls" />
<Param name="iterable" />
<Param name="[v=None]" />
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.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="collections.Counter.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="collections.Counter.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.most_common" func="yes">
<Overload retVal="" descr="List the n most common elements and their counts from the most&#10;common to the least. If n is None, then list all element counts.&#10;&#10;&gt;&gt;&gt; Counter('abcdeabcdabcaba').most_common(3)&#10;[('a', 5), ('b', 4), ('c', 3)]">
<Param name="self" />
<Param name="[n=None]" />
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.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="collections.Counter.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="collections.Counter.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="collections.Counter.subtract" func="yes">
<Overload retVal="" descr="Like dict.update() but subtracts counts instead of replacing them.&#10;Counts can be reduced below zero. Both the inputs and outputs are&#10;allowed to contain zero and negative counts.&#10;&#10;Source can be an iterable, a dictionary, or another Counter instance.&#10;&#10;&gt;&gt;&gt; c = Counter('which')&#10;&gt;&gt;&gt; c.subtract('witch') # subtract elements from another iterable&#10;&gt;&gt;&gt; c.subtract(Counter('watch')) # subtract elements from another counter&#10;&gt;&gt;&gt; c['h'] # 2 in which, minus 1 in witch, minus 1 in watch&#10;0&#10;&gt;&gt;&gt; c['w'] # 1 in which, minus 1 in witch, minus 1 in watch&#10;-1">
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.update" func="yes">
<Overload retVal="" descr="Like dict.update() but add counts instead of replacing them.&#10;&#10;Source can be an iterable, a dictionary, or another Counter instance.&#10;&#10;&gt;&gt;&gt; c = Counter('which')&#10;&gt;&gt;&gt; c.update('witch') # add elements from another iterable&#10;&gt;&gt;&gt; d = Counter('watch')&#10;&gt;&gt;&gt; c.update(d) # add elements from another counter&#10;&gt;&gt;&gt; c['h'] # four 'h' in which, witch, and watch&#10;4">
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.viewitems" func="yes">
<Overload retVal="" descr="D.viewitems() -&gt; a set-like object providing a view on D's items">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.viewkeys" func="yes">
<Overload retVal="" descr="D.viewkeys() -&gt; a set-like object providing a view on D's keys">
</Overload>
</KeyWord>
<KeyWord name="collections.Counter.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="collections.Hashable" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.ItemsView" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.Iterable" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.Iterator" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.KeysView" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.Mapping" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.MappingView" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.MutableMapping" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.MutableSequence" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.MutableSet" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict" func="yes">
<Overload retVal="" descr="Dictionary that remembers insertion order">
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.clear" func="yes">
<Overload retVal="" descr="od.clear() -&gt; None. Remove all items from od.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.copy" func="yes">
<Overload retVal="" descr="od.copy() -&gt; a shallow copy of od">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.fromkeys" func="yes">
<Overload retVal="" descr="OD.fromkeys(S[, v]) -&gt; New ordered dictionary with keys from S.&#10;If not specified, the value defaults to None.">
<Param name="cls" />
<Param name="iterable" />
<Param name="[value=None]" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.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="collections.OrderedDict.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="collections.OrderedDict.items" func="yes">
<Overload retVal="" descr="od.items() -&gt; list of (key, value) pairs in od">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.iteritems" func="yes">
<Overload retVal="" descr="od.iteritems -&gt; an iterator over the (key, value) pairs in od">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.iterkeys" func="yes">
<Overload retVal="" descr="od.iterkeys() -&gt; an iterator over the keys in od">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.itervalues" func="yes">
<Overload retVal="" descr="od.itervalues -&gt; an iterator over the values in od">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.keys" func="yes">
<Overload retVal="" descr="od.keys() -&gt; list of keys in od">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.pop" func="yes">
<Overload retVal="" descr="od.pop(k[,d]) -&gt; v, remove specified key and return the corresponding&#10;value. If key is not found, d is returned if given, otherwise KeyError&#10;is raised.">
<Param name="self" />
<Param name="key" />
<Param name="[default=<object object at 0x00000000024AA0B0>]" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.popitem" func="yes">
<Overload retVal="" descr="od.popitem() -&gt; (k, v), return and remove a (key, value) pair.&#10;Pairs are returned in LIFO order if last is true or FIFO order if false.">
<Param name="self" />
<Param name="[last=True]" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.setdefault" func="yes">
<Overload retVal="" descr="od.setdefault(k[,d]) -&gt; od.get(k,d), also set od[k]=d if k not in od">
<Param name="self" />
<Param name="key" />
<Param name="[default=None]" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.update" func="yes">
<Overload retVal="" descr="D.update([E, ]**F) -&gt; None. Update D from mapping/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, v in F.items(): D[k] = v">
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.values" func="yes">
<Overload retVal="" descr="od.values() -&gt; list of values in od">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.viewitems" func="yes">
<Overload retVal="" descr="od.viewitems() -&gt; a set-like object providing a view on od's items">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.viewkeys" func="yes">
<Overload retVal="" descr="od.viewkeys() -&gt; a set-like object providing a view on od's keys">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.OrderedDict.viewvalues" func="yes">
<Overload retVal="" descr="od.viewvalues() -&gt; an object providing a view on od's values">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="collections.Sequence" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.Set" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.Sized" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.ValuesView" func="yes">
<Overload retVal="" descr="(ABCMeta)">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict" func="yes">
<Overload retVal="" descr="defaultdict(default_factory[, ...]) --&gt; dict with default factory&#10;&#10;The default factory is called without arguments to produce&#10;a new value when a key is not present, in __getitem__ only.&#10;A defaultdict compares equal to a dict with the same items.&#10;All remaining arguments are treated the same as if they were&#10;passed to the dict constructor, including keyword arguments.">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.clear" func="yes">
<Overload retVal="" descr="D.clear() -&gt; None. Remove all items from D.">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.copy" func="yes">
<Overload retVal="" descr="D.copy() -&gt; a shallow copy of D.">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.default_factory" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.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="collections.defaultdict.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="collections.defaultdict.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="collections.defaultdict.items" func="yes">
<Overload retVal="" descr="D.items() -&gt; list of D's (key, value) pairs, as 2-tuples">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.iteritems" func="yes">
<Overload retVal="" descr="D.iteritems() -&gt; an iterator over the (key, value) items of D">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.iterkeys" func="yes">
<Overload retVal="" descr="D.iterkeys() -&gt; an iterator over the keys of D">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.itervalues" func="yes">
<Overload retVal="" descr="D.itervalues() -&gt; an iterator over the values of D">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.keys" func="yes">
<Overload retVal="" descr="D.keys() -&gt; list of D's keys">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.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="collections.defaultdict.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="collections.defaultdict.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="collections.defaultdict.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="collections.defaultdict.values" func="yes">
<Overload retVal="" descr="D.values() -&gt; list of D's values">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.viewitems" func="yes">
<Overload retVal="" descr="D.viewitems() -&gt; a set-like object providing a view on D's items">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.viewkeys" func="yes">
<Overload retVal="" descr="D.viewkeys() -&gt; a set-like object providing a view on D's keys">
</Overload>
</KeyWord>
<KeyWord name="collections.defaultdict.viewvalues" func="yes">
<Overload retVal="" descr="D.viewvalues() -&gt; an object providing a view on D's values">
</Overload>
</KeyWord>
<KeyWord name="collections.deque" func="yes">
<Overload retVal="" descr="deque([iterable[, maxlen]]) --&gt; deque object&#10;&#10;Build an ordered collection with optimized access from its endpoints.">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.append" func="yes">
<Overload retVal="" descr="Add an element to the right side of the deque.">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.appendleft" func="yes">
<Overload retVal="" descr="Add an element to the left side of the deque.">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.clear" func="yes">
<Overload retVal="" descr="Remove all elements from the deque.">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.count" func="yes">
<Overload retVal="" descr="D.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.extend" func="yes">
<Overload retVal="" descr="Extend the right side of the deque with elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.extendleft" func="yes">
<Overload retVal="" descr="Extend the left side of the deque with elements from the iterable">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.maxlen" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.pop" func="yes">
<Overload retVal="" descr="Remove and return the rightmost element.">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.popleft" func="yes">
<Overload retVal="" descr="Remove and return the leftmost element.">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.remove" func="yes">
<Overload retVal="" descr="D.remove(value) -- remove first occurrence of value.">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.reverse" func="yes">
<Overload retVal="" descr="D.reverse() -- reverse *IN PLACE*">
</Overload>
</KeyWord>
<KeyWord name="collections.deque.rotate" func="yes">
<Overload retVal="" descr="Rotate the deque n steps to the right (default n=1). If n is negative, rotates left.">
</Overload>
</KeyWord>
<KeyWord name="collections.namedtuple" func="yes">
<Overload retVal="" descr="Returns a new subclass of tuple with named fields.&#10;&#10;&gt;&gt;&gt; Point = namedtuple('Point', ['x', 'y'])&#10;&gt;&gt;&gt; Point.__doc__ # docstring for the new class&#10;'Point(x, y)'&#10;&gt;&gt;&gt; p = Point(11, y=22) # instantiate with positional args or keywords&#10;&gt;&gt;&gt; p[0] + p[1] # indexable like a plain tuple&#10;33&#10;&gt;&gt;&gt; x, y = p # unpack like a regular tuple&#10;&gt;&gt;&gt; x, y&#10;(11, 22)&#10;&gt;&gt;&gt; p.x + p.y # fields also accessable by name&#10;33&#10;&gt;&gt;&gt; d = p._asdict() # convert to a dictionary&#10;&gt;&gt;&gt; d['x']&#10;11&#10;&gt;&gt;&gt; Point(**d) # convert from a dictionary&#10;Point(x=11, y=22)&#10;&gt;&gt;&gt; p._replace(x=100) # _replace() is like str.replace() but targets named fields&#10;Point(x=100, y=22)">
<Param name="typename" />
<Param name="field_names" />
<Param name="[verbose=False" />
<Param name="[rename=False]]" />
</Overload>
</KeyWord>
<KeyWord name="color" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="colormode" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="colormodel" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="colorsys" func="yes">
<Overload retVal="" descr="Conversion functions between RGB and other color systems.&#10;&#10;This modules provides two functions for each color system ABC:&#10;&#10; rgb_to_abc(r, g, b) --&gt; a, b, c&#10; abc_to_rgb(a, b, c) --&gt; r, g, b&#10;&#10;All inputs and outputs are triples of floats in the range [0.0...1.0]&#10;(with the exception of I and Q, which covers a slightly larger range).&#10;Inputs outside the valid range may cause exceptions or invalid outputs.&#10;&#10;Supported color systems:&#10;RGB: Red, Green, Blue components&#10;YIQ: Luminance, Chrominance (used by composite video signals)&#10;HLS: Hue, Luminance, Saturation&#10;HSV: Hue, Saturation, Value">
</Overload>
</KeyWord>
<KeyWord name="colorsys.ONE_SIXTH" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="colorsys.ONE_THIRD" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="colorsys.TWO_THIRD" func="yes">
<Overload retVal="" descr="(float)">
</Overload>
</KeyWord>
<KeyWord name="colorsys.hls_to_rgb" />
<KeyWord name="colorsys.hsv_to_rgb" />
<KeyWord name="colorsys.rgb_to_hls" />
<KeyWord name="colorsys.rgb_to_hsv" />
<KeyWord name="colorsys.rgb_to_yiq" />
<KeyWord name="colorsys.yiq_to_rgb" />
<KeyWord name="columnconfigure" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="combine" func="yes">
<Overload retVal="" descr="Function of sqlite3.Timestamp">
</Overload>
</KeyWord>
<KeyWord name="combining" func="yes">
<Overload retVal="" descr="Function of unicodedata">
</Overload>
</KeyWord>
<KeyWord name="commands" func="yes">
<Overload retVal="" descr="Execute shell commands via os.popen() and return status, output.&#10;&#10;Interface summary:&#10;&#10; import commands&#10;&#10; outtext = commands.getoutput(cmd)&#10; (exitstatus, outtext) = commands.getstatusoutput(cmd)&#10; outtext = commands.getstatus(file) # returns output of &quot;ls -ld file&quot;&#10;&#10;A trailing newline is removed from the output string.&#10;&#10;Encapsulates the basic operation:&#10;&#10; pipe = os.popen('{ ' + cmd + '; } 2&gt;&amp;1', 'r')&#10; text = pipe.read()&#10; sts = pipe.close()&#10;&#10; [Note: it would be nice to add functions to interpret the exit status.]">
</Overload>
</KeyWord>
<KeyWord name="commands.getoutput" func="yes">
<Overload retVal="" descr="Return output (stdout or stderr) of executing cmd in a shell.">
<Param name="cmd" />
</Overload>
</KeyWord>
<KeyWord name="commands.getstatus" func="yes">
<Overload retVal="" descr='Return output of "ls -ld &lt;file&gt;" in a string.'>
<Param name="file" />
</Overload>
</KeyWord>
<KeyWord name="commands.getstatusoutput" func="yes">
<Overload retVal="" descr="Return (status, output) of executing cmd in a shell.">
<Param name="cmd" />
</Overload>
</KeyWord>
<KeyWord name="commands.mk2arg" />
<KeyWord name="commands.mkarg" />
<KeyWord name="commit" func="yes">
<Overload retVal="" descr="Function of sqlite3.Connection">
</Overload>
</KeyWord>
<KeyWord name="commonprefix" func="yes">
<Overload retVal="" descr="Function of ntpath">
</Overload>
</KeyWord>
<KeyWord name="communicate" func="yes">
<Overload retVal="" descr="Function of subprocess.Popen">
</Overload>
</KeyWord>
<KeyWord name="compact_traceback" func="yes">
<Overload retVal="" descr="Function of asyncore">
</Overload>
</KeyWord>
<KeyWord name="compare" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="compare_digest" func="yes">
<Overload retVal="" descr="Function of hmac">
</Overload>
</KeyWord>
<KeyWord name="compare_signal" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="compare_total" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="compare_total_mag" func="yes">
<Overload retVal="" descr="Function of decimal.Decimal">
</Overload>
</KeyWord>
<KeyWord name="compile" func="yes">
<Overload retVal="" descr="compile(source, filename, mode[, flags[, dont_inherit]]) -&gt; code object&#10;&#10;Compile the source string (a Python module, statement or expression)&#10;into a code object that can be executed by the exec statement or eval().&#10;The filename will be used for run-time error messages.&#10;The mode must be 'exec' to compile a module, 'single' to compile a&#10;single (interactive) statement, or 'eval' to compile an expression.&#10;The flags argument, if present, controls which future statements influence&#10;the compilation of the code.&#10;The dont_inherit argument, if non-zero, stops the compilation inheriting&#10;the effects of any future statements in effect in the code calling&#10;compile; if absent or zero these statements do influence the compilation,&#10;in addition to any features explicitly specified.">
</Overload>
</KeyWord>
<KeyWord name="compileFile" func="yes">
<Overload retVal="" descr="Function of compiler">
</Overload>
</KeyWord>
<KeyWord name="compile_command" func="yes">
<Overload retVal="" descr="Function of codeop">
</Overload>
</KeyWord>
<KeyWord name="compile_dir" func="yes">
<Overload retVal="" descr="Function of compileall">
</Overload>
</KeyWord>
<KeyWord name="compile_file" func="yes">
<Overload retVal="" descr="Function of compileall">
</Overload>
</KeyWord>
<KeyWord name="compile_path" func="yes">
<Overload retVal="" descr="Function of compileall">
</Overload>
</KeyWord>
<KeyWord name="compileall" func="yes">
<Overload retVal="" descr="Module/script to byte-compile all .py files to .pyc (or .pyo) files.&#10;&#10;When called as a script with arguments, this compiles the directories&#10;given as arguments recursively; the -l option prevents it from&#10;recursing into directories.&#10;&#10;Without arguments, if compiles all modules on sys.path, without&#10;recursing into subdirectories. (Even though it should do so for&#10;packages -- for now, you'll have to deal with packages separately.)&#10;&#10;See module py_compile for details of the actual byte-compilation.">
</Overload>
</KeyWord>
<KeyWord name="compileall.compile_dir" func="yes">
<Overload retVal="" descr="Byte-compile all modules in the given directory tree.&#10;&#10;Arguments (only dir is required):&#10;&#10;dir: the directory to byte-compile&#10;maxlevels: maximum recursion level (default 10)&#10;ddir: the directory that will be prepended to the path to the&#10; file as it is compiled into each byte-code file.&#10;force: if 1, force compilation, even if timestamps are up-to-date&#10;quiet: if 1, be quiet during compilation">
<Param name="dir" />
<Param name="[maxlevels=10" />
<Param name="[ddir=None" />
<Param name="[force=0" />
<Param name="[rx=None" />
<Param name="[quiet=0]]]]]" />
</Overload>
</KeyWord>
<KeyWord name="compileall.compile_file" func="yes">
<Overload retVal="" descr="Byte-compile one file.&#10;&#10;Arguments (only fullname is required):&#10;&#10;fullname: the file to byte-compile&#10;ddir: if given, the directory name compiled in to the&#10; byte-code file.&#10;force: if 1, force compilation, even if timestamps are up-to-date&#10;quiet: if 1, be quiet during compilation">
<Param name="fullname" />
<Param name="[ddir=None" />
<Param name="[force=0" />
<Param name="[rx=None" />
<Param name="[quiet=0]]]]" />
</Overload>
</KeyWord>
<KeyWord name="compileall.compile_path" func="yes">
<Overload retVal="" descr="Byte-compile all module on sys.path.&#10;&#10;Arguments (all optional):&#10;&#10;skip_curdir: if true, skip current directory (default true)&#10;maxlevels: max recursion level (default 0)&#10;force: as for compile_dir() (default 0)&#10;quiet: as for compile_dir() (default 0)">
<Param name="[skip_curdir=1" />
<Param name="[maxlevels=0" />
<Param name="[force=0" />
<Param name="[quiet=0]]]]" />
</Overload>
</KeyWord>
<KeyWord name="compileall.expand_args" func="yes">
<Overload retVal="" descr="read names in flist and append to args">
<Param name="args" />
<Param name="flist" />
</Overload>
</KeyWord>
<KeyWord name="compileall.main" func="yes">
<Overload retVal="" descr="Script main program.">
</Overload>
</KeyWord>
<KeyWord name="compiler" func="yes">
<Overload retVal="" descr='Package for parsing and compiling Python source code&#10;&#10;There are several functions defined at the top level that are imported&#10;from modules contained in the package.&#10;&#10;parse(buf, mode="exec") -&gt; AST&#10; Converts a string containing Python source code to an abstract&#10; syntax tree (AST). The AST is defined in compiler.ast.&#10;&#10;parseFile(path) -&gt; AST&#10; The same as parse(open(path))&#10;&#10;walk(ast, visitor, verbose=None)&#10; Does a pre-order walk over the ast using the visitor instance.&#10; See compiler.visitor for details.&#10;&#10;compile(source, filename, mode, flags=None, dont_inherit=None)&#10; Returns a code object. A replacement for the builtin compile() function.&#10;&#10;compileFile(filename)&#10; Generates a .pyc file by compiling filename.'>
</Overload>
</KeyWord>
<KeyWord name="compiler.compile" func="yes">
<Overload retVal="" descr="Replacement for builtin compile() function">
<Param name="source" />
<Param name="filename" />
<Param name="mode" />
<Param name="[flags=None" />
<Param name="[dont_inherit=None]]" />
</Overload>
</KeyWord>
<KeyWord name="compiler.compileFile" func="yes">
<Overload retVal="" descr=>
<Param name="filename" />
<Param name="[display=0]" />
</Overload>
</KeyWord>
<KeyWord name="compiler.parse" func="yes">
<Overload retVal="" descr=>
<Param name="buf" />
<Param name="[mode=exec]" />
</Overload>
</KeyWord>
<KeyWord name="compiler.parseFile" />
<KeyWord name="compiler.walk" func="yes">
<Overload retVal="" descr=>
<Param name="tree" />
<Param name="visitor" />
<Param name="[walker=None" />
<Param name="[verbose=None]]" />
</Overload>
</KeyWord>
<KeyWord name="complete_statement" func="yes">
<Overload retVal="" descr="Function of sqlite3">
</Overload>
</KeyWord>
<KeyWord name="complex" 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="compress" func="yes">
<Overload retVal="" descr="Function of bz2">
</Overload>
</KeyWord>
<KeyWord name="compression" func="yes">
<Overload retVal="" descr="Function of ssl.SSLSocket">
</Overload>
</KeyWord>
<KeyWord name="config" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="config_dict" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="configure" func="yes">
<Overload retVal="" descr="Function of ttk.LabeledScale">
</Overload>
</KeyWord>
<KeyWord name="conjugate" func="yes">
<Overload retVal="" descr="Returns self, the complex conjugate of any int.">
</Overload>
</KeyWord>
<KeyWord name="connect" func="yes">
<Overload retVal="" descr="Function of sqlite3">
</Overload>
</KeyWord>
<KeyWord name="connect_ex" func="yes">
<Overload retVal="" descr="Function of ssl.SSLSocket">
</Overload>
</KeyWord>
<KeyWord name="constructor" func="yes">
<Overload retVal="" descr="Function of copy_reg">
</Overload>
</KeyWord>
<KeyWord name="context_diff" func="yes">
<Overload retVal="" descr="Function of difflib">
</Overload>
</KeyWord>
<KeyWord name="contextlib" func="yes">
<Overload retVal="" descr="Utilities for with-statement contexts. See PEP 343.">
</Overload>
</KeyWord>
<KeyWord name="contextlib.GeneratorContextManager" func="yes">
<Overload retVal="" descr="Helper for @contextmanager decorator.">
</Overload>
</KeyWord>
<KeyWord name="contextlib.closing" func="yes">
<Overload retVal="" descr="Context to automatically close something at the end of a block.&#10;&#10;Code like this:&#10;&#10; with closing(&lt;module&gt;.open(&lt;arguments&gt;)) as f:&#10; &lt;block&gt;&#10;&#10;is equivalent to this:&#10;&#10; f = &lt;module&gt;.open(&lt;arguments&gt;)&#10; try:&#10; &lt;block&gt;&#10; finally:&#10; f.close()">
</Overload>
</KeyWord>
<KeyWord name="contextlib.contextmanager" func="yes">
<Overload retVal="" descr="@contextmanager decorator.&#10;&#10;Typical usage:&#10;&#10; @contextmanager&#10; def some_generator(&lt;arguments&gt;):&#10; &lt;setup&gt;&#10; try:&#10; yield &lt;value&gt;&#10; finally:&#10; &lt;cleanup&gt;&#10;&#10;This makes this:&#10;&#10; with some_generator(&lt;arguments&gt;) as &lt;variable&gt;:&#10; &lt;body&gt;&#10;&#10;equivalent to this:&#10;&#10; &lt;setup&gt;&#10; try:&#10; &lt;variable&gt; = &lt;value&gt;&#10; &lt;body&gt;&#10; finally:&#10; &lt;cleanup&gt;">
<Param name="func" />
</Overload>
</KeyWord>
<KeyWord name="contextlib.nested" func="yes">
<Overload retVal="" descr="Combine multiple context managers into a single nested context manager.&#10;&#10;This function has been deprecated in favour of the multiple manager form&#10;of the with statement.&#10;&#10;The one advantage of this function over the multiple manager form of the&#10;with statement is that argument unpacking allows it to be&#10;used with a variable number of context managers as follows:&#10;&#10; with nested(*managers):&#10; do_something()">
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="contextlib.warn" func="yes">
<Overload retVal="" descr="Issue a warning, or maybe ignore it or raise an exception.">
</Overload>
</KeyWord>
<KeyWord name="contextlib.wraps" func="yes">
<Overload retVal="" descr="Decorator factory to apply update_wrapper() to a wrapper function&#10;&#10;Returns a decorator that invokes update_wrapper() with the decorated&#10;function as the wrapper argument and the arguments to wraps() as the&#10;remaining arguments. Default arguments are as for update_wrapper().&#10;This is a convenience function to simplify applying partial() to&#10;update_wrapper().">
<Param name="wrapped" />
<Param name="[assigned=('__module__', '__name__', '__doc__')" />
<Param name="[updated=('__dict__',)]]" />
</Overload>
</KeyWord>
<KeyWord name="contextmanager" func="yes">
<Overload retVal="" descr="Function of contextlib">
</Overload>
</KeyWord>
<KeyWord name="continue" />
<KeyWord name="convert_arg_line_to_args" func="yes">
<Overload retVal="" descr="Function of argparse.ArgumentParser">
</Overload>
</KeyWord>
<KeyWord name="convert_field" func="yes">
<Overload retVal="" descr="Function of string.Formatter">
</Overload>
</KeyWord>
<KeyWord name="convert_path" func="yes">
<Overload retVal="" descr="Function of FixTk">
</Overload>
</KeyWord>
<KeyWord name="converter" func="yes">
<Overload retVal="" descr="Function of logging.Formatter">
</Overload>
</KeyWord>
<KeyWord name="cookielib" func="yes">
<Overload retVal="" descr="HTTP cookie handling for web clients.&#10;&#10;This module has (now fairly distant) origins in Gisle Aas' Perl module&#10;HTTP::Cookies, from the libwww-perl library.&#10;&#10;Docstrings, comments and debug strings in this code refer to the&#10;attributes of the HTTP cookie system as cookie-attributes, to distinguish&#10;them clearly from Python attributes.&#10;&#10;Class diagram (note that BSDDBCookieJar and the MSIE* classes are not&#10;distributed with the Python standard library, but are available from&#10;http://wwwsearch.sf.net/):&#10;&#10; CookieJar____&#10; / \ \&#10; FileCookieJar \ \&#10; / | \ \ \&#10; MozillaCookieJar | LWPCookieJar \ \&#10; | | \&#10; | ---MSIEBase | \&#10; | / | | \&#10; | / MSIEDBCookieJar BSDDBCookieJar&#10; |/&#10; MSIECookieJar">
</Overload>
</KeyWord>
<KeyWord name="cookielib.Absent" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.Cookie" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.CookieJar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.CookiePolicy" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.DAYS" func="yes">
<Overload retVal="" descr="(list)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.DEFAULT_HTTP_PORT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.DefaultCookiePolicy" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.EPOCH_YEAR" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.ESCAPED_CHAR_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.FileCookieJar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.HEADER_ESCAPE_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.HEADER_JOIN_ESCAPE_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.HEADER_QUOTED_VALUE_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.HEADER_TOKEN_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.HEADER_VALUE_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.HTTP_PATH_SAFE" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.IPV4_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.ISO_DATE_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.LOOSE_HTTP_DATE_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.LWPCookieJar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.LoadError" />
<KeyWord name="cookielib.LoadError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.LoadError.errno" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.LoadError.filename" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.LoadError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.LoadError.strerror" func="yes">
<Overload retVal="" descr="(member_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.MISSING_FILENAME_TEXT" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.MONTHS" func="yes">
<Overload retVal="" descr="(list)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.MONTHS_LOWER" func="yes">
<Overload retVal="" descr="(list)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.MozillaCookieJar" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.STRICT_DATE_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.TIMEZONE_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.UTC_ZONES" func="yes">
<Overload retVal="" descr="(dict)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.WEEKDAY_RE" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.cut_port_re" func="yes">
<Overload retVal="" descr="(SRE_Pattern)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.deepvalues" func="yes">
<Overload retVal="" descr="Iterates over nested mapping, depth-first, in sorted order by key.">
<Param name="mapping" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.domain_match" func="yes">
<Overload retVal="" descr="Return True if domain A domain-matches domain B, according to RFC 2965.&#10;&#10;A and B may be host domain names or IP addresses.&#10;&#10;RFC 2965, section 1:&#10;&#10;Host names can be specified either as an IP address or a HDN string.&#10;Sometimes we compare one host name with another. (Such comparisons SHALL&#10;be case-insensitive.) Host A's name domain-matches host B's if&#10;&#10; * their host name strings string-compare equal; or&#10;&#10; * A is a HDN string and has the form NB, where N is a non-empty&#10; name string, B has the form .B', and B' is a HDN string. (So,&#10; x.y.com domain-matches .Y.com but not Y.com.)&#10;&#10;Note that domain-match is not a commutative operation: a.b.c.com&#10;domain-matches .c.com, but not the reverse.">
<Param name="A" />
<Param name="B" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.eff_request_host" func="yes">
<Overload retVal="" descr="Return a tuple (request-host, effective request-host name).&#10;&#10;As defined by RFC 2965, except both are lowercased.">
<Param name="request" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.escape_path" func="yes">
<Overload retVal="" descr="Escape any invalid characters in HTTP URL, and uppercase all escapes.">
<Param name="path" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.http2time" func="yes">
<Overload retVal="" descr='Returns time in seconds since epoch of time represented by a string.&#10;&#10;Return value is an integer.&#10;&#10;None is returned if the format of str is unrecognized, the time is outside&#10;the representable range, or the timezone string is not recognized. If the&#10;string contains no timezone, UTC is assumed.&#10;&#10;The timezone in the string may be numerical (like "-0800" or "+0100") or a&#10;string timezone (like "UTC", "GMT", "BST" or "EST"). Currently, only the&#10;timezone strings equivalent to UTC (zero offset) are known to the function.&#10;&#10;The function loosely parses the following formats:&#10;&#10;Wed, 09 Feb 1994 22:23:32 GMT -- HTTP format&#10;Tuesday, 08-Feb-94 14:15:29 GMT -- old rfc850 HTTP format&#10;Tuesday, 08-Feb-1994 14:15:29 GMT -- broken rfc850 HTTP format&#10;09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday)&#10;08-Feb-94 14:15:29 GMT -- rfc850 format (no weekday)&#10;08-Feb-1994 14:15:29 GMT -- broken rfc850 format (no weekday)&#10;&#10;The parser ignores leading and trailing whitespace. The time may be&#10;absent.&#10;&#10;If the year is given with only 2 digits, the function will select the&#10;century that makes the year closest to the current date.'>
<Param name="text" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.is_HDN" func="yes">
<Overload retVal="" descr="Return True if text is a host domain name.">
<Param name="text" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.is_third_party" func="yes">
<Overload retVal="" descr="RFC 2965, section 3.3.6:&#10;&#10; An unverifiable transaction is to a third-party host if its request-&#10; host U does not domain-match the reach R of the request-host O in the&#10; origin transaction.">
<Param name="request" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.iso2time" func="yes">
<Overload retVal="" descr="As for http2time, but parses the ISO 8601 formats:&#10;&#10;1994-02-03 14:15:29 -0100 -- ISO 8601 format&#10;1994-02-03 14:15:29 -- zone is optional&#10;1994-02-03 -- only date&#10;1994-02-03T14:15:29 -- Use T as separator&#10;19940203T141529Z -- ISO 8601 compact format&#10;19940203 -- only date">
<Param name="text" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.join_header_words" func="yes">
<Overload retVal="" descr="Do the inverse (almost) of the conversion done by split_header_words.&#10;&#10;Takes a list of lists of (key, value) pairs and produces a single header&#10;value. Attribute values are quoted if needed.&#10;&#10;&gt;&gt;&gt; join_header_words([[(&quot;text/plain&quot;, None), (&quot;charset&quot;, &quot;iso-8859/1&quot;)]])&#10;'text/plain; charset=&quot;iso-8859/1&quot;'&#10;&gt;&gt;&gt; join_header_words([[(&quot;text/plain&quot;, None)], [(&quot;charset&quot;, &quot;iso-8859/1&quot;)]])&#10;'text/plain, charset=&quot;iso-8859/1&quot;'">
<Param name="lists" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.liberal_is_HDN" func="yes">
<Overload retVal="" descr="Return True if text is a sort-of-like a host domain name.&#10;&#10;For accepting/blocking domains.">
<Param name="text" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.lwp_cookie_str" func="yes">
<Overload retVal="" descr="Return string representation of Cookie in the LWP cookie file format.&#10;&#10;Actually, the format is extended a bit -- see module docstring.">
<Param name="cookie" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.month" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="cookielib.offset_from_tz_string" />
<KeyWord name="cookielib.parse_ns_headers" func="yes">
<Overload retVal="" descr="Ad-hoc parser for Netscape protocol cookie-attributes.&#10;&#10;The old Netscape cookie format for Set-Cookie can for instance contain&#10;an unquoted &quot;,&quot; in the expires field, so we have to use this ad-hoc&#10;parser instead of split_header_words.&#10;&#10;XXX This may not make the best possible effort to parse all the crap&#10;that Netscape Cookie headers contain. Ronald Tschalar's HTTPClient&#10;parser is probably better, so could do worse than following that if&#10;this ever gives any trouble.&#10;&#10;Currently, this is also used for parsing RFC 2109 cookies.">
<Param name="ns_headers" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.reach" func="yes">
<Overload retVal="" descr="Return reach of host h, as defined by RFC 2965, section 1.&#10;&#10;The reach R of a host name H is defined as follows:&#10;&#10; * If&#10;&#10; - H is the host domain name of a host; and,&#10;&#10; - H has the form A.B; and&#10;&#10; - A has no embedded (that is, interior) dots; and&#10;&#10; - B has at least one embedded dot, or B is the string &quot;local&quot;.&#10; then the reach of H is .B.&#10;&#10; * Otherwise, the reach of H is H.&#10;&#10;&gt;&gt;&gt; reach(&quot;www.acme.com&quot;)&#10;'.acme.com'&#10;&gt;&gt;&gt; reach(&quot;acme.com&quot;)&#10;'acme.com'&#10;&gt;&gt;&gt; reach(&quot;acme.local&quot;)&#10;'.local'">
<Param name="h" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.request_host" func="yes">
<Overload retVal="" descr="Return request-host, as defined by RFC 2965.&#10;&#10;Variation from RFC: returned value is lowercased, for convenient&#10;comparison.">
<Param name="request" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.request_path" func="yes">
<Overload retVal="" descr="Path component of request-URI, as defined by RFC 2965.">
<Param name="request" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.request_port" />
<KeyWord name="cookielib.split_header_words" func="yes">
<Overload retVal="" descr="Parse header values into a list of lists containing key,value pairs.&#10;&#10;The function knows how to deal with &quot;,&quot;, &quot;;&quot; and &quot;=&quot; as well as quoted&#10;values after &quot;=&quot;. A list of space separated tokens are parsed as if they&#10;were separated by &quot;;&quot;.&#10;&#10;If the header_values passed as argument contains multiple values, then they&#10;are treated as if they were a single value separated by comma &quot;,&quot;.&#10;&#10;This means that this function is useful for parsing header fields that&#10;follow this syntax (BNF as from the HTTP/1.1 specification, but we relax&#10;the requirement for tokens).&#10;&#10; headers = #header&#10; header = (token | parameter) *( [&quot;;&quot;] (token | parameter))&#10;&#10; token = 1*&lt;any CHAR except CTLs or separators&gt;&#10; separators = &quot;(&quot; | &quot;)&quot; | &quot;&lt;&quot; | &quot;&gt;&quot; | &quot;@&quot;&#10; | &quot;,&quot; | &quot;;&quot; | &quot;:&quot; | &quot;\&quot; | &lt;&quot;&gt;&#10; | &quot;/&quot; | &quot;[&quot; | &quot;]&quot; | &quot;?&quot; | &quot;=&quot;&#10; | &quot;{&quot; | &quot;}&quot; | SP | HT&#10;&#10; quoted-string = ( &lt;&quot;&gt; *(qdtext | quoted-pair ) &lt;&quot;&gt; )&#10; qdtext = &lt;any TEXT except &lt;&quot;&gt;&gt;&#10; quoted-pair = &quot;\&quot; CHAR&#10;&#10; parameter = attribute &quot;=&quot; value&#10; attribute = token&#10; value = token | quoted-string&#10;&#10;Each header is represented by a list of key/value pairs. The value for a&#10;simple token (not part of a parameter) is None. Syntactically incorrect&#10;headers will not necessarily be parsed as you would want.&#10;&#10;This is easier to describe with some examples:&#10;&#10;&gt;&gt;&gt; split_header_words(['foo=&quot;bar&quot;; port=&quot;80,81&quot;; discard, bar=baz'])&#10;[[('foo', 'bar'), ('port', '80,81'), ('discard', None)], [('bar', 'baz')]]&#10;&gt;&gt;&gt; split_header_words(['text/html; charset=&quot;iso-8859-1&quot;'])&#10;[[('text/html', None), ('charset', 'iso-8859-1')]]&#10;&gt;&gt;&gt; split_header_words([r'Basic realm=&quot;\&quot;foo\bar\&quot;&quot;'])&#10;[[('Basic', None), ('realm', '&quot;foobar&quot;')]]">
<Param name="header_values" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.time2isoz" func="yes">
<Overload retVal="" descr='Return a string representing time in seconds since epoch, t.&#10;&#10;If the function is called without an argument, it will use the current&#10;time.&#10;&#10;The format of the returned string is like "YYYY-MM-DD hh:mm:ssZ",&#10;representing Universal Time (UTC, aka GMT). An example of this format is:&#10;&#10;1994-11-24 08:49:37Z'>
<Param name="[t=None]" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.time2netscape" func="yes">
<Overload retVal="" descr="Return a string representing time in seconds since epoch, t.&#10;&#10;If the function is called without an argument, it will use the current&#10;time.&#10;&#10;The format of the returned string is like this:&#10;&#10;Wed, DD-Mon-YYYY HH:MM:SS GMT">
<Param name="[t=None]" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.unmatched" func="yes">
<Overload retVal="" descr="Return unmatched part of re.Match object.">
<Param name="match" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.uppercase_escaped_char" />
<KeyWord name="cookielib.user_domain_match" func="yes">
<Overload retVal="" descr="For blocking/accepting domains.&#10;&#10;A and B may be host domain names or IP addresses.">
<Param name="A" />
<Param name="B" />
</Overload>
</KeyWord>
<KeyWord name="cookielib.vals_sorted_by_key" />
<KeyWord name="copy" func="yes">
<Overload retVal="" descr="Return a shallow copy of a set.">
</Overload>
</KeyWord>
<KeyWord name="copy.Error" />
<KeyWord name="copy.Error.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="copy.Error.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="copy.copy" func="yes">
<Overload retVal="" descr="Shallow copy operation on arbitrary Python objects.&#10;&#10;See the module's __doc__ string for more info.">
<Param name="x" />
</Overload>
</KeyWord>
<KeyWord name="copy.deepcopy" func="yes">
<Overload retVal="" descr="Deep copy operation on arbitrary Python objects.&#10;&#10;See the module's __doc__ string for more info.">
<Param name="x" />
<Param name="[memo=None" />
<Param name="[_nil=[]]]" />
</Overload>
</KeyWord>
<KeyWord name="copy.dispatch_table" func="yes">
<Overload retVal="" descr="(dict)">
</Overload>
</KeyWord>
<KeyWord name="copy.error" />
<KeyWord name="copy.error.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="copy.error.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="copy.name" func="yes">
<Overload retVal="" descr="(str)">
</Overload>
</KeyWord>
<KeyWord name="copy.t" func="yes">
<Overload retVal="" descr="set() -&gt; new empty set object&#10;set(iterable) -&gt; new set object&#10;&#10;Build an unordered collection of unique elements.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.add" func="yes">
<Overload retVal="" descr="Add an element to a set.&#10;&#10;This has no effect if the element is already present.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.clear" func="yes">
<Overload retVal="" descr="Remove all elements from this set.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.copy" func="yes">
<Overload retVal="" descr="Return a shallow copy of a set.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.difference" func="yes">
<Overload retVal="" descr="Return the difference of two or more sets as a new set.&#10;&#10;(i.e. all elements that are in this set but not the others.)">
</Overload>
</KeyWord>
<KeyWord name="copy.t.difference_update" func="yes">
<Overload retVal="" descr="Remove all elements of another set from this set.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.discard" func="yes">
<Overload retVal="" descr="Remove an element from a set if it is a member.&#10;&#10;If the element is not a member, do nothing.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.intersection" func="yes">
<Overload retVal="" descr="Return the intersection of two or more sets as a new set.&#10;&#10;(i.e. elements that are common to all of the sets.)">
</Overload>
</KeyWord>
<KeyWord name="copy.t.intersection_update" func="yes">
<Overload retVal="" descr="Update a set with the intersection of itself and another.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.isdisjoint" func="yes">
<Overload retVal="" descr="Return True if two sets have a null intersection.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.issubset" func="yes">
<Overload retVal="" descr="Report whether another set contains this set.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.issuperset" func="yes">
<Overload retVal="" descr="Report whether this set contains another set.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.pop" func="yes">
<Overload retVal="" descr="Remove and return an arbitrary set element.&#10;Raises KeyError if the set is empty.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.remove" func="yes">
<Overload retVal="" descr="Remove an element from a set; it must be a member.&#10;&#10;If the element is not a member, raise a KeyError.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.symmetric_difference" func="yes">
<Overload retVal="" descr="Return the symmetric difference of two sets as a new set.&#10;&#10;(i.e. all elements that are in exactly one of the sets.)">
</Overload>
</KeyWord>
<KeyWord name="copy.t.symmetric_difference_update" func="yes">
<Overload retVal="" descr="Update a set with the symmetric difference of itself and another.">
</Overload>
</KeyWord>
<KeyWord name="copy.t.union" func="yes">
<Overload retVal="" descr="Return the union of sets as a new set.&#10;&#10;(i.e. all elements that are in either set.)">
</Overload>
</KeyWord>
<KeyWord name="copy.t.update" func="yes">
<Overload retVal="" descr="Update a set with the union of itself and others.">
</Overload>
</KeyWord>
<KeyWord name="copy2" func="yes">
<Overload retVal="" descr="Function of shutil">
</Overload>
</KeyWord>
<KeyWord name="copy_abs" func="yes">
<Overload retVal="" descr="Function of fractions.Decimal">
</Overload>
</KeyWord>
<KeyWord name="copy_decimal" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="copy_location" func="yes">
<Overload retVal="" descr="Function of ast">
</Overload>
</KeyWord>
<KeyWord name="copy_negate" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="copy_reg" func="yes">
<Overload retVal="" descr="Helper to provide extensibility for pickle/cPickle.&#10;&#10;This is only useful to add pickle support for extension types defined in&#10;C, not for instances of user-defined classes.">
</Overload>
</KeyWord>
<KeyWord name="copy_reg.add_extension" func="yes">
<Overload retVal="" descr="Register an extension code.">
<Param name="module" />
<Param name="name" />
<Param name="code" />
</Overload>
</KeyWord>
<KeyWord name="copy_reg.clear_extension_cache" />
<KeyWord name="copy_reg.constructor" />
<KeyWord name="copy_reg.dispatch_table" func="yes">
<Overload retVal="" descr="(dict)">
</Overload>
</KeyWord>
<KeyWord name="copy_reg.pickle" func="yes">
<Overload retVal="" descr=>
<Param name="ob_type" />
<Param name="pickle_function" />
<Param name="[constructor_ob=None]" />
</Overload>
</KeyWord>
<KeyWord name="copy_reg.pickle_complex" />
<KeyWord name="copy_reg.remove_extension" func="yes">
<Overload retVal="" descr="Unregister an extension code. For testing only.">
<Param name="module" />
<Param name="name" />
<Param name="code" />
</Overload>
</KeyWord>
<KeyWord name="copy_sign" func="yes">
<Overload retVal="" descr="Function of decimal.Decimal">
</Overload>
</KeyWord>
<KeyWord name="copybinary" func="yes">
<Overload retVal="" descr="Function of mimetools">
</Overload>
</KeyWord>
<KeyWord name="copyfile" func="yes">
<Overload retVal="" descr="Function of shutil">
</Overload>
</KeyWord>
<KeyWord name="copyfileobj" func="yes">
<Overload retVal="" descr="Function of shutil">
</Overload>
</KeyWord>
<KeyWord name="copyliteral" func="yes">
<Overload retVal="" descr="Function of mimetools">
</Overload>
</KeyWord>
<KeyWord name="copymode" func="yes">
<Overload retVal="" descr="Function of shutil">
</Overload>
</KeyWord>
<KeyWord name="copysign" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="copystat" func="yes">
<Overload retVal="" descr="Function of shutil">
</Overload>
</KeyWord>
<KeyWord name="copytree" func="yes">
<Overload retVal="" descr="Function of shutil">
</Overload>
</KeyWord>
<KeyWord name="cos" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="cosh" func="yes">
<Overload retVal="" descr="Function of turtle">
</Overload>
</KeyWord>
<KeyWord name="count" func="yes">
<Overload retVal="" descr="T.count(value) -&gt; integer -- return number of occurrences of value">
</Overload>
</KeyWord>
<KeyWord name="countTestCases" func="yes">
<Overload retVal="" descr="Function of unittest.BaseTestSuite">
</Overload>
</KeyWord>
<KeyWord name="count_calls" func="yes">
<Overload retVal="" descr="Function of pstats">
</Overload>
</KeyWord>
<KeyWord name="cpu_count" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="cram" func="yes">
<Overload retVal="" descr="Function of pydoc">
</Overload>
</KeyWord>
<KeyWord name="crc32" func="yes">
<Overload retVal="" descr="Function of zipfile">
</Overload>
</KeyWord>
<KeyWord name="createLock" func="yes">
<Overload retVal="" descr="Function of logging.NullHandler">
</Overload>
</KeyWord>
<KeyWord name="createTests" func="yes">
<Overload retVal="" descr="Function of unittest.main">
</Overload>
</KeyWord>
<KeyWord name="create_aggregate" func="yes">
<Overload retVal="" descr="Function of sqlite3.Connection">
</Overload>
</KeyWord>
<KeyWord name="create_collation" func="yes">
<Overload retVal="" descr="Function of sqlite3.Connection">
</Overload>
</KeyWord>
<KeyWord name="create_connection" func="yes">
<Overload retVal="" descr="Function of socket">
</Overload>
</KeyWord>
<KeyWord name="create_decimal" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="create_decimal_from_float" func="yes">
<Overload retVal="" descr="Function of decimal.Context">
</Overload>
</KeyWord>
<KeyWord name="create_default_context" func="yes">
<Overload retVal="" descr="Function of ssl">
</Overload>
</KeyWord>
<KeyWord name="create_function" func="yes">
<Overload retVal="" descr="Function of sqlite3.Connection">
</Overload>
</KeyWord>
<KeyWord name="create_gnu_header" func="yes">
<Overload retVal="" descr="Function of tarfile.TarInfo">
</Overload>
</KeyWord>
<KeyWord name="create_pax_global_header" func="yes">
<Overload retVal="" descr="Function of tarfile.TarInfo">
</Overload>
</KeyWord>
<KeyWord name="create_pax_header" func="yes">
<Overload retVal="" descr="Function of tarfile.TarInfo">
</Overload>
</KeyWord>
<KeyWord name="create_stats" func="yes">
<Overload retVal="" descr="Function of cProfile.Profile">
</Overload>
</KeyWord>
<KeyWord name="create_string_buffer" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="create_unicode_buffer" func="yes">
<Overload retVal="" descr="Function of ctypes">
</Overload>
</KeyWord>
<KeyWord name="create_ustar_header" func="yes">
<Overload retVal="" descr="Function of tarfile.TarInfo">
</Overload>
</KeyWord>
<KeyWord name="critical" func="yes">
<Overload retVal="" descr="Function of logging">
</Overload>
</KeyWord>
<KeyWord name="csv" func="yes">
<Overload retVal="" descr="CSV parsing and writing.&#10;&#10;This module provides classes that assist in the reading and writing&#10;of Comma Separated Value (CSV) files, and implements the interface&#10;described by PEP 305. Although many CSV files are simple to parse,&#10;the format is not formally defined by a stable specification and&#10;is subtle enough that parsing lines of a CSV file with something&#10;like line.split(&quot;,&quot;) is bound to fail. The module supports three&#10;basic APIs: reading, writing, and registration of dialects.&#10;&#10;&#10;DIALECT REGISTRATION:&#10;&#10;Readers and writers support a dialect argument, which is a convenient&#10;handle on a group of settings. When the dialect argument is a string,&#10;it identifies one of the dialects previously registered with the module.&#10;If it is a class or instance, the attributes of the argument are used as&#10;the settings for the reader or writer:&#10;&#10; class excel:&#10; delimiter = ','&#10; quotechar = '&quot;'&#10; escapechar = None&#10; doublequote = True&#10; skipinitialspace = False&#10; lineterminator = '\r\n'&#10; quoting = QUOTE_MINIMAL&#10;&#10;SETTINGS:&#10;&#10; * quotechar - specifies a one-character string to use as the &#10; quoting character. It defaults to '&quot;'.&#10; * delimiter - specifies a one-character string to use as the &#10; field separator. It defaults to ','.&#10; * skipinitialspace - specifies how to interpret whitespace which&#10; immediately follows a delimiter. It defaults to False, which&#10; means that whitespace immediately following a delimiter is part&#10; of the following field.&#10; * lineterminator - specifies the character sequence which should &#10; terminate rows.&#10; * quoting - controls when quotes should be generated by the writer.&#10; It can take on any of the following module constants:&#10;&#10; csv.QUOTE_MINIMAL means only when required, for example, when a&#10; field contains either the quotechar or the delimiter&#10; csv.QUOTE_ALL means that quotes are always placed around fields.&#10; csv.QUOTE_NONNUMERIC means that quotes are always placed around&#10; fields which do not parse as integers or floating point&#10; numbers.&#10; csv.QUOTE_NONE means that quotes are never placed around fields.&#10; * escapechar - specifies a one-character string used to escape &#10; the delimiter when quoting is set to QUOTE_NONE.&#10; * doublequote - controls the handling of quotes inside fields. When&#10; True, two consecutive quotes are interpreted as one during read,&#10; and when writing, each quote character embedded in the data is&#10; written as two quotes">
</Overload>
</KeyWord>
<KeyWord name="csv.Dialect" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="csv.DictReader" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="csv.DictWriter" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="csv.Error" />
<KeyWord name="csv.Error.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="csv.Error.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="csv.QUOTE_ALL" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="csv.QUOTE_NONE" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="csv.QUOTE_NONNUMERIC" func="yes">
<Overload retVal="" descr="(int)">
</Overload>
</KeyWord>
<KeyWord name="csv.Sniffer" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="csv.StringIO" func="yes">
<Overload retVal="" descr="StringIO([s]) -- Return a StringIO-like stream for reading or writing">
</Overload>
</KeyWord>
<KeyWord name="csv.excel" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="csv.excel_tab" func="yes">
<Overload retVal="" descr="(classobj)">
</Overload>
</KeyWord>
<KeyWord name="csv.field_size_limit" func="yes">
<Overload retVal="" descr="Sets an upper limit on parsed fields.&#10; csv.field_size_limit([limit])&#10;&#10;Returns old limit. If limit is not given, no new limit is set and&#10;the old limit is returned">
</Overload>
</KeyWord>
<KeyWord name="csv.get_dialect" func="yes">
<Overload retVal="" descr="Return the dialect instance associated with name.&#10;dialect = csv.get_dialect(name)">
</Overload>
</KeyWord>
<KeyWord name="csv.list_dialects" func="yes">
<Overload retVal="" descr="Return a list of all know dialect names.&#10;names = csv.list_dialects()">
</Overload>
</KeyWord>
<KeyWord name="csv.reader" func="yes">
<Overload retVal="" descr="csv_reader = reader(iterable [, dialect='excel']&#10; [optional keyword args])&#10; for row in csv_reader:&#10; process(row)&#10;&#10;The &quot;iterable&quot; argument can be any object that returns a line&#10;of input for each iteration, such as a file object or a list. The&#10;optional &quot;dialect&quot; parameter is discussed below. The function&#10;also accepts optional keyword arguments which override settings&#10;provided by the dialect.&#10;&#10;The returned object is an iterator. Each iteration returns a row&#10;of the CSV file (which can span multiple input lines):">
</Overload>
</KeyWord>
<KeyWord name="csv.reduce" func="yes">
<Overload retVal="" descr="reduce(function, sequence[, initial]) -&gt; value&#10;&#10;Apply a function of two arguments cumulatively to the items of a sequence,&#10;from left to right, so as to reduce the sequence to a single value.&#10;For example, reduce(lambda x, y: x+y, [1, 2, 3, 4, 5]) calculates&#10;((((1+2)+3)+4)+5). If initial is present, it is placed before the items&#10;of the sequence in the calculation, and serves as a default when the&#10;sequence is empty.">
</Overload>
</KeyWord>
<KeyWord name="csv.register_dialect" func="yes">
<Overload retVal="" descr="Create a mapping from a string name to a dialect class.&#10;dialect = csv.register_dialect(name, dialect)">
</Overload>
</KeyWord>
<KeyWord name="csv.unregister_dialect" func="yes">
<Overload retVal="" descr="Delete the name/dialect mapping associated with a string name.&#10;csv.unregister_dialect(name)">
</Overload>
</KeyWord>
<KeyWord name="csv.writer" func="yes">
<Overload retVal="" descr="csv_writer = csv.writer(fileobj [, dialect='excel']&#10; [optional keyword args])&#10; for row in sequence:&#10; csv_writer.writerow(row)&#10;&#10; [or]&#10;&#10; csv_writer = csv.writer(fileobj [, dialect='excel']&#10; [optional keyword args])&#10; csv_writer.writerows(rows)&#10;&#10;The &quot;fileobj&quot; argument can be any object that supports the file API.">
</Overload>
</KeyWord>
<KeyWord name="ctime" func="yes">
<Overload retVal="" descr="Function of sqlite3.Date">
</Overload>
</KeyWord>
<KeyWord name="ctypes" func="yes">
<Overload retVal="" descr="create and manipulate C data types in Python">
</Overload>
</KeyWord>
<KeyWord name="ctypes.ARRAY" />
<KeyWord name="ctypes.ArgumentError" />
<KeyWord name="ctypes.ArgumentError.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.ArgumentError.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.Array" func="yes">
<Overload retVal="" descr="(PyCArrayType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.BigEndianStructure" func="yes">
<Overload retVal="" descr="(_swapped_meta)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.CDLL" func="yes">
<Overload retVal="" descr="An instance of this class represents a loaded dll/shared&#10;library, exporting functions using the standard C calling&#10;convention (named 'cdecl' on Windows).&#10;&#10;The exported functions can be accessed as attributes, or by&#10;indexing with the function name. Examples:&#10;&#10;&lt;obj&gt;.qsort -&gt; callable object&#10;&lt;obj&gt;['qsort'] -&gt; callable object&#10;&#10;Calling the functions releases the Python GIL during the call and&#10;reacquires it afterwards.">
</Overload>
</KeyWord>
<KeyWord name="ctypes.CFUNCTYPE" func="yes">
<Overload retVal="" descr="CFUNCTYPE(restype, *argtypes,&#10; use_errno=False, use_last_error=False) -&gt; function prototype.&#10;&#10;restype: the result type&#10;argtypes: a sequence specifying the argument types&#10;&#10;The function prototype can be called in different ways to create a&#10;callable object:&#10;&#10;prototype(integer address) -&gt; foreign function&#10;prototype(callable) -&gt; create and return a C callable function from callable&#10;prototype(integer index, method name[, paramflags]) -&gt; foreign function calling a COM method&#10;prototype((ordinal number, dll object)[, paramflags]) -&gt; foreign function exported by ordinal&#10;prototype((function name, dll object)[, paramflags]) -&gt; foreign function exported by name">
<Param name="restype" />
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="ctypes.DllCanUnloadNow" />
<KeyWord name="ctypes.DllGetClassObject" />
<KeyWord name="ctypes.FormatError" func="yes">
<Overload retVal="" descr="FormatError([integer]) -&gt; string&#10;&#10;Convert a win32 error code into a string. If the error code is not&#10;given, the return value of a call to GetLastError() is used.">
</Overload>
</KeyWord>
<KeyWord name="ctypes.GetLastError" func="yes">
<Overload retVal="" descr="(_FuncPtr)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.HRESULT" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.LibraryLoader" />
<KeyWord name="ctypes.LibraryLoader.LoadLibrary" />
<KeyWord name="ctypes.LittleEndianStructure" func="yes">
<Overload retVal="" descr="(PyCStructType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.OleDLL" func="yes">
<Overload retVal="" descr="This class represents a dll exporting functions using the&#10;Windows stdcall calling convention, and returning HRESULT.&#10;HRESULT error values are automatically raised as WindowsError&#10;exceptions.">
</Overload>
</KeyWord>
<KeyWord name="ctypes.POINTER" />
<KeyWord name="ctypes.PYFUNCTYPE" />
<KeyWord name="ctypes.PyDLL" func="yes">
<Overload retVal="" descr="This class represents the Python library itself. It allows to&#10;access Python API functions. The GIL is not released, and&#10;Python exceptions are handled correctly.">
</Overload>
</KeyWord>
<KeyWord name="ctypes.SetPointerType" />
<KeyWord name="ctypes.Structure" func="yes">
<Overload retVal="" descr="(PyCStructType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.Union" func="yes">
<Overload retVal="" descr="(UnionType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.WINFUNCTYPE" func="yes">
<Overload retVal="" descr=>
<Param name="restype" />
<Param name="[**]" />
</Overload>
</KeyWord>
<KeyWord name="ctypes.WinDLL" func="yes">
<Overload retVal="" descr="This class represents a dll exporting functions using the&#10;Windows stdcall calling convention.">
</Overload>
</KeyWord>
<KeyWord name="ctypes.WinError" func="yes">
<Overload retVal="" descr=>
<Param name="[code=None" />
<Param name="[descr=None]]" />
</Overload>
</KeyWord>
<KeyWord name="ctypes.addressof" func="yes">
<Overload retVal="" descr="addressof(C instance) -&gt; integer&#10;Return the address of the C instance internal buffer">
</Overload>
</KeyWord>
<KeyWord name="ctypes.alignment" func="yes">
<Overload retVal="" descr="alignment(C type) -&gt; integer&#10;alignment(C instance) -&gt; integer&#10;Return the alignment requirements of a C instance">
</Overload>
</KeyWord>
<KeyWord name="ctypes.byref" func="yes">
<Overload retVal="" descr="byref(C instance[, offset=0]) -&gt; byref-object&#10;Return a pointer lookalike to a C instance, only usable&#10;as function argument">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_bool" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_buffer" func="yes">
<Overload retVal="" descr=>
<Param name="init" />
<Param name="[size=None]" />
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_byte" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_char" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_char_p" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_double" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_float" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_int" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_int16" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_int32" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_int64" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_int8" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_long" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_longdouble" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_longlong" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_short" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_size_t" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_ssize_t" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_ubyte" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_uint" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_uint16" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_uint32" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_uint64" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_uint8" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_ulong" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_ulonglong" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_ushort" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_void_p" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_voidp" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_wchar" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.c_wchar_p" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.cast" />
<KeyWord name="ctypes.cdll" func="yes">
<Overload retVal="" descr="(LibraryLoader)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.create_string_buffer" func="yes">
<Overload retVal="" descr="create_string_buffer(aString) -&gt; character array&#10;create_string_buffer(anInteger) -&gt; character array&#10;create_string_buffer(aString, anInteger) -&gt; character array">
<Param name="init" />
<Param name="[size=None]" />
</Overload>
</KeyWord>
<KeyWord name="ctypes.create_unicode_buffer" func="yes">
<Overload retVal="" descr="create_unicode_buffer(aString) -&gt; character array&#10;create_unicode_buffer(anInteger) -&gt; character array&#10;create_unicode_buffer(aString, anInteger) -&gt; character array">
<Param name="init" />
<Param name="[size=None]" />
</Overload>
</KeyWord>
<KeyWord name="ctypes.get_errno" />
<KeyWord name="ctypes.get_last_error" />
<KeyWord name="ctypes.memmove" func="yes">
<Overload retVal="" descr="(CFunctionType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.memset" func="yes">
<Overload retVal="" descr="(CFunctionType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.oledll" func="yes">
<Overload retVal="" descr="(LibraryLoader)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.pointer" />
<KeyWord name="ctypes.py_object" func="yes">
<Overload retVal="" descr="(PyCSimpleType)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.pydll" func="yes">
<Overload retVal="" descr="(LibraryLoader)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.pythonapi" func="yes">
<Overload retVal="" descr="(PyDLL)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.resize" func="yes">
<Overload retVal="" descr="Resize the memory buffer of a ctypes instance">
</Overload>
</KeyWord>
<KeyWord name="ctypes.set_conversion_mode" func="yes">
<Overload retVal="" descr="set_conversion_mode(encoding, errors) -&gt; (previous-encoding, previous-errors)&#10;&#10;Set the encoding and error handling ctypes uses when converting&#10;between unicode and strings. Returns the previous values.">
</Overload>
</KeyWord>
<KeyWord name="ctypes.set_errno" />
<KeyWord name="ctypes.set_last_error" />
<KeyWord name="ctypes.sizeof" func="yes">
<Overload retVal="" descr="sizeof(C type) -&gt; integer&#10;sizeof(C instance) -&gt; integer&#10;Return the size in bytes of a C instance">
</Overload>
</KeyWord>
<KeyWord name="ctypes.string_at" func="yes">
<Overload retVal="" descr="string_at(addr[, size]) -&gt; string&#10;&#10;Return the string at addr.">
<Param name="ptr" />
<Param name="[size=-1]" />
</Overload>
</KeyWord>
<KeyWord name="ctypes.windll" func="yes">
<Overload retVal="" descr="(LibraryLoader)">
</Overload>
</KeyWord>
<KeyWord name="ctypes.wstring_at" func="yes">
<Overload retVal="" descr="wstring_at(addr[, size]) -&gt; string&#10;&#10;Return the string at addr.">
<Param name="ptr" />
<Param name="[size=-1]" />
</Overload>
</KeyWord>
<KeyWord name="currency" func="yes">
<Overload retVal="" descr="Function of locale">
</Overload>
</KeyWord>
<KeyWord name="currentThread" func="yes">
<Overload retVal="" descr="Function of threading">
</Overload>
</KeyWord>
<KeyWord name="current_process" func="yes">
<Overload retVal="" descr="Function of multiprocessing">
</Overload>
</KeyWord>
<KeyWord name="current_thread" func="yes">
<Overload retVal="" descr="Function of threading">
</Overload>
</KeyWord>
<KeyWord name="currentframe" func="yes">
<Overload retVal="" descr="Function of inspect">
</Overload>
</KeyWord>
<KeyWord name="cursor" func="yes">
<Overload retVal="" descr="Function of sqlite3.Connection">
</Overload>
</KeyWord>
<KeyWord name="date" func="yes">
<Overload retVal="" descr="Function of sqlite3.Timestamp">
</Overload>
</KeyWord>
<KeyWord name="dbhash" func="yes">
<Overload retVal="" descr="Provide a (g)dbm-compatible interface to bsddb.hashopen.">
</Overload>
</KeyWord>
<KeyWord name="dbhash.error" />
<KeyWord name="dbhash.error.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="dbhash.error.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="dbhash.open" func="yes">
<Overload retVal="" descr=>
<Param name="file" />
<Param name="[flag=r" />
<Param name="[mode=438]]" />
</Overload>
</KeyWord>
<KeyWord name="debug" func="yes">
<Overload retVal="" descr="Function of logging">
</Overload>
</KeyWord>
<KeyWord name="debug_script" func="yes">
<Overload retVal="" descr="Function of doctest">
</Overload>
</KeyWord>
<KeyWord name="debug_src" func="yes">
<Overload retVal="" descr="Function of doctest">
</Overload>
</KeyWord>
<KeyWord name="decimal" func="yes">
<Overload retVal="" descr="This is a Py2.3 implementation of decimal floating point arithmetic based on&#10;the General Decimal Arithmetic Specification:&#10;&#10; http://speleotrove.com/decimal/decarith.html&#10;&#10;and IEEE standard 854-1987:&#10;&#10; http://en.wikipedia.org/wiki/IEEE_854-1987&#10;&#10;Decimal floating point has finite precision with arbitrarily large bounds.&#10;&#10;The purpose of this module is to support arithmetic using familiar&#10;&quot;schoolhouse&quot; rules and to avoid some of the tricky representation&#10;issues associated with binary floating point. The package is especially&#10;useful for financial applications or for contexts where users have&#10;expectations that are at odds with binary floating point (for instance,&#10;in binary floating point, 1.00 % 0.1 gives 0.09999999999999995 instead&#10;of the expected Decimal('0.00') returned by decimal floating point).&#10;&#10;Here are some examples of using the decimal module:&#10;&#10;&gt;&gt;&gt; from decimal import *&#10;&gt;&gt;&gt; setcontext(ExtendedContext)&#10;&gt;&gt;&gt; Decimal(0)&#10;Decimal('0')&#10;&gt;&gt;&gt; Decimal('1')&#10;Decimal('1')&#10;&gt;&gt;&gt; Decimal('-.0123')&#10;Decimal('-0.0123')&#10;&gt;&gt;&gt; Decimal(123456)&#10;Decimal('123456')&#10;&gt;&gt;&gt; Decimal('123.45e12345678901234567890')&#10;Decimal('1.2345E+12345678901234567892')&#10;&gt;&gt;&gt; Decimal('1.33') + Decimal('1.27')&#10;Decimal('2.60')&#10;&gt;&gt;&gt; Decimal('12.34') + Decimal('3.87') - Decimal('18.41')&#10;Decimal('-2.20')&#10;&gt;&gt;&gt; dig = Decimal(1)&#10;&gt;&gt;&gt; print dig / Decimal(3)&#10;0.333333333&#10;&gt;&gt;&gt; getcontext().prec = 18&#10;&gt;&gt;&gt; print dig / Decimal(3)&#10;0.333333333333333333&#10;&gt;&gt;&gt; print dig.sqrt()&#10;1&#10;&gt;&gt;&gt; print Decimal(3).sqrt()&#10;1.73205080756887729&#10;&gt;&gt;&gt; print Decimal(3) ** 123&#10;4.85192780976896427E+58&#10;&gt;&gt;&gt; inf = Decimal(1) / Decimal(0)&#10;&gt;&gt;&gt; print inf&#10;Infinity&#10;&gt;&gt;&gt; neginf = Decimal(-1) / Decimal(0)&#10;&gt;&gt;&gt; print neginf&#10;-Infinity&#10;&gt;&gt;&gt; print neginf + inf&#10;NaN&#10;&gt;&gt;&gt; print neginf * inf&#10;-Infinity&#10;&gt;&gt;&gt; print dig / 0&#10;Infinity&#10;&gt;&gt;&gt; getcontext().traps[DivisionByZero] = 1&#10;&gt;&gt;&gt; print dig / 0&#10;Traceback (most recent call last):&#10; ...&#10; ...&#10; ...&#10;DivisionByZero: x / 0&#10;&gt;&gt;&gt; c = Context()&#10;&gt;&gt;&gt; c.traps[InvalidOperation] = 0&#10;&gt;&gt;&gt; print c.flags[InvalidOperation]&#10;0&#10;&gt;&gt;&gt; c.divide(Decimal(0), Decimal(0))&#10;Decimal('NaN')&#10;&gt;&gt;&gt; c.traps[InvalidOperation] = 1&#10;&gt;&gt;&gt; print c.flags[InvalidOperation]&#10;1&#10;&gt;&gt;&gt; c.flags[InvalidOperation] = 0&#10;&gt;&gt;&gt; print c.flags[InvalidOperation]&#10;0&#10;&gt;&gt;&gt; print c.divide(Decimal(0), Decimal(0))&#10;Traceback (most recent call last):&#10; ...&#10; ...&#10; ...&#10;InvalidOperation: 0 / 0&#10;&gt;&gt;&gt; print c.flags[InvalidOperation]&#10;1&#10;&gt;&gt;&gt; c.flags[InvalidOperation] = 0&#10;&gt;&gt;&gt; c.traps[InvalidOperation] = 0&#10;&gt;&gt;&gt; print c.divide(Decimal(0), Decimal(0))&#10;NaN&#10;&gt;&gt;&gt; print c.flags[InvalidOperation]&#10;1&#10;&gt;&gt;&gt;">
</Overload>
</KeyWord>
<KeyWord name="decimal.BasicContext" func="yes">
<Overload retVal="" descr="(Context)">
</Overload>
</KeyWord>
<KeyWord name="decimal.Clamped" func="yes">
<Overload retVal="" descr='Exponent of a 0 changed to fit bounds.&#10;&#10;This occurs and signals clamped if the exponent of a result has been&#10;altered in order to fit the constraints of a specific concrete&#10;representation. This may occur when the exponent of a zero result would&#10;be outside the bounds of a representation, or when a large normal&#10;number would have an encoded exponent that cannot be represented. In&#10;this latter case, the exponent is reduced to fit and the corresponding&#10;number of zero digits are appended to the coefficient ("fold-down").'>
</Overload>
</KeyWord>
<KeyWord name="decimal.Clamped.args" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="decimal.Clamped.handle" />
<KeyWord name="decimal.Clamped.message" func="yes">
<Overload retVal="" descr="(getset_descriptor)">
</Overload>
</KeyWord>
<KeyWord name="decimal.Context" func="yes">
<Overload retVal="" descr="Contains the context for a Decimal instance.&#10;&#10;Contains:&#10;prec - precision (for use in rounding, division, square roots..)&#10;rounding - rounding type (how you round)&#10;traps - If traps[exception] = 1, then the exception is&#10; raised when it is caused. Otherwise, a value is&#10; substituted in.&#10;flags - When an exception is caused, flags[exception] is set.&#10; (Whether or not the trap_enabler is set)&#10; Should be reset by user of Decimal instance.&#10;Emin - Minimum exponent&#10;Emax - Maximum exponent&#10;capitals - If 1, 1*10^1 is printed as 1E+1.&#10; If 0, printed as 1e1&#10;_clamp - If 1, change exponents if too high (Default 0)">
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.Etiny" func="yes">
<Overload retVal="" descr="Returns Etiny (= Emin - prec + 1)">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.Etop" func="yes">
<Overload retVal="" descr="Returns maximum exponent (= Emax - prec + 1)">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.abs" func="yes">
<Overload retVal="" descr="Returns the absolute value of the operand.&#10;&#10;If the operand is negative, the result is the same as using the minus&#10;operation on the operand. Otherwise, the result is the same as using&#10;the plus operation on the operand.&#10;&#10;&gt;&gt;&gt; ExtendedContext.abs(Decimal('2.1'))&#10;Decimal('2.1')&#10;&gt;&gt;&gt; ExtendedContext.abs(Decimal('-100'))&#10;Decimal('100')&#10;&gt;&gt;&gt; ExtendedContext.abs(Decimal('101.5'))&#10;Decimal('101.5')&#10;&gt;&gt;&gt; ExtendedContext.abs(Decimal('-101.5'))&#10;Decimal('101.5')&#10;&gt;&gt;&gt; ExtendedContext.abs(-1)&#10;Decimal('1')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.add" func="yes">
<Overload retVal="" descr="Return the sum of the two operands.&#10;&#10;&gt;&gt;&gt; ExtendedContext.add(Decimal('12'), Decimal('7.00'))&#10;Decimal('19.00')&#10;&gt;&gt;&gt; ExtendedContext.add(Decimal('1E+2'), Decimal('1.01E+4'))&#10;Decimal('1.02E+4')&#10;&gt;&gt;&gt; ExtendedContext.add(1, Decimal(2))&#10;Decimal('3')&#10;&gt;&gt;&gt; ExtendedContext.add(Decimal(8), 5)&#10;Decimal('13')&#10;&gt;&gt;&gt; ExtendedContext.add(5, 5)&#10;Decimal('10')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.canonical" func="yes">
<Overload retVal="" descr="Returns the same Decimal object.&#10;&#10;As we do not have different encodings for the same number, the&#10;received object already is in its canonical form.&#10;&#10;&gt;&gt;&gt; ExtendedContext.canonical(Decimal('2.50'))&#10;Decimal('2.50')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.clear_flags" func="yes">
<Overload retVal="" descr="Reset all flags to zero">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.compare" func="yes">
<Overload retVal="" descr="Compares values numerically.&#10;&#10;If the signs of the operands differ, a value representing each operand&#10;('-1' if the operand is less than zero, '0' if the operand is zero or&#10;negative zero, or '1' if the operand is greater than zero) is used in&#10;place of that operand for the comparison instead of the actual&#10;operand.&#10;&#10;The comparison is then effected by subtracting the second operand from&#10;the first and then returning a value according to the result of the&#10;subtraction: '-1' if the result is less than zero, '0' if the result is&#10;zero or negative zero, or '1' if the result is greater than zero.&#10;&#10;&gt;&gt;&gt; ExtendedContext.compare(Decimal('2.1'), Decimal('3'))&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.compare(Decimal('2.1'), Decimal('2.1'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.compare(Decimal('2.1'), Decimal('2.10'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.compare(Decimal('3'), Decimal('2.1'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.compare(Decimal('2.1'), Decimal('-3'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.compare(Decimal('-3'), Decimal('2.1'))&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.compare(1, 2)&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.compare(Decimal(1), 2)&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.compare(1, Decimal(2))&#10;Decimal('-1')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.compare_signal" func="yes">
<Overload retVal="" descr="Compares the values of the two operands numerically.&#10;&#10;It's pretty much like compare(), but all NaNs signal, with signaling&#10;NaNs taking precedence over quiet NaNs.&#10;&#10;&gt;&gt;&gt; c = ExtendedContext&#10;&gt;&gt;&gt; c.compare_signal(Decimal('2.1'), Decimal('3'))&#10;Decimal('-1')&#10;&gt;&gt;&gt; c.compare_signal(Decimal('2.1'), Decimal('2.1'))&#10;Decimal('0')&#10;&gt;&gt;&gt; c.flags[InvalidOperation] = 0&#10;&gt;&gt;&gt; print c.flags[InvalidOperation]&#10;0&#10;&gt;&gt;&gt; c.compare_signal(Decimal('NaN'), Decimal('2.1'))&#10;Decimal('NaN')&#10;&gt;&gt;&gt; print c.flags[InvalidOperation]&#10;1&#10;&gt;&gt;&gt; c.flags[InvalidOperation] = 0&#10;&gt;&gt;&gt; print c.flags[InvalidOperation]&#10;0&#10;&gt;&gt;&gt; c.compare_signal(Decimal('sNaN'), Decimal('2.1'))&#10;Decimal('NaN')&#10;&gt;&gt;&gt; print c.flags[InvalidOperation]&#10;1&#10;&gt;&gt;&gt; c.compare_signal(-1, 2)&#10;Decimal('-1')&#10;&gt;&gt;&gt; c.compare_signal(Decimal(-1), 2)&#10;Decimal('-1')&#10;&gt;&gt;&gt; c.compare_signal(-1, Decimal(2))&#10;Decimal('-1')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.compare_total" func="yes">
<Overload retVal="" descr="Compares two operands using their abstract representation.&#10;&#10;This is not like the standard compare, which use their numerical&#10;value. Note that a total ordering is defined for all possible abstract&#10;representations.&#10;&#10;&gt;&gt;&gt; ExtendedContext.compare_total(Decimal('12.73'), Decimal('127.9'))&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.compare_total(Decimal('-127'), Decimal('12'))&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.compare_total(Decimal('12.30'), Decimal('12.3'))&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.compare_total(Decimal('12.30'), Decimal('12.30'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.compare_total(Decimal('12.3'), Decimal('12.300'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.compare_total(Decimal('12.3'), Decimal('NaN'))&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.compare_total(1, 2)&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.compare_total(Decimal(1), 2)&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.compare_total(1, Decimal(2))&#10;Decimal('-1')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.compare_total_mag" func="yes">
<Overload retVal="" descr="Compares two operands using their abstract representation ignoring sign.&#10;&#10;Like compare_total, but with operand's sign ignored and assumed to be 0.">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.copy" func="yes">
<Overload retVal="" descr="Returns a deep copy from self.">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.copy_abs" func="yes">
<Overload retVal="" descr="Returns a copy of the operand with the sign set to 0.&#10;&#10;&gt;&gt;&gt; ExtendedContext.copy_abs(Decimal('2.1'))&#10;Decimal('2.1')&#10;&gt;&gt;&gt; ExtendedContext.copy_abs(Decimal('-100'))&#10;Decimal('100')&#10;&gt;&gt;&gt; ExtendedContext.copy_abs(-1)&#10;Decimal('1')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.copy_decimal" func="yes">
<Overload retVal="" descr="Returns a copy of the decimal object.&#10;&#10;&gt;&gt;&gt; ExtendedContext.copy_decimal(Decimal('2.1'))&#10;Decimal('2.1')&#10;&gt;&gt;&gt; ExtendedContext.copy_decimal(Decimal('-1.00'))&#10;Decimal('-1.00')&#10;&gt;&gt;&gt; ExtendedContext.copy_decimal(1)&#10;Decimal('1')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.copy_negate" func="yes">
<Overload retVal="" descr="Returns a copy of the operand with the sign inverted.&#10;&#10;&gt;&gt;&gt; ExtendedContext.copy_negate(Decimal('101.5'))&#10;Decimal('-101.5')&#10;&gt;&gt;&gt; ExtendedContext.copy_negate(Decimal('-101.5'))&#10;Decimal('101.5')&#10;&gt;&gt;&gt; ExtendedContext.copy_negate(1)&#10;Decimal('-1')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.copy_sign" func="yes">
<Overload retVal="" descr="Copies the second operand's sign to the first one.&#10;&#10;In detail, it returns a copy of the first operand with the sign&#10;equal to the sign of the second operand.&#10;&#10;&gt;&gt;&gt; ExtendedContext.copy_sign(Decimal( '1.50'), Decimal('7.33'))&#10;Decimal('1.50')&#10;&gt;&gt;&gt; ExtendedContext.copy_sign(Decimal('-1.50'), Decimal('7.33'))&#10;Decimal('1.50')&#10;&gt;&gt;&gt; ExtendedContext.copy_sign(Decimal( '1.50'), Decimal('-7.33'))&#10;Decimal('-1.50')&#10;&gt;&gt;&gt; ExtendedContext.copy_sign(Decimal('-1.50'), Decimal('-7.33'))&#10;Decimal('-1.50')&#10;&gt;&gt;&gt; ExtendedContext.copy_sign(1, -2)&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.copy_sign(Decimal(1), -2)&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.copy_sign(1, Decimal(-2))&#10;Decimal('-1')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.create_decimal" func="yes">
<Overload retVal="" descr="Creates a new Decimal instance but using self as context.&#10;&#10;This method implements the to-number operation of the&#10;IBM Decimal specification.">
<Param name="self" />
<Param name="[num=0]" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.create_decimal_from_float" func="yes">
<Overload retVal="" descr="Creates a new Decimal instance from a float but rounding using self&#10;as the context.&#10;&#10;&gt;&gt;&gt; context = Context(prec=5, rounding=ROUND_DOWN)&#10;&gt;&gt;&gt; context.create_decimal_from_float(3.1415926535897932)&#10;Decimal('3.1415')&#10;&gt;&gt;&gt; context = Context(prec=5, traps=[Inexact])&#10;&gt;&gt;&gt; context.create_decimal_from_float(3.1415926535897932)&#10;Traceback (most recent call last):&#10; ...&#10;Inexact: None">
<Param name="self" />
<Param name="f" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.divide" func="yes">
<Overload retVal="" descr="Decimal division in a specified context.&#10;&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal('1'), Decimal('3'))&#10;Decimal('0.333333333')&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal('2'), Decimal('3'))&#10;Decimal('0.666666667')&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal('5'), Decimal('2'))&#10;Decimal('2.5')&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal('1'), Decimal('10'))&#10;Decimal('0.1')&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal('12'), Decimal('12'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal('8.00'), Decimal('2'))&#10;Decimal('4.00')&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal('2.400'), Decimal('2.0'))&#10;Decimal('1.20')&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal('1000'), Decimal('100'))&#10;Decimal('10')&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal('1000'), Decimal('1'))&#10;Decimal('1000')&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal('2.40E+6'), Decimal('2'))&#10;Decimal('1.20E+6')&#10;&gt;&gt;&gt; ExtendedContext.divide(5, 5)&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.divide(Decimal(5), 5)&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.divide(5, Decimal(5))&#10;Decimal('1')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.divide_int" func="yes">
<Overload retVal="" descr="Divides two numbers and returns the integer part of the result.&#10;&#10;&gt;&gt;&gt; ExtendedContext.divide_int(Decimal('2'), Decimal('3'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.divide_int(Decimal('10'), Decimal('3'))&#10;Decimal('3')&#10;&gt;&gt;&gt; ExtendedContext.divide_int(Decimal('1'), Decimal('0.3'))&#10;Decimal('3')&#10;&gt;&gt;&gt; ExtendedContext.divide_int(10, 3)&#10;Decimal('3')&#10;&gt;&gt;&gt; ExtendedContext.divide_int(Decimal(10), 3)&#10;Decimal('3')&#10;&gt;&gt;&gt; ExtendedContext.divide_int(10, Decimal(3))&#10;Decimal('3')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.divmod" func="yes">
<Overload retVal="" descr="Return (a // b, a % b).&#10;&#10;&gt;&gt;&gt; ExtendedContext.divmod(Decimal(8), Decimal(3))&#10;(Decimal('2'), Decimal('2'))&#10;&gt;&gt;&gt; ExtendedContext.divmod(Decimal(8), Decimal(4))&#10;(Decimal('2'), Decimal('0'))&#10;&gt;&gt;&gt; ExtendedContext.divmod(8, 4)&#10;(Decimal('2'), Decimal('0'))&#10;&gt;&gt;&gt; ExtendedContext.divmod(Decimal(8), 4)&#10;(Decimal('2'), Decimal('0'))&#10;&gt;&gt;&gt; ExtendedContext.divmod(8, Decimal(4))&#10;(Decimal('2'), Decimal('0'))">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.exp" func="yes">
<Overload retVal="" descr="Returns e ** a.&#10;&#10;&gt;&gt;&gt; c = ExtendedContext.copy()&#10;&gt;&gt;&gt; c.Emin = -999&#10;&gt;&gt;&gt; c.Emax = 999&#10;&gt;&gt;&gt; c.exp(Decimal('-Infinity'))&#10;Decimal('0')&#10;&gt;&gt;&gt; c.exp(Decimal('-1'))&#10;Decimal('0.367879441')&#10;&gt;&gt;&gt; c.exp(Decimal('0'))&#10;Decimal('1')&#10;&gt;&gt;&gt; c.exp(Decimal('1'))&#10;Decimal('2.71828183')&#10;&gt;&gt;&gt; c.exp(Decimal('0.693147181'))&#10;Decimal('2.00000000')&#10;&gt;&gt;&gt; c.exp(Decimal('+Infinity'))&#10;Decimal('Infinity')&#10;&gt;&gt;&gt; c.exp(10)&#10;Decimal('22026.4658')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.fma" func="yes">
<Overload retVal="" descr="Returns a multiplied by b, plus c.&#10;&#10;The first two operands are multiplied together, using multiply,&#10;the third operand is then added to the result of that&#10;multiplication, using add, all with only one final rounding.&#10;&#10;&gt;&gt;&gt; ExtendedContext.fma(Decimal('3'), Decimal('5'), Decimal('7'))&#10;Decimal('22')&#10;&gt;&gt;&gt; ExtendedContext.fma(Decimal('3'), Decimal('-5'), Decimal('7'))&#10;Decimal('-8')&#10;&gt;&gt;&gt; ExtendedContext.fma(Decimal('888565290'), Decimal('1557.96930'), Decimal('-86087.7578'))&#10;Decimal('1.38435736E+12')&#10;&gt;&gt;&gt; ExtendedContext.fma(1, 3, 4)&#10;Decimal('7')&#10;&gt;&gt;&gt; ExtendedContext.fma(1, Decimal(3), 4)&#10;Decimal('7')&#10;&gt;&gt;&gt; ExtendedContext.fma(1, 3, Decimal(4))&#10;Decimal('7')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
<Param name="c" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.is_canonical" func="yes">
<Overload retVal="" descr="Return True if the operand is canonical; otherwise return False.&#10;&#10;Currently, the encoding of a Decimal instance is always&#10;canonical, so this method returns True for any Decimal.&#10;&#10;&gt;&gt;&gt; ExtendedContext.is_canonical(Decimal('2.50'))&#10;True">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.is_finite" func="yes">
<Overload retVal="" descr="Return True if the operand is finite; otherwise return False.&#10;&#10;A Decimal instance is considered finite if it is neither&#10;infinite nor a NaN.&#10;&#10;&gt;&gt;&gt; ExtendedContext.is_finite(Decimal('2.50'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_finite(Decimal('-0.3'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_finite(Decimal('0'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_finite(Decimal('Inf'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_finite(Decimal('NaN'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_finite(1)&#10;True">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.is_infinite" func="yes">
<Overload retVal="" descr="Return True if the operand is infinite; otherwise return False.&#10;&#10;&gt;&gt;&gt; ExtendedContext.is_infinite(Decimal('2.50'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_infinite(Decimal('-Inf'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_infinite(Decimal('NaN'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_infinite(1)&#10;False">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.is_nan" func="yes">
<Overload retVal="" descr="Return True if the operand is a qNaN or sNaN;&#10;otherwise return False.&#10;&#10;&gt;&gt;&gt; ExtendedContext.is_nan(Decimal('2.50'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_nan(Decimal('NaN'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_nan(Decimal('-sNaN'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_nan(1)&#10;False">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.is_normal" func="yes">
<Overload retVal="" descr="Return True if the operand is a normal number;&#10;otherwise return False.&#10;&#10;&gt;&gt;&gt; c = ExtendedContext.copy()&#10;&gt;&gt;&gt; c.Emin = -999&#10;&gt;&gt;&gt; c.Emax = 999&#10;&gt;&gt;&gt; c.is_normal(Decimal('2.50'))&#10;True&#10;&gt;&gt;&gt; c.is_normal(Decimal('0.1E-999'))&#10;False&#10;&gt;&gt;&gt; c.is_normal(Decimal('0.00'))&#10;False&#10;&gt;&gt;&gt; c.is_normal(Decimal('-Inf'))&#10;False&#10;&gt;&gt;&gt; c.is_normal(Decimal('NaN'))&#10;False&#10;&gt;&gt;&gt; c.is_normal(1)&#10;True">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.is_qnan" func="yes">
<Overload retVal="" descr="Return True if the operand is a quiet NaN; otherwise return False.&#10;&#10;&gt;&gt;&gt; ExtendedContext.is_qnan(Decimal('2.50'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_qnan(Decimal('NaN'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_qnan(Decimal('sNaN'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_qnan(1)&#10;False">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.is_signed" func="yes">
<Overload retVal="" descr="Return True if the operand is negative; otherwise return False.&#10;&#10;&gt;&gt;&gt; ExtendedContext.is_signed(Decimal('2.50'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_signed(Decimal('-12'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_signed(Decimal('-0'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_signed(8)&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_signed(-8)&#10;True">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.is_snan" func="yes">
<Overload retVal="" descr="Return True if the operand is a signaling NaN;&#10;otherwise return False.&#10;&#10;&gt;&gt;&gt; ExtendedContext.is_snan(Decimal('2.50'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_snan(Decimal('NaN'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_snan(Decimal('sNaN'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_snan(1)&#10;False">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.is_subnormal" func="yes">
<Overload retVal="" descr="Return True if the operand is subnormal; otherwise return False.&#10;&#10;&gt;&gt;&gt; c = ExtendedContext.copy()&#10;&gt;&gt;&gt; c.Emin = -999&#10;&gt;&gt;&gt; c.Emax = 999&#10;&gt;&gt;&gt; c.is_subnormal(Decimal('2.50'))&#10;False&#10;&gt;&gt;&gt; c.is_subnormal(Decimal('0.1E-999'))&#10;True&#10;&gt;&gt;&gt; c.is_subnormal(Decimal('0.00'))&#10;False&#10;&gt;&gt;&gt; c.is_subnormal(Decimal('-Inf'))&#10;False&#10;&gt;&gt;&gt; c.is_subnormal(Decimal('NaN'))&#10;False&#10;&gt;&gt;&gt; c.is_subnormal(1)&#10;False">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.is_zero" func="yes">
<Overload retVal="" descr="Return True if the operand is a zero; otherwise return False.&#10;&#10;&gt;&gt;&gt; ExtendedContext.is_zero(Decimal('0'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_zero(Decimal('2.50'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_zero(Decimal('-0E+2'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.is_zero(1)&#10;False&#10;&gt;&gt;&gt; ExtendedContext.is_zero(0)&#10;True">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.ln" func="yes">
<Overload retVal="" descr="Returns the natural (base e) logarithm of the operand.&#10;&#10;&gt;&gt;&gt; c = ExtendedContext.copy()&#10;&gt;&gt;&gt; c.Emin = -999&#10;&gt;&gt;&gt; c.Emax = 999&#10;&gt;&gt;&gt; c.ln(Decimal('0'))&#10;Decimal('-Infinity')&#10;&gt;&gt;&gt; c.ln(Decimal('1.000'))&#10;Decimal('0')&#10;&gt;&gt;&gt; c.ln(Decimal('2.71828183'))&#10;Decimal('1.00000000')&#10;&gt;&gt;&gt; c.ln(Decimal('10'))&#10;Decimal('2.30258509')&#10;&gt;&gt;&gt; c.ln(Decimal('+Infinity'))&#10;Decimal('Infinity')&#10;&gt;&gt;&gt; c.ln(1)&#10;Decimal('0')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.log10" func="yes">
<Overload retVal="" descr="Returns the base 10 logarithm of the operand.&#10;&#10;&gt;&gt;&gt; c = ExtendedContext.copy()&#10;&gt;&gt;&gt; c.Emin = -999&#10;&gt;&gt;&gt; c.Emax = 999&#10;&gt;&gt;&gt; c.log10(Decimal('0'))&#10;Decimal('-Infinity')&#10;&gt;&gt;&gt; c.log10(Decimal('0.001'))&#10;Decimal('-3')&#10;&gt;&gt;&gt; c.log10(Decimal('1.000'))&#10;Decimal('0')&#10;&gt;&gt;&gt; c.log10(Decimal('2'))&#10;Decimal('0.301029996')&#10;&gt;&gt;&gt; c.log10(Decimal('10'))&#10;Decimal('1')&#10;&gt;&gt;&gt; c.log10(Decimal('70'))&#10;Decimal('1.84509804')&#10;&gt;&gt;&gt; c.log10(Decimal('+Infinity'))&#10;Decimal('Infinity')&#10;&gt;&gt;&gt; c.log10(0)&#10;Decimal('-Infinity')&#10;&gt;&gt;&gt; c.log10(1)&#10;Decimal('0')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.logb" func="yes">
<Overload retVal="" descr="Returns the exponent of the magnitude of the operand's MSD.&#10;&#10;The result is the integer which is the exponent of the magnitude&#10;of the most significant digit of the operand (as though the&#10;operand were truncated to a single digit while maintaining the&#10;value of that digit and without limiting the resulting exponent).&#10;&#10;&gt;&gt;&gt; ExtendedContext.logb(Decimal('250'))&#10;Decimal('2')&#10;&gt;&gt;&gt; ExtendedContext.logb(Decimal('2.50'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.logb(Decimal('0.03'))&#10;Decimal('-2')&#10;&gt;&gt;&gt; ExtendedContext.logb(Decimal('0'))&#10;Decimal('-Infinity')&#10;&gt;&gt;&gt; ExtendedContext.logb(1)&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.logb(10)&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.logb(100)&#10;Decimal('2')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.logical_and" func="yes">
<Overload retVal="" descr="Applies the logical operation 'and' between each operand's digits.&#10;&#10;The operands must be both logical numbers.&#10;&#10;&gt;&gt;&gt; ExtendedContext.logical_and(Decimal('0'), Decimal('0'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.logical_and(Decimal('0'), Decimal('1'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.logical_and(Decimal('1'), Decimal('0'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.logical_and(Decimal('1'), Decimal('1'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.logical_and(Decimal('1100'), Decimal('1010'))&#10;Decimal('1000')&#10;&gt;&gt;&gt; ExtendedContext.logical_and(Decimal('1111'), Decimal('10'))&#10;Decimal('10')&#10;&gt;&gt;&gt; ExtendedContext.logical_and(110, 1101)&#10;Decimal('100')&#10;&gt;&gt;&gt; ExtendedContext.logical_and(Decimal(110), 1101)&#10;Decimal('100')&#10;&gt;&gt;&gt; ExtendedContext.logical_and(110, Decimal(1101))&#10;Decimal('100')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.logical_invert" func="yes">
<Overload retVal="" descr="Invert all the digits in the operand.&#10;&#10;The operand must be a logical number.&#10;&#10;&gt;&gt;&gt; ExtendedContext.logical_invert(Decimal('0'))&#10;Decimal('111111111')&#10;&gt;&gt;&gt; ExtendedContext.logical_invert(Decimal('1'))&#10;Decimal('111111110')&#10;&gt;&gt;&gt; ExtendedContext.logical_invert(Decimal('111111111'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.logical_invert(Decimal('101010101'))&#10;Decimal('10101010')&#10;&gt;&gt;&gt; ExtendedContext.logical_invert(1101)&#10;Decimal('111110010')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.logical_or" func="yes">
<Overload retVal="" descr="Applies the logical operation 'or' between each operand's digits.&#10;&#10;The operands must be both logical numbers.&#10;&#10;&gt;&gt;&gt; ExtendedContext.logical_or(Decimal('0'), Decimal('0'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.logical_or(Decimal('0'), Decimal('1'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.logical_or(Decimal('1'), Decimal('0'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.logical_or(Decimal('1'), Decimal('1'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.logical_or(Decimal('1100'), Decimal('1010'))&#10;Decimal('1110')&#10;&gt;&gt;&gt; ExtendedContext.logical_or(Decimal('1110'), Decimal('10'))&#10;Decimal('1110')&#10;&gt;&gt;&gt; ExtendedContext.logical_or(110, 1101)&#10;Decimal('1111')&#10;&gt;&gt;&gt; ExtendedContext.logical_or(Decimal(110), 1101)&#10;Decimal('1111')&#10;&gt;&gt;&gt; ExtendedContext.logical_or(110, Decimal(1101))&#10;Decimal('1111')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.logical_xor" func="yes">
<Overload retVal="" descr="Applies the logical operation 'xor' between each operand's digits.&#10;&#10;The operands must be both logical numbers.&#10;&#10;&gt;&gt;&gt; ExtendedContext.logical_xor(Decimal('0'), Decimal('0'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.logical_xor(Decimal('0'), Decimal('1'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.logical_xor(Decimal('1'), Decimal('0'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.logical_xor(Decimal('1'), Decimal('1'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.logical_xor(Decimal('1100'), Decimal('1010'))&#10;Decimal('110')&#10;&gt;&gt;&gt; ExtendedContext.logical_xor(Decimal('1111'), Decimal('10'))&#10;Decimal('1101')&#10;&gt;&gt;&gt; ExtendedContext.logical_xor(110, 1101)&#10;Decimal('1011')&#10;&gt;&gt;&gt; ExtendedContext.logical_xor(Decimal(110), 1101)&#10;Decimal('1011')&#10;&gt;&gt;&gt; ExtendedContext.logical_xor(110, Decimal(1101))&#10;Decimal('1011')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.max" func="yes">
<Overload retVal="" descr="max compares two values numerically and returns the maximum.&#10;&#10;If either operand is a NaN then the general rules apply.&#10;Otherwise, the operands are compared as though by the compare&#10;operation. If they are numerically equal then the left-hand operand&#10;is chosen as the result. Otherwise the maximum (closer to positive&#10;infinity) of the two operands is chosen as the result.&#10;&#10;&gt;&gt;&gt; ExtendedContext.max(Decimal('3'), Decimal('2'))&#10;Decimal('3')&#10;&gt;&gt;&gt; ExtendedContext.max(Decimal('-10'), Decimal('3'))&#10;Decimal('3')&#10;&gt;&gt;&gt; ExtendedContext.max(Decimal('1.0'), Decimal('1'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.max(Decimal('7'), Decimal('NaN'))&#10;Decimal('7')&#10;&gt;&gt;&gt; ExtendedContext.max(1, 2)&#10;Decimal('2')&#10;&gt;&gt;&gt; ExtendedContext.max(Decimal(1), 2)&#10;Decimal('2')&#10;&gt;&gt;&gt; ExtendedContext.max(1, Decimal(2))&#10;Decimal('2')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.max_mag" func="yes">
<Overload retVal="" descr="Compares the values numerically with their sign ignored.&#10;&#10;&gt;&gt;&gt; ExtendedContext.max_mag(Decimal('7'), Decimal('NaN'))&#10;Decimal('7')&#10;&gt;&gt;&gt; ExtendedContext.max_mag(Decimal('7'), Decimal('-10'))&#10;Decimal('-10')&#10;&gt;&gt;&gt; ExtendedContext.max_mag(1, -2)&#10;Decimal('-2')&#10;&gt;&gt;&gt; ExtendedContext.max_mag(Decimal(1), -2)&#10;Decimal('-2')&#10;&gt;&gt;&gt; ExtendedContext.max_mag(1, Decimal(-2))&#10;Decimal('-2')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.min" func="yes">
<Overload retVal="" descr="min compares two values numerically and returns the minimum.&#10;&#10;If either operand is a NaN then the general rules apply.&#10;Otherwise, the operands are compared as though by the compare&#10;operation. If they are numerically equal then the left-hand operand&#10;is chosen as the result. Otherwise the minimum (closer to negative&#10;infinity) of the two operands is chosen as the result.&#10;&#10;&gt;&gt;&gt; ExtendedContext.min(Decimal('3'), Decimal('2'))&#10;Decimal('2')&#10;&gt;&gt;&gt; ExtendedContext.min(Decimal('-10'), Decimal('3'))&#10;Decimal('-10')&#10;&gt;&gt;&gt; ExtendedContext.min(Decimal('1.0'), Decimal('1'))&#10;Decimal('1.0')&#10;&gt;&gt;&gt; ExtendedContext.min(Decimal('7'), Decimal('NaN'))&#10;Decimal('7')&#10;&gt;&gt;&gt; ExtendedContext.min(1, 2)&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.min(Decimal(1), 2)&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.min(1, Decimal(29))&#10;Decimal('1')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.min_mag" func="yes">
<Overload retVal="" descr="Compares the values numerically with their sign ignored.&#10;&#10;&gt;&gt;&gt; ExtendedContext.min_mag(Decimal('3'), Decimal('-2'))&#10;Decimal('-2')&#10;&gt;&gt;&gt; ExtendedContext.min_mag(Decimal('-3'), Decimal('NaN'))&#10;Decimal('-3')&#10;&gt;&gt;&gt; ExtendedContext.min_mag(1, -2)&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.min_mag(Decimal(1), -2)&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.min_mag(1, Decimal(-2))&#10;Decimal('1')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.minus" func="yes">
<Overload retVal="" descr="Minus corresponds to unary prefix minus in Python.&#10;&#10;The operation is evaluated using the same rules as subtract; the&#10;operation minus(a) is calculated as subtract('0', a) where the '0'&#10;has the same exponent as the operand.&#10;&#10;&gt;&gt;&gt; ExtendedContext.minus(Decimal('1.3'))&#10;Decimal('-1.3')&#10;&gt;&gt;&gt; ExtendedContext.minus(Decimal('-1.3'))&#10;Decimal('1.3')&#10;&gt;&gt;&gt; ExtendedContext.minus(1)&#10;Decimal('-1')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.multiply" func="yes">
<Overload retVal="" descr="multiply multiplies two operands.&#10;&#10;If either operand is a special value then the general rules apply.&#10;Otherwise, the operands are multiplied together&#10;('long multiplication'), resulting in a number which may be as long as&#10;the sum of the lengths of the two operands.&#10;&#10;&gt;&gt;&gt; ExtendedContext.multiply(Decimal('1.20'), Decimal('3'))&#10;Decimal('3.60')&#10;&gt;&gt;&gt; ExtendedContext.multiply(Decimal('7'), Decimal('3'))&#10;Decimal('21')&#10;&gt;&gt;&gt; ExtendedContext.multiply(Decimal('0.9'), Decimal('0.8'))&#10;Decimal('0.72')&#10;&gt;&gt;&gt; ExtendedContext.multiply(Decimal('0.9'), Decimal('-0'))&#10;Decimal('-0.0')&#10;&gt;&gt;&gt; ExtendedContext.multiply(Decimal('654321'), Decimal('654321'))&#10;Decimal('4.28135971E+11')&#10;&gt;&gt;&gt; ExtendedContext.multiply(7, 7)&#10;Decimal('49')&#10;&gt;&gt;&gt; ExtendedContext.multiply(Decimal(7), 7)&#10;Decimal('49')&#10;&gt;&gt;&gt; ExtendedContext.multiply(7, Decimal(7))&#10;Decimal('49')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.next_minus" func="yes">
<Overload retVal="" descr="Returns the largest representable number smaller than a.&#10;&#10;&gt;&gt;&gt; c = ExtendedContext.copy()&#10;&gt;&gt;&gt; c.Emin = -999&#10;&gt;&gt;&gt; c.Emax = 999&#10;&gt;&gt;&gt; ExtendedContext.next_minus(Decimal('1'))&#10;Decimal('0.999999999')&#10;&gt;&gt;&gt; c.next_minus(Decimal('1E-1007'))&#10;Decimal('0E-1007')&#10;&gt;&gt;&gt; ExtendedContext.next_minus(Decimal('-1.00000003'))&#10;Decimal('-1.00000004')&#10;&gt;&gt;&gt; c.next_minus(Decimal('Infinity'))&#10;Decimal('9.99999999E+999')&#10;&gt;&gt;&gt; c.next_minus(1)&#10;Decimal('0.999999999')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.next_plus" func="yes">
<Overload retVal="" descr="Returns the smallest representable number larger than a.&#10;&#10;&gt;&gt;&gt; c = ExtendedContext.copy()&#10;&gt;&gt;&gt; c.Emin = -999&#10;&gt;&gt;&gt; c.Emax = 999&#10;&gt;&gt;&gt; ExtendedContext.next_plus(Decimal('1'))&#10;Decimal('1.00000001')&#10;&gt;&gt;&gt; c.next_plus(Decimal('-1E-1007'))&#10;Decimal('-0E-1007')&#10;&gt;&gt;&gt; ExtendedContext.next_plus(Decimal('-1.00000003'))&#10;Decimal('-1.00000002')&#10;&gt;&gt;&gt; c.next_plus(Decimal('-Infinity'))&#10;Decimal('-9.99999999E+999')&#10;&gt;&gt;&gt; c.next_plus(1)&#10;Decimal('1.00000001')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.next_toward" func="yes">
<Overload retVal="" descr="Returns the number closest to a, in direction towards b.&#10;&#10;The result is the closest representable number from the first&#10;operand (but not the first operand) that is in the direction&#10;towards the second operand, unless the operands have the same&#10;value.&#10;&#10;&gt;&gt;&gt; c = ExtendedContext.copy()&#10;&gt;&gt;&gt; c.Emin = -999&#10;&gt;&gt;&gt; c.Emax = 999&#10;&gt;&gt;&gt; c.next_toward(Decimal('1'), Decimal('2'))&#10;Decimal('1.00000001')&#10;&gt;&gt;&gt; c.next_toward(Decimal('-1E-1007'), Decimal('1'))&#10;Decimal('-0E-1007')&#10;&gt;&gt;&gt; c.next_toward(Decimal('-1.00000003'), Decimal('0'))&#10;Decimal('-1.00000002')&#10;&gt;&gt;&gt; c.next_toward(Decimal('1'), Decimal('0'))&#10;Decimal('0.999999999')&#10;&gt;&gt;&gt; c.next_toward(Decimal('1E-1007'), Decimal('-100'))&#10;Decimal('0E-1007')&#10;&gt;&gt;&gt; c.next_toward(Decimal('-1.00000003'), Decimal('-10'))&#10;Decimal('-1.00000004')&#10;&gt;&gt;&gt; c.next_toward(Decimal('0.00'), Decimal('-0.0000'))&#10;Decimal('-0.00')&#10;&gt;&gt;&gt; c.next_toward(0, 1)&#10;Decimal('1E-1007')&#10;&gt;&gt;&gt; c.next_toward(Decimal(0), 1)&#10;Decimal('1E-1007')&#10;&gt;&gt;&gt; c.next_toward(0, Decimal(1))&#10;Decimal('1E-1007')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.normalize" func="yes">
<Overload retVal="" descr="normalize reduces an operand to its simplest form.&#10;&#10;Essentially a plus operation with all trailing zeros removed from the&#10;result.&#10;&#10;&gt;&gt;&gt; ExtendedContext.normalize(Decimal('2.1'))&#10;Decimal('2.1')&#10;&gt;&gt;&gt; ExtendedContext.normalize(Decimal('-2.0'))&#10;Decimal('-2')&#10;&gt;&gt;&gt; ExtendedContext.normalize(Decimal('1.200'))&#10;Decimal('1.2')&#10;&gt;&gt;&gt; ExtendedContext.normalize(Decimal('-120'))&#10;Decimal('-1.2E+2')&#10;&gt;&gt;&gt; ExtendedContext.normalize(Decimal('120.00'))&#10;Decimal('1.2E+2')&#10;&gt;&gt;&gt; ExtendedContext.normalize(Decimal('0.00'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.normalize(6)&#10;Decimal('6')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.number_class" func="yes">
<Overload retVal="" descr="Returns an indication of the class of the operand.&#10;&#10;The class is one of the following strings:&#10; -sNaN&#10; -NaN&#10; -Infinity&#10; -Normal&#10; -Subnormal&#10; -Zero&#10; +Zero&#10; +Subnormal&#10; +Normal&#10; +Infinity&#10;&#10;&gt;&gt;&gt; c = Context(ExtendedContext)&#10;&gt;&gt;&gt; c.Emin = -999&#10;&gt;&gt;&gt; c.Emax = 999&#10;&gt;&gt;&gt; c.number_class(Decimal('Infinity'))&#10;'+Infinity'&#10;&gt;&gt;&gt; c.number_class(Decimal('1E-10'))&#10;'+Normal'&#10;&gt;&gt;&gt; c.number_class(Decimal('2.50'))&#10;'+Normal'&#10;&gt;&gt;&gt; c.number_class(Decimal('0.1E-999'))&#10;'+Subnormal'&#10;&gt;&gt;&gt; c.number_class(Decimal('0'))&#10;'+Zero'&#10;&gt;&gt;&gt; c.number_class(Decimal('-0'))&#10;'-Zero'&#10;&gt;&gt;&gt; c.number_class(Decimal('-0.1E-999'))&#10;'-Subnormal'&#10;&gt;&gt;&gt; c.number_class(Decimal('-1E-10'))&#10;'-Normal'&#10;&gt;&gt;&gt; c.number_class(Decimal('-2.50'))&#10;'-Normal'&#10;&gt;&gt;&gt; c.number_class(Decimal('-Infinity'))&#10;'-Infinity'&#10;&gt;&gt;&gt; c.number_class(Decimal('NaN'))&#10;'NaN'&#10;&gt;&gt;&gt; c.number_class(Decimal('-NaN'))&#10;'NaN'&#10;&gt;&gt;&gt; c.number_class(Decimal('sNaN'))&#10;'sNaN'&#10;&gt;&gt;&gt; c.number_class(123)&#10;'+Normal'">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.plus" func="yes">
<Overload retVal="" descr="Plus corresponds to unary prefix plus in Python.&#10;&#10;The operation is evaluated using the same rules as add; the&#10;operation plus(a) is calculated as add('0', a) where the '0'&#10;has the same exponent as the operand.&#10;&#10;&gt;&gt;&gt; ExtendedContext.plus(Decimal('1.3'))&#10;Decimal('1.3')&#10;&gt;&gt;&gt; ExtendedContext.plus(Decimal('-1.3'))&#10;Decimal('-1.3')&#10;&gt;&gt;&gt; ExtendedContext.plus(-1)&#10;Decimal('-1')">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.power" func="yes">
<Overload retVal="" descr="Raises a to the power of b, to modulo if given.&#10;&#10;With two arguments, compute a**b. If a is negative then b&#10;must be integral. The result will be inexact unless b is&#10;integral and the result is finite and can be expressed exactly&#10;in 'precision' digits.&#10;&#10;With three arguments, compute (a**b) % modulo. For the&#10;three argument form, the following restrictions on the&#10;arguments hold:&#10;&#10; - all three arguments must be integral&#10; - b must be nonnegative&#10; - at least one of a or b must be nonzero&#10; - modulo must be nonzero and have at most 'precision' digits&#10;&#10;The result of pow(a, b, modulo) is identical to the result&#10;that would be obtained by computing (a**b) % modulo with&#10;unbounded precision, but is computed more efficiently. It is&#10;always exact.&#10;&#10;&gt;&gt;&gt; c = ExtendedContext.copy()&#10;&gt;&gt;&gt; c.Emin = -999&#10;&gt;&gt;&gt; c.Emax = 999&#10;&gt;&gt;&gt; c.power(Decimal('2'), Decimal('3'))&#10;Decimal('8')&#10;&gt;&gt;&gt; c.power(Decimal('-2'), Decimal('3'))&#10;Decimal('-8')&#10;&gt;&gt;&gt; c.power(Decimal('2'), Decimal('-3'))&#10;Decimal('0.125')&#10;&gt;&gt;&gt; c.power(Decimal('1.7'), Decimal('8'))&#10;Decimal('69.7575744')&#10;&gt;&gt;&gt; c.power(Decimal('10'), Decimal('0.301029996'))&#10;Decimal('2.00000000')&#10;&gt;&gt;&gt; c.power(Decimal('Infinity'), Decimal('-1'))&#10;Decimal('0')&#10;&gt;&gt;&gt; c.power(Decimal('Infinity'), Decimal('0'))&#10;Decimal('1')&#10;&gt;&gt;&gt; c.power(Decimal('Infinity'), Decimal('1'))&#10;Decimal('Infinity')&#10;&gt;&gt;&gt; c.power(Decimal('-Infinity'), Decimal('-1'))&#10;Decimal('-0')&#10;&gt;&gt;&gt; c.power(Decimal('-Infinity'), Decimal('0'))&#10;Decimal('1')&#10;&gt;&gt;&gt; c.power(Decimal('-Infinity'), Decimal('1'))&#10;Decimal('-Infinity')&#10;&gt;&gt;&gt; c.power(Decimal('-Infinity'), Decimal('2'))&#10;Decimal('Infinity')&#10;&gt;&gt;&gt; c.power(Decimal('0'), Decimal('0'))&#10;Decimal('NaN')&#10;&#10;&gt;&gt;&gt; c.power(Decimal('3'), Decimal('7'), Decimal('16'))&#10;Decimal('11')&#10;&gt;&gt;&gt; c.power(Decimal('-3'), Decimal('7'), Decimal('16'))&#10;Decimal('-11')&#10;&gt;&gt;&gt; c.power(Decimal('-3'), Decimal('8'), Decimal('16'))&#10;Decimal('1')&#10;&gt;&gt;&gt; c.power(Decimal('3'), Decimal('7'), Decimal('-16'))&#10;Decimal('11')&#10;&gt;&gt;&gt; c.power(Decimal('23E12345'), Decimal('67E189'), Decimal('123456789'))&#10;Decimal('11729830')&#10;&gt;&gt;&gt; c.power(Decimal('-0'), Decimal('17'), Decimal('1729'))&#10;Decimal('-0')&#10;&gt;&gt;&gt; c.power(Decimal('-23'), Decimal('0'), Decimal('65537'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.power(7, 7)&#10;Decimal('823543')&#10;&gt;&gt;&gt; ExtendedContext.power(Decimal(7), 7)&#10;Decimal('823543')&#10;&gt;&gt;&gt; ExtendedContext.power(7, Decimal(7), 2)&#10;Decimal('1')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
<Param name="[modulo=None]" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.quantize" func="yes">
<Overload retVal="" descr="Returns a value equal to 'a' (rounded), having the exponent of 'b'.&#10;&#10;The coefficient of the result is derived from that of the left-hand&#10;operand. It may be rounded using the current rounding setting (if the&#10;exponent is being increased), multiplied by a positive power of ten (if&#10;the exponent is being decreased), or is unchanged (if the exponent is&#10;already equal to that of the right-hand operand).&#10;&#10;Unlike other operations, if the length of the coefficient after the&#10;quantize operation would be greater than precision then an Invalid&#10;operation condition is raised. This guarantees that, unless there is&#10;an error condition, the exponent of the result of a quantize is always&#10;equal to that of the right-hand operand.&#10;&#10;Also unlike other operations, quantize will never raise Underflow, even&#10;if the result is subnormal and inexact.&#10;&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('2.17'), Decimal('0.001'))&#10;Decimal('2.170')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('2.17'), Decimal('0.01'))&#10;Decimal('2.17')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('2.17'), Decimal('0.1'))&#10;Decimal('2.2')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('2.17'), Decimal('1e+0'))&#10;Decimal('2')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('2.17'), Decimal('1e+1'))&#10;Decimal('0E+1')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('-Inf'), Decimal('Infinity'))&#10;Decimal('-Infinity')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('2'), Decimal('Infinity'))&#10;Decimal('NaN')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('-0.1'), Decimal('1'))&#10;Decimal('-0')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('-0'), Decimal('1e+5'))&#10;Decimal('-0E+5')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('+35236450.6'), Decimal('1e-2'))&#10;Decimal('NaN')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('-35236450.6'), Decimal('1e-2'))&#10;Decimal('NaN')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('217'), Decimal('1e-1'))&#10;Decimal('217.0')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('217'), Decimal('1e-0'))&#10;Decimal('217')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('217'), Decimal('1e+1'))&#10;Decimal('2.2E+2')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal('217'), Decimal('1e+2'))&#10;Decimal('2E+2')&#10;&gt;&gt;&gt; ExtendedContext.quantize(1, 2)&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.quantize(Decimal(1), 2)&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.quantize(1, Decimal(2))&#10;Decimal('1')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.radix" func="yes">
<Overload retVal="" descr="Just returns 10, as this is Decimal, :)&#10;&#10;&gt;&gt;&gt; ExtendedContext.radix()&#10;Decimal('10')">
<Param name="self" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.remainder" func="yes">
<Overload retVal="" descr="Returns the remainder from integer division.&#10;&#10;The result is the residue of the dividend after the operation of&#10;calculating integer division as described for divide-integer, rounded&#10;to precision digits if necessary. The sign of the result, if&#10;non-zero, is the same as that of the original dividend.&#10;&#10;This operation will fail under the same conditions as integer division&#10;(that is, if integer division on the same two operands would fail, the&#10;remainder cannot be calculated).&#10;&#10;&gt;&gt;&gt; ExtendedContext.remainder(Decimal('2.1'), Decimal('3'))&#10;Decimal('2.1')&#10;&gt;&gt;&gt; ExtendedContext.remainder(Decimal('10'), Decimal('3'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.remainder(Decimal('-10'), Decimal('3'))&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.remainder(Decimal('10.2'), Decimal('1'))&#10;Decimal('0.2')&#10;&gt;&gt;&gt; ExtendedContext.remainder(Decimal('10'), Decimal('0.3'))&#10;Decimal('0.1')&#10;&gt;&gt;&gt; ExtendedContext.remainder(Decimal('3.6'), Decimal('1.3'))&#10;Decimal('1.0')&#10;&gt;&gt;&gt; ExtendedContext.remainder(22, 6)&#10;Decimal('4')&#10;&gt;&gt;&gt; ExtendedContext.remainder(Decimal(22), 6)&#10;Decimal('4')&#10;&gt;&gt;&gt; ExtendedContext.remainder(22, Decimal(6))&#10;Decimal('4')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.remainder_near" func="yes">
<Overload retVal="" descr="Returns to be &quot;a - b * n&quot;, where n is the integer nearest the exact&#10;value of &quot;x / b&quot; (if two integers are equally near then the even one&#10;is chosen). If the result is equal to 0 then its sign will be the&#10;sign of a.&#10;&#10;This operation will fail under the same conditions as integer division&#10;(that is, if integer division on the same two operands would fail, the&#10;remainder cannot be calculated).&#10;&#10;&gt;&gt;&gt; ExtendedContext.remainder_near(Decimal('2.1'), Decimal('3'))&#10;Decimal('-0.9')&#10;&gt;&gt;&gt; ExtendedContext.remainder_near(Decimal('10'), Decimal('6'))&#10;Decimal('-2')&#10;&gt;&gt;&gt; ExtendedContext.remainder_near(Decimal('10'), Decimal('3'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.remainder_near(Decimal('-10'), Decimal('3'))&#10;Decimal('-1')&#10;&gt;&gt;&gt; ExtendedContext.remainder_near(Decimal('10.2'), Decimal('1'))&#10;Decimal('0.2')&#10;&gt;&gt;&gt; ExtendedContext.remainder_near(Decimal('10'), Decimal('0.3'))&#10;Decimal('0.1')&#10;&gt;&gt;&gt; ExtendedContext.remainder_near(Decimal('3.6'), Decimal('1.3'))&#10;Decimal('-0.3')&#10;&gt;&gt;&gt; ExtendedContext.remainder_near(3, 11)&#10;Decimal('3')&#10;&gt;&gt;&gt; ExtendedContext.remainder_near(Decimal(3), 11)&#10;Decimal('3')&#10;&gt;&gt;&gt; ExtendedContext.remainder_near(3, Decimal(11))&#10;Decimal('3')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.rotate" func="yes">
<Overload retVal="" descr="Returns a rotated copy of a, b times.&#10;&#10;The coefficient of the result is a rotated copy of the digits in&#10;the coefficient of the first operand. The number of places of&#10;rotation is taken from the absolute value of the second operand,&#10;with the rotation being to the left if the second operand is&#10;positive or to the right otherwise.&#10;&#10;&gt;&gt;&gt; ExtendedContext.rotate(Decimal('34'), Decimal('8'))&#10;Decimal('400000003')&#10;&gt;&gt;&gt; ExtendedContext.rotate(Decimal('12'), Decimal('9'))&#10;Decimal('12')&#10;&gt;&gt;&gt; ExtendedContext.rotate(Decimal('123456789'), Decimal('-2'))&#10;Decimal('891234567')&#10;&gt;&gt;&gt; ExtendedContext.rotate(Decimal('123456789'), Decimal('0'))&#10;Decimal('123456789')&#10;&gt;&gt;&gt; ExtendedContext.rotate(Decimal('123456789'), Decimal('+2'))&#10;Decimal('345678912')&#10;&gt;&gt;&gt; ExtendedContext.rotate(1333333, 1)&#10;Decimal('13333330')&#10;&gt;&gt;&gt; ExtendedContext.rotate(Decimal(1333333), 1)&#10;Decimal('13333330')&#10;&gt;&gt;&gt; ExtendedContext.rotate(1333333, Decimal(1))&#10;Decimal('13333330')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.same_quantum" func="yes">
<Overload retVal="" descr="Returns True if the two operands have the same exponent.&#10;&#10;The result is never affected by either the sign or the coefficient of&#10;either operand.&#10;&#10;&gt;&gt;&gt; ExtendedContext.same_quantum(Decimal('2.17'), Decimal('0.001'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.same_quantum(Decimal('2.17'), Decimal('0.01'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.same_quantum(Decimal('2.17'), Decimal('1'))&#10;False&#10;&gt;&gt;&gt; ExtendedContext.same_quantum(Decimal('Inf'), Decimal('-Inf'))&#10;True&#10;&gt;&gt;&gt; ExtendedContext.same_quantum(10000, -1)&#10;True&#10;&gt;&gt;&gt; ExtendedContext.same_quantum(Decimal(10000), -1)&#10;True&#10;&gt;&gt;&gt; ExtendedContext.same_quantum(10000, Decimal(-1))&#10;True">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.scaleb" func="yes">
<Overload retVal="" descr="Returns the first operand after adding the second value its exp.&#10;&#10;&gt;&gt;&gt; ExtendedContext.scaleb(Decimal('7.50'), Decimal('-2'))&#10;Decimal('0.0750')&#10;&gt;&gt;&gt; ExtendedContext.scaleb(Decimal('7.50'), Decimal('0'))&#10;Decimal('7.50')&#10;&gt;&gt;&gt; ExtendedContext.scaleb(Decimal('7.50'), Decimal('3'))&#10;Decimal('7.50E+3')&#10;&gt;&gt;&gt; ExtendedContext.scaleb(1, 4)&#10;Decimal('1E+4')&#10;&gt;&gt;&gt; ExtendedContext.scaleb(Decimal(1), 4)&#10;Decimal('1E+4')&#10;&gt;&gt;&gt; ExtendedContext.scaleb(1, Decimal(4))&#10;Decimal('1E+4')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.shift" func="yes">
<Overload retVal="" descr="Returns a shifted copy of a, b times.&#10;&#10;The coefficient of the result is a shifted copy of the digits&#10;in the coefficient of the first operand. The number of places&#10;to shift is taken from the absolute value of the second operand,&#10;with the shift being to the left if the second operand is&#10;positive or to the right otherwise. Digits shifted into the&#10;coefficient are zeros.&#10;&#10;&gt;&gt;&gt; ExtendedContext.shift(Decimal('34'), Decimal('8'))&#10;Decimal('400000000')&#10;&gt;&gt;&gt; ExtendedContext.shift(Decimal('12'), Decimal('9'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.shift(Decimal('123456789'), Decimal('-2'))&#10;Decimal('1234567')&#10;&gt;&gt;&gt; ExtendedContext.shift(Decimal('123456789'), Decimal('0'))&#10;Decimal('123456789')&#10;&gt;&gt;&gt; ExtendedContext.shift(Decimal('123456789'), Decimal('+2'))&#10;Decimal('345678900')&#10;&gt;&gt;&gt; ExtendedContext.shift(88888888, 2)&#10;Decimal('888888800')&#10;&gt;&gt;&gt; ExtendedContext.shift(Decimal(88888888), 2)&#10;Decimal('888888800')&#10;&gt;&gt;&gt; ExtendedContext.shift(88888888, Decimal(2))&#10;Decimal('888888800')">
<Param name="self" />
<Param name="a" />
<Param name="b" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.sqrt" func="yes">
<Overload retVal="" descr="Square root of a non-negative number to context precision.&#10;&#10;If the result must be inexact, it is rounded using the round-half-even&#10;algorithm.&#10;&#10;&gt;&gt;&gt; ExtendedContext.sqrt(Decimal('0'))&#10;Decimal('0')&#10;&gt;&gt;&gt; ExtendedContext.sqrt(Decimal('-0'))&#10;Decimal('-0')&#10;&gt;&gt;&gt; ExtendedContext.sqrt(Decimal('0.39'))&#10;Decimal('0.624499800')&#10;&gt;&gt;&gt; ExtendedContext.sqrt(Decimal('100'))&#10;Decimal('10')&#10;&gt;&gt;&gt; ExtendedContext.sqrt(Decimal('1'))&#10;Decimal('1')&#10;&gt;&gt;&gt; ExtendedContext.sqrt(Decimal('1.0'))&#10;Decimal('1.0')&#10;&gt;&gt;&gt; ExtendedContext.sqrt(Decimal('1.00'))&#10;Decimal('1.0')&#10;&gt;&gt;&gt; ExtendedContext.sqrt(Decimal('7'))&#10;Decimal('2.64575131')&#10;&gt;&gt;&gt; ExtendedContext.sqrt(Decimal('10'))&#10;Decimal('3.16227766')&#10;&gt;&gt;&gt; ExtendedContext.sqrt(2)&#10;Decimal('1.41421356')&#10;&gt;&gt;&gt; ExtendedContext.prec&#10;9">
<Param name="self" />
<Param name="a" />
</Overload>
</KeyWord>
<KeyWord name="decimal.Context.subtract" func="yes">
<Overload retVal="" descr="Return the difference between the two operands.&#10;&#10;&gt;&gt;&gt; ExtendedContext.subtract(Decimal('1.3'), Decimal('1.07'))&#10;Decimal('0.23')&#10;&gt;&gt;&gt; ExtendedContext.subtract(Decimal('1.3'), Decimal('1.30'))&#10;Decimal('0.00')&#10;&gt;&gt;&gt; ExtendedContext.subtract(Decimal('1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment