-
-
Save tkersten09/ec6021236461f178d9bfad34852c2b48 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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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. Note: the class in this module doesn't implement any HTTP request; see SimpleHTTPServer for simple implementations of GET, HEAD and POST (including CGI scripts). It does, however, optionally implement HTTP/1.1 persistent connections, as of version 0.3. Contents: - BaseHTTPRequestHandler: HTTP request handler base class - test: test function XXX To do: - log requests even later (to capture byte count) - log user-agent header and other interesting goodies - 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 exiting the context. The 'record' argument specifies whether warnings should be captured by a custom implementation of warnings.showwarning() and be appended to a list returned by the context manager. Otherwise None is returned by the context manager. The objects appended to the list are arguments whose attributes mirror the arguments to showwarning(). The 'module' argument is to specify an alternative module to the module named 'warnings' and imported under that name. This argument is only useful 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). 'action' -- one of "error", "ignore", "always", "default", "module", or "once" 'message' -- a regex that the warning message must match 'category' -- a class that the warning must be a subclass of 'module' -- a regex that the module name must match 'lineno' -- an integer line number, 0 matches all warnings '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. This runs an HTTP server on port 8000 (or the first command line 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. A bastion (for another object -- the 'original') is an object that has the same methods as the original but does not give access to its instance variables. Bastions have a number of uses, but the most obvious one is to provide code executing in restricted mode with a safe interface to an object implemented in unrestricted mode. The bastionification routine has an optional second argument which is a filter function. Only those methods for which the filter method (called with the method name as argument) returns true are accessible. The default filter method returns true unless the method name begins with an underscore. There are a number of possible implementations of bastions. We use a 'lazy' approach where the bastion's __getattr__() discipline does all the work for a particular method the first time it is used. This is usually fastest, especially if the user doesn't call all available methods. The retrieved methods are stored as instance variables of the bastion, so the overhead is only occurred on the first use of each method. Detail: the bastion class has a __repr__() discipline which includes the repr() of the original object. This is precomputed when the bastion is created."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Bastion.Bastion" func="yes"> | |
<Overload retVal="" descr="Create a bastion for an object, using an optional filter. See the Bastion module's documentation for background. Arguments: object - the original object filter - a predicate that decides whether a function name is OK; by default all names are OK that don't start with '_' name - the name of the object; default repr(object) 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) 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 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. This module builds on SimpleHTTPServer by implementing GET and POST requests to cgi-bin scripts. If the os.fork() function is not present (e.g. on Windows), os.popen2() is used as a fallback, with slightly altered semantics; if that function is not present either (e.g. on Macintosh), only Python scripts are supported, and they are executed by the current process. In all cases, the implementation is intentionally naive -- all requests are executed sychronously. SECURITY WARNING: DON'T USE THIS CODE UNLESS YOU ARE INSIDE A FIREWALL -- it may execute arbitrary Python code or external programs. Note that status code 200 is sent prior to execution of a CGI script, so 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. A setup file consists of sections, lead by a "[section]" header, and followed by "name: value" entries, with continuations and such in the style of RFC 822. The option values can contain format strings which refer to other values in the same section, or values in a special [DEFAULT] section. For example: something: %(dir)s/whatever would resolve the "%(dir)s" to the value of dir. All reference expansions are done late, on demand. Intrinsic defaults can be specified by passing them into the ConfigParser constructor as a dictionary. class: ConfigParser -- responsible for parsing a list of configuration files, and managing the parsed database. methods: __init__(defaults=None) create the parser and specify a dictionary of intrinsic defaults. The keys must be strings, the values must be appropriate for %()s string interpolation. Note that `__name__' is always an intrinsic default; its value is the section's name. sections() return all the configuration section names, sans DEFAULT has_section(section) return whether the given section exists has_option(section, option) return whether the given option exists in the given section options(section) return list of configuration options for the named section read(filenames) read and parse the list of named configuration files, given by name. A single filename is also allowed. Non-existing files are ignored. Return list of successfully read files. readfp(fp, filename=None) read and parse one configuration file, given as a file object. The filename defaults to fp.name; it is only used in error messages (if fp has no `name' attribute, the string `<???>' is used). get(section, option, raw=False, vars=None) return a string value for the named option. All % interpolations are expanded in the return values, based on the defaults passed into the constructor and the DEFAULT section. Additional substitutions may be provided using the `vars' argument, which must be a dictionary whose contents override any pre-existing defaults. getint(section, options) like get(), but convert value to an integer getfloat(section, options) like get(), but convert value to a float getboolean(section, options) like get(), but convert value to a boolean (currently case insensitively defined as 0, false, no, off for False, and 1, true, yes, on for True). Returns False or True. items(section, raw=False, vars=None) return a list of tuples with (name, value) for each option in the section. remove_section(section) remove the given file section and all its options remove_option(section, option) remove the given option from the given section set(section, option, value) set the given option write(fp) 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 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. At the moment, this is the only documentation. The Basics ---------- Importing is easy.. >>> import Cookie Most of the time you start by creating a cookie. Cookies come in three flavors, each with slightly different encoding semantics, but more on that later. >>> C = Cookie.SimpleCookie() >>> C = Cookie.SerialCookie() >>> C = Cookie.SmartCookie() [Note: Long-time users of Cookie.py will remember using Cookie.Cookie() to create a Cookie object. Although deprecated, it is still supported by the code. See the Backward Compatibility notes for more information.] Once you've created your Cookie, you can add values just as if it were a dictionary. >>> C = Cookie.SmartCookie() >>> C["fig"] = "newton" >>> C["sugar"] = "wafer" >>> C.output() 'Set-Cookie: fig=newton\r\nSet-Cookie: sugar=wafer' Notice that the printable representation of a Cookie is the appropriate format for a Set-Cookie: header. This is the default behavior. You can change the header and printed attributes by using the .output() function >>> C = Cookie.SmartCookie() >>> C["rocky"] = "road" >>> C["rocky"]["path"] = "/cookie" >>> print C.output(header="Cookie:") Cookie: rocky=road; Path=/cookie >>> print C.output(attrs=[], header="Cookie:") Cookie: rocky=road The load() method of a Cookie extracts cookies from a string. In a CGI script, you would use this method to extract the cookies from the HTTP_COOKIE environment variable. >>> C = Cookie.SmartCookie() >>> C.load("chips=ahoy; vienna=finger") >>> C.output() 'Set-Cookie: chips=ahoy\r\nSet-Cookie: vienna=finger' The load() method is darn-tootin smart about identifying cookies within a string. Escaped quotation marks, nested semicolons, and other such trickeries do not confuse it. >>> C = Cookie.SmartCookie() >>> C.load('keebler="E=everybody; L=\\"Loves\\"; fudge=\\012;";') >>> print C Set-Cookie: keebler="E=everybody; L=\"Loves\"; fudge=\012;" Each element of the Cookie also supports all of the RFC 2109 Cookie attributes. Here's an example which sets the Path attribute. >>> C = Cookie.SmartCookie() >>> C["oreo"] = "doublestuff" >>> C["oreo"]["path"] = "/" >>> print C Set-Cookie: oreo=doublestuff; Path=/ Each dictionary element has a 'value' attribute, which gives you back the value associated with the key. >>> C = Cookie.SmartCookie() >>> C["twix"] = "none for you" >>> C["twix"].value 'none for you' A Bit More Advanced ------------------- As mentioned before, there are three different flavors of Cookie objects, each with different encoding/decoding semantics. This section briefly discusses the differences. SimpleCookie The SimpleCookie expects that all values should be standard strings. Just to be sure, SimpleCookie invokes the str() builtin to convert the value to a string, when the values are set dictionary-style. >>> C = Cookie.SimpleCookie() >>> C["number"] = 7 >>> C["string"] = "seven" >>> C["number"].value '7' >>> C["string"].value 'seven' >>> C.output() 'Set-Cookie: number=7\r\nSet-Cookie: string=seven' SerialCookie The SerialCookie expects that all values should be serialized using cPickle (or pickle, if cPickle isn't available). As a result of serializing, SerialCookie can save almost any Python object to a value, and recover the exact same object when the cookie has been returned. (SerialCookie can yield some strange-looking cookie values, however.) >>> C = Cookie.SerialCookie() >>> C["number"] = 7 >>> C["string"] = "seven" >>> C["number"].value 7 >>> C["string"].value 'seven' >>> C.output() 'Set-Cookie: number="I7\\012."\r\nSet-Cookie: string="S\'seven\'\\012p1\\012."' Be warned, however, if SerialCookie cannot de-serialize a value (because it isn't a valid pickle'd object), IT WILL RAISE AN EXCEPTION. SmartCookie The SmartCookie combines aspects of each of the other two flavors. When setting a value in a dictionary-fashion, the SmartCookie will serialize (ala cPickle) the value *if and only if* it isn't a Python string. String objects are *not* serialized. Similarly, when the load() method parses out values, it attempts to de-serialize the value. If it fails, then it fallsback to treating the value as a string. >>> C = Cookie.SmartCookie() >>> C["number"] = 7 >>> C["string"] = "seven" >>> C["number"].value 7 >>> C["string"].value 'seven' >>> C.output() 'Set-Cookie: number="I7\\012."\r\nSet-Cookie: string=seven' Backwards Compatibility ----------------------- In order to keep compatibilty with earlier versions of Cookie.py, it is still possible to use Cookie.Cookie() to create a Cookie. In fact, this simply returns a SmartCookie. >>> C = Cookie.Cookie() >>> print C.__class__.__name__ SmartCookie Finis."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.BaseCookie" /> | |
<KeyWord name="Cookie.BaseCookie.clear" func="yes"> | |
<Overload retVal="" descr="D.clear() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.BaseCookie.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.BaseCookie.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.BaseCookie.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.BaseCookie.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.BaseCookie.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.BaseCookie.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.BaseCookie.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> 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() -> 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 from a dictionary. Loading cookies from a dictionary 'd' is equivalent to calling: 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]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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) Called prior to setting a cookie's value from the network representation. The VALUE is the value read from HTTP header. 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) Called prior to setting a cookie's value from the dictionary representation. The VALUE is the value being assigned. 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.BaseCookie.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> an object providing a view on D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Cookie" func="yes"> | |
<Overload retVal="" descr="SmartCookie SmartCookie supports arbitrary objects as cookie values. If the object is a string, then it is quoted. If the object is not a string, however, then SmartCookie will use cPickle to serialize the object into a string representation. Note: Large cookie values add overhead because they must be retransmitted on every HTTP transaction. Note: HTTP has a 2k limit on the size of a cookie. This class does not check for this limit, so be careful!!!"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Cookie.clear" func="yes"> | |
<Overload retVal="" descr="D.clear() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Cookie.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Cookie.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Cookie.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Cookie.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Cookie.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Cookie.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Cookie.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> 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() -> 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 from a dictionary. Loading cookies from a dictionary 'd' is equivalent to calling: 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]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Cookie.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Morsel.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Morsel.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Morsel.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> 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() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Morsel.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Morsel.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Morsel.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> 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() -> 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]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.Morsel.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> an object providing a view on D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SerialCookie" func="yes"> | |
<Overload retVal="" descr="SerialCookie SerialCookie supports arbitrary objects as cookie values. All values are serialized (using cPickle) before being sent to the client. All incoming values are assumed to be valid Pickle representations. IF AN INCOMING VALUE IS NOT IN A VALID PICKLE FORMAT, THEN AN EXCEPTION WILL BE RAISED. Note: Large cookie values add overhead because they must be retransmitted on every HTTP transaction. Note: HTTP has a 2k limit on the size of a cookie. This class does not check for this limit, so be careful!!!"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SerialCookie.clear" func="yes"> | |
<Overload retVal="" descr="D.clear() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SerialCookie.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SerialCookie.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SerialCookie.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SerialCookie.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SerialCookie.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SerialCookie.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SerialCookie.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> 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() -> 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 from a dictionary. Loading cookies from a dictionary 'd' is equivalent to calling: 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]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SerialCookie.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> an object providing a view on D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SimpleCookie" func="yes"> | |
<Overload retVal="" descr="SimpleCookie SimpleCookie supports strings as cookie values. When setting the value using the dictionary assignment notation, SimpleCookie calls the builtin str() to convert the value to a string. Values received from HTTP are kept as strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SimpleCookie.clear" func="yes"> | |
<Overload retVal="" descr="D.clear() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SimpleCookie.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SimpleCookie.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SimpleCookie.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SimpleCookie.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SimpleCookie.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SimpleCookie.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SimpleCookie.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> 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() -> 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 from a dictionary. Loading cookies from a dictionary 'd' is equivalent to calling: 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]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SimpleCookie.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> an object providing a view on D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SmartCookie" func="yes"> | |
<Overload retVal="" descr="SmartCookie SmartCookie supports arbitrary objects as cookie values. If the object is a string, then it is quoted. If the object is not a string, however, then SmartCookie will use cPickle to serialize the object into a string representation. Note: Large cookie values add overhead because they must be retransmitted on every HTTP transaction. Note: HTTP has a 2k limit on the size of a cookie. This class does not check for this limit, so be careful!!!"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SmartCookie.clear" func="yes"> | |
<Overload retVal="" descr="D.clear() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SmartCookie.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SmartCookie.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SmartCookie.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SmartCookie.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SmartCookie.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SmartCookie.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SmartCookie.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> 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() -> 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 from a dictionary. Loading cookies from a dictionary 'd' is equivalent to calling: 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]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Cookie.SmartCookie.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> 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. 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) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. 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() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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]]) Create a new buffer object which references the given object. The buffer will reference a slice of the target object from the start of the object (or at the specified offset). The slice will 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) Create a class object. The name must be a string; the second argument 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, varnames, filename, name, firstlineno, lnotab[, freevars[, cellvars]]) 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]) -> complex number Create a complex number from a real part and an optional imaginary part. 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() -> complex 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() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictProxyType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictProxyType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictProxyType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictProxyType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictProxyType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictProxyType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictProxyType.values" func="yes"> | |
<Overload retVal="" descr="D.values() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType" func="yes"> | |
<Overload retVal="" descr="dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictType.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> an object providing a view on D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType" func="yes"> | |
<Overload retVal="" descr="dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.DictionaryType.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> 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]]) -> file object Open a file. The mode can be 'r', 'w' or 'a' for reading (default), writing or appending. The file will be created if it doesn't exist when opened for writing or appending; it will be truncated when opened for writing. Add a 'b' to the mode for binary files. Add a '+' to the mode to allow simultaneous reading and writing. If the buffering argument is given, 0 means unbuffered, 1 means line buffered, and larger numbers specify the buffer size. The preferred way to open a file is with the builtin open() function. Add a 'U' to mode to open the file for input with universal newline support. Any line ending in the input file will be seen as a '\n' in Python. Also, a file so opened gains the attribute 'newlines'; the value for this attribute is one of None (no newline read yet), '\r', '\n', '\r\n' or a tuple containing all the newline types seen. 'U' cannot be combined with 'w' or '+' mode."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.close" func="yes"> | |
<Overload retVal="" descr="close() -> None or (perhaps) an integer. Close the file. Sets data attribute .closed to True. A closed file cannot be used for further I/O operations. close() may be called more than once without error. Some kinds of file objects (for example, opened by popen()) 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() -> integer "file descriptor". This is needed for lower-level file interfaces, such os.read().'> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.flush" func="yes"> | |
<Overload retVal="" descr="flush() -> None. Flush the internal I/O buffer."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.isatty" func="yes"> | |
<Overload retVal="" descr="isatty() -> 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.read" func="yes"> | |
<Overload retVal="" descr="read([size]) -> read at most size bytes, returned as a string. If the size argument is negative or omitted, read until EOF is reached. Notice that when in non-blocking mode, less data than what was requested may be returned, even if no size parameter was given."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.readinto" func="yes"> | |
<Overload retVal="" descr="readinto() -> Undocumented. Don't use this; it may go away."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.readline" func="yes"> | |
<Overload retVal="" descr="readline([size]) -> next line from the file, as a string. Retain newline. A non-negative size argument limits the maximum number of bytes to return (an incomplete line may be returned then). Return an empty string at EOF."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.readlines" func="yes"> | |
<Overload retVal="" descr="readlines([size]) -> list of strings, each a line from the file. Call readline() repeatedly and return a list of the lines so read. The optional size argument, if given, is an approximate bound on the total number of bytes in the lines returned."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.seek" func="yes"> | |
<Overload retVal="" descr="seek(offset[, whence]) -> None. Move to new file position. Argument offset is a byte count. Optional argument whence defaults to 0 (offset from start of file, offset should be >= 0); other values are 1 (move relative to current position, positive or negative), and 2 (move relative to end of file, usually negative, although many platforms allow seeking beyond the end of a file). If the file is opened in text mode, only offsets returned by tell() are legal. Use of other offsets causes undefined behavior. 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() -> current file position, an integer (may be a long integer)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.truncate" func="yes"> | |
<Overload retVal="" descr="truncate([size]) -> None. Truncate the file to at most size bytes. 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) -> None. Write string str to file. Note that due to buffering, flush() or close() may be needed before the file on disk reflects the data written."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.writelines" func="yes"> | |
<Overload retVal="" descr="writelines(sequence_of_strings) -> None. Write the strings to the file. Note that newlines are not added. The sequence can be any iterable object producing strings. This is equivalent to calling write() for each string."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FileType.xreadlines" func="yes"> | |
<Overload retVal="" descr="xreadlines() -> returns self. For backward compatibility. File objects now include the performance optimizations previously implemented in the xreadlines module."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FloatType" func="yes"> | |
<Overload retVal="" descr="float(x) -> floating point number 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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) -> float Create a floating-point number from a hexadecimal string. >>> float.fromhex('0x1.ffffp10') 2047.984375 >>> float.fromhex('-0x1p-1074') -4.9406564584124654e-324"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.FloatType.hex" func="yes"> | |
<Overload retVal="" descr="float.hex() -> string Return a hexadecimal representation of a floating-point number. >>> (-0.1).hex() '-0x1.999999999999ap-4' >>> 3.14159.hex() '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]]]) Create a function object from a code object and a dictionary. The optional name string overrides the name from the code object. The optional argdefs tuple specifies the default argument values. 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() -> 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.GeneratorType.send" func="yes"> | |
<Overload retVal="" descr="send(arg) -> send 'arg' into generator, return next yielded value or raise StopIteration."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.GeneratorType.throw" func="yes"> | |
<Overload retVal="" descr="throw(typ[,val[,tb]]) -> raise exception in generator, 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]) Create an instance without calling its __init__() method. The class must be a classic class. If present, dict must be a dictionary or None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.InstanceType.next" func="yes"> | |
<Overload retVal="" descr="x.next() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.IntType" func="yes"> | |
<Overload retVal="" descr="int(x=0) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns a long instead. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.IntType.bit_length" func="yes"> | |
<Overload retVal="" descr="int.bit_length() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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]]]) Create a function object from a code object and a dictionary. The optional name string overrides the name from the code object. The optional argdefs tuple specifies the default argument values. 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() -> new empty list list(iterable) -> 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) -> 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]]) -> integer -- return first index of value. 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]) -> item -- remove and return item at index (default last). 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. 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*; cmp(x, y) -> -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) -> long long(x, base=10) -> long Convert a number or string to a long integer, or return 0L if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4L"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.LongType.bit_length" func="yes"> | |
<Overload retVal="" descr="long.bit_length() -> int or long Number of bits necessary to represent self in binary. >>> bin(37L) '0b100101' >>> (37L).bit_length() 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) 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]) Create a module object. 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. Call this function to inhibit that the first instance of 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) slice(start, stop[, step]) 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) -> (start, stop, stride) Assuming a sequence of length len, calculate the start and stop indices, and the stride length of the extended slice described by S. Out of bounds indices are clipped in a manner consistent with the 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='') -> string Return a nice string representation of the object. 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() -> string Return a copy of the string S with only its first character capitalized."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.center" func="yes"> | |
<Overload retVal="" descr="S.center(width[, fillchar]) -> string Return S centered in a string of length width. Padding is 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]]) -> int Return the number of non-overlapping occurrences of substring sub in string S[start:end]. Optional arguments start and end are interpreted as in slice notation."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.decode" func="yes"> | |
<Overload retVal="" descr="S.decode([encoding[,errors]]) -> object Decodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeDecodeError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle UnicodeDecodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.encode" func="yes"> | |
<Overload retVal="" descr="S.encode([encoding[,errors]]) -> object Encodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with 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]]) -> bool Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> string Return a copy of S where all tab characters are expanded using spaces. 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]]) -> int Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.format" func="yes"> | |
<Overload retVal="" descr="S.format(*args, **kwargs) -> string Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces ('{' and '}')."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.index" func="yes"> | |
<Overload retVal="" descr="S.index(sub [,start [,end]]) -> int 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() -> bool Return True if all characters in S are alphanumeric 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() -> bool Return True if all characters in S are alphabetic 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() -> bool Return True if all characters in S are digits 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() -> bool Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.isspace" func="yes"> | |
<Overload retVal="" descr="S.isspace() -> bool Return True if all characters in S are whitespace 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() -> bool Return True if S is a titlecased string and there is at least one character in S, i.e. uppercase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.isupper" func="yes"> | |
<Overload retVal="" descr="S.isupper() -> bool Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.join" func="yes"> | |
<Overload retVal="" descr="S.join(iterable) -> string Return a string which is the concatenation of the strings in the iterable. The separator between elements is S."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.ljust" func="yes"> | |
<Overload retVal="" descr="S.ljust(width[, fillchar]) -> string Return S left-justified in a string of length width. Padding is done using the specified fill character (default is a space)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.lower" func="yes"> | |
<Overload retVal="" descr="S.lower() -> string 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]) -> string or unicode Return a copy of the string S with leading whitespace removed. If chars is given and not None, remove characters in chars instead. 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) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.replace" func="yes"> | |
<Overload retVal="" descr="S.replace(old, new[, count]) -> string Return a copy of string S with all occurrences of substring old replaced by new. If the optional argument count is 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]]) -> int Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.rindex" func="yes"> | |
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -> int 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]) -> string Return S right-justified in a string of length width. Padding is 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) -> (head, sep, tail) Search for the separator sep in S, starting at the end of S, and return the part before it, the separator itself, and the part after it. If the 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]]) -> list of strings Return a list of the words in the string S, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.rstrip" func="yes"> | |
<Overload retVal="" descr="S.rstrip([chars]) -> string or unicode Return a copy of the string S with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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]]) -> list of strings Return a list of the words in the string S, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator and empty strings are removed from the result."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.splitlines" func="yes"> | |
<Overload retVal="" descr="S.splitlines(keepends=False) -> list of strings Return a list of the lines in S, breaking at line boundaries. Line breaks are not included in the resulting list unless keepends is given and true."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.startswith" func="yes"> | |
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -> bool Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> string or unicode Return a copy of the string S with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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() -> string Return a copy of the string S with uppercase characters converted to lowercase and vice versa."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.title" func="yes"> | |
<Overload retVal="" descr="S.title() -> string Return a titlecased version of S, i.e. words start with uppercase characters, all remaining cased characters have lowercase."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.translate" func="yes"> | |
<Overload retVal="" descr="S.translate(table [,deletechars]) -> string Return a copy of the string S, where all characters occurring in the optional argument deletechars are removed, and the remaining characters have been mapped through the given translation table, which must be a string of length 256 or None. If the table argument is None, no translation is applied and the operation simply removes the characters in deletechars."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.StringType.upper" func="yes"> | |
<Overload retVal="" descr="S.upper() -> string 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) -> string Pad a numeric string S with zeros on the left, to fill a field 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() -> empty tuple tuple(iterable) -> tuple initialized from iterable's items 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) -> integer -- return number of occurrences of value"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.TupleType.index" func="yes"> | |
<Overload retVal="" descr="T.index(value, [start, [stop]]) -> integer -- return first index of value. Raises ValueError if the value is not present."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.TypeType" func="yes"> | |
<Overload retVal="" descr="type(object) -> the object's type type(name, bases, dict) -> a new type"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.TypeType.mro" func="yes"> | |
<Overload retVal="" descr="mro() -> list 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) 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='') -> unicode object unicode(string[, encoding[, errors]]) -> unicode object Create a new Unicode object from the given encoded string. encoding defaults to the current default string encoding. 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() -> unicode Return a capitalized version of S, i.e. make the first character have upper case and the rest lower case."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.center" func="yes"> | |
<Overload retVal="" descr="S.center(width[, fillchar]) -> unicode Return S centered in a Unicode string of length width. Padding is 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]]) -> int Return the number of non-overlapping occurrences of substring sub in Unicode string S[start:end]. Optional arguments start and end are interpreted as in slice notation."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.decode" func="yes"> | |
<Overload retVal="" descr="S.decode([encoding[,errors]]) -> string or unicode Decodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeDecodeError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle UnicodeDecodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.encode" func="yes"> | |
<Overload retVal="" descr="S.encode([encoding[,errors]]) -> string or unicode Encodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with codecs.register_error that can handle UnicodeEncodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.endswith" func="yes"> | |
<Overload retVal="" descr="S.endswith(suffix[, start[, end]]) -> bool Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> unicode Return a copy of S where all tab characters are expanded using spaces. 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]]) -> int Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.format" func="yes"> | |
<Overload retVal="" descr="S.format(*args, **kwargs) -> unicode Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces ('{' and '}')."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.index" func="yes"> | |
<Overload retVal="" descr="S.index(sub [,start [,end]]) -> int 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() -> bool Return True if all characters in S are alphanumeric 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() -> bool Return True if all characters in S are alphabetic 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() -> bool Return True if there are only decimal characters in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.isdigit" func="yes"> | |
<Overload retVal="" descr="S.isdigit() -> bool Return True if all characters in S are digits 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() -> bool Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.isnumeric" func="yes"> | |
<Overload retVal="" descr="S.isnumeric() -> bool Return True if there are only numeric characters in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.isspace" func="yes"> | |
<Overload retVal="" descr="S.isspace() -> bool Return True if all characters in S are whitespace 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() -> bool Return True if S is a titlecased string and there is at least one character in S, i.e. upper- and titlecase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.isupper" func="yes"> | |
<Overload retVal="" descr="S.isupper() -> bool Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.join" func="yes"> | |
<Overload retVal="" descr="S.join(iterable) -> unicode Return a string which is the concatenation of the strings in the iterable. The separator between elements is S."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.ljust" func="yes"> | |
<Overload retVal="" descr="S.ljust(width[, fillchar]) -> int Return S left-justified in a Unicode string of length width. Padding is done using the specified fill character (default is a space)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.lower" func="yes"> | |
<Overload retVal="" descr="S.lower() -> unicode 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]) -> unicode Return a copy of the string S with leading whitespace removed. If chars is given and not None, remove characters in chars instead. 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) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.replace" func="yes"> | |
<Overload retVal="" descr="S.replace(old, new[, count]) -> unicode Return a copy of S with all occurrences of substring old replaced by new. If the optional argument count is 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]]) -> int Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.rindex" func="yes"> | |
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -> int 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]) -> unicode Return S right-justified in a Unicode string of length width. Padding is 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) -> (head, sep, tail) Search for the separator sep in S, starting at the end of S, and return the part before it, the separator itself, and the part after it. If the 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]]) -> list of strings Return a list of the words in S, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified, any whitespace string is a separator."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.rstrip" func="yes"> | |
<Overload retVal="" descr="S.rstrip([chars]) -> unicode Return a copy of the string S with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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]]) -> list of strings Return a list of the words in S, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator and empty strings are removed from the result."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.splitlines" func="yes"> | |
<Overload retVal="" descr="S.splitlines(keepends=False) -> list of strings Return a list of the lines in S, breaking at line boundaries. Line breaks are not included in the resulting list unless keepends is given and true."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.startswith" func="yes"> | |
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -> bool Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> unicode Return a copy of the string S with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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() -> unicode Return a copy of S with uppercase characters converted to lowercase and vice versa."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.title" func="yes"> | |
<Overload retVal="" descr="S.title() -> unicode Return a titlecased version of S, i.e. words start with title case characters, all remaining cased characters have lower case."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.translate" func="yes"> | |
<Overload retVal="" descr="S.translate(table) -> unicode Return a copy of the string S, where all characters have been mapped through the given translation table, which must be a mapping of Unicode ordinals to Unicode ordinals, Unicode strings or None. Unmapped characters are left untouched. Characters mapped to None are deleted."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.upper" func="yes"> | |
<Overload retVal="" descr="S.upper() -> unicode Return a copy of S converted to uppercase."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.UnicodeType.zfill" func="yes"> | |
<Overload retVal="" descr="S.zfill(width) -> unicode Pad a numeric string S with zeros on the left, to fill a field 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) -> xrange object xrange(start, stop[, step]) -> xrange object Like range(), but instead of returning a list, returns an object that generates the numbers in the range on demand. For looping, this is 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) -> floating point number 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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) -> float Create a floating-point number from a hexadecimal string. >>> float.fromhex('0x1.ffffp10') 2047.984375 >>> float.fromhex('-0x1p-1074') -4.9406564584124654e-324"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.getdouble.hex" func="yes"> | |
<Overload retVal="" descr="float.hex() -> string Return a hexadecimal representation of a floating-point number. >>> (-0.1).hex() '-0x1.999999999999ap-4' >>> 3.14159.hex() '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) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns a long instead. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Dialog.getint.bit_length" func="yes"> | |
<Overload retVal="" descr="int.bit_length() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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. This module can be used to create XML-RPC servers that serve pydoc-style documentation in response to HTTP GET requests. This documentation is dynamically generated based on the functions and methods registered with the server. This module is built upon the pydoc and SimpleXMLRPCServer 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') => a.b.c.d Resolves a dotted attribute name to an object. Raises an AttributeError if any attribute in the chain starts with a '_'. If the optional allow_dotted_names argument is false, dots are not 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. Classes: - FileDialog - LoadFileDialog - 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) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. 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() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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]]) Create a new buffer object which references the given object. The buffer will reference a slice of the target object from the start of the object (or at the specified offset). The slice will 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) Create a class object. The name must be a string; the second argument 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, varnames, filename, name, firstlineno, lnotab[, freevars[, cellvars]]) 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]) -> complex number Create a complex number from a real part and an optional imaginary part. 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() -> complex 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() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictProxyType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictProxyType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictProxyType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictProxyType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictProxyType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictProxyType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictProxyType.values" func="yes"> | |
<Overload retVal="" descr="D.values() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType" func="yes"> | |
<Overload retVal="" descr="dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictType.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> an object providing a view on D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType" func="yes"> | |
<Overload retVal="" descr="dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.DictionaryType.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> 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]]) -> file object Open a file. The mode can be 'r', 'w' or 'a' for reading (default), writing or appending. The file will be created if it doesn't exist when opened for writing or appending; it will be truncated when opened for writing. Add a 'b' to the mode for binary files. Add a '+' to the mode to allow simultaneous reading and writing. If the buffering argument is given, 0 means unbuffered, 1 means line buffered, and larger numbers specify the buffer size. The preferred way to open a file is with the builtin open() function. Add a 'U' to mode to open the file for input with universal newline support. Any line ending in the input file will be seen as a '\n' in Python. Also, a file so opened gains the attribute 'newlines'; the value for this attribute is one of None (no newline read yet), '\r', '\n', '\r\n' or a tuple containing all the newline types seen. 'U' cannot be combined with 'w' or '+' mode."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.close" func="yes"> | |
<Overload retVal="" descr="close() -> None or (perhaps) an integer. Close the file. Sets data attribute .closed to True. A closed file cannot be used for further I/O operations. close() may be called more than once without error. Some kinds of file objects (for example, opened by popen()) 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() -> integer "file descriptor". This is needed for lower-level file interfaces, such os.read().'> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.flush" func="yes"> | |
<Overload retVal="" descr="flush() -> None. Flush the internal I/O buffer."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.isatty" func="yes"> | |
<Overload retVal="" descr="isatty() -> 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.read" func="yes"> | |
<Overload retVal="" descr="read([size]) -> read at most size bytes, returned as a string. If the size argument is negative or omitted, read until EOF is reached. Notice that when in non-blocking mode, less data than what was requested may be returned, even if no size parameter was given."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.readinto" func="yes"> | |
<Overload retVal="" descr="readinto() -> Undocumented. Don't use this; it may go away."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.readline" func="yes"> | |
<Overload retVal="" descr="readline([size]) -> next line from the file, as a string. Retain newline. A non-negative size argument limits the maximum number of bytes to return (an incomplete line may be returned then). Return an empty string at EOF."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.readlines" func="yes"> | |
<Overload retVal="" descr="readlines([size]) -> list of strings, each a line from the file. Call readline() repeatedly and return a list of the lines so read. The optional size argument, if given, is an approximate bound on the total number of bytes in the lines returned."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.seek" func="yes"> | |
<Overload retVal="" descr="seek(offset[, whence]) -> None. Move to new file position. Argument offset is a byte count. Optional argument whence defaults to 0 (offset from start of file, offset should be >= 0); other values are 1 (move relative to current position, positive or negative), and 2 (move relative to end of file, usually negative, although many platforms allow seeking beyond the end of a file). If the file is opened in text mode, only offsets returned by tell() are legal. Use of other offsets causes undefined behavior. 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() -> current file position, an integer (may be a long integer)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.truncate" func="yes"> | |
<Overload retVal="" descr="truncate([size]) -> None. Truncate the file to at most size bytes. 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) -> None. Write string str to file. Note that due to buffering, flush() or close() may be needed before the file on disk reflects the data written."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.writelines" func="yes"> | |
<Overload retVal="" descr="writelines(sequence_of_strings) -> None. Write the strings to the file. Note that newlines are not added. The sequence can be any iterable object producing strings. This is equivalent to calling write() for each string."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FileType.xreadlines" func="yes"> | |
<Overload retVal="" descr="xreadlines() -> returns self. For backward compatibility. File objects now include the performance optimizations previously implemented in the xreadlines module."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FloatType" func="yes"> | |
<Overload retVal="" descr="float(x) -> floating point number 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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) -> float Create a floating-point number from a hexadecimal string. >>> float.fromhex('0x1.ffffp10') 2047.984375 >>> float.fromhex('-0x1p-1074') -4.9406564584124654e-324"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.FloatType.hex" func="yes"> | |
<Overload retVal="" descr="float.hex() -> string Return a hexadecimal representation of a floating-point number. >>> (-0.1).hex() '-0x1.999999999999ap-4' >>> 3.14159.hex() '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]]]) Create a function object from a code object and a dictionary. The optional name string overrides the name from the code object. The optional argdefs tuple specifies the default argument values. 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() -> 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.GeneratorType.send" func="yes"> | |
<Overload retVal="" descr="send(arg) -> send 'arg' into generator, return next yielded value or raise StopIteration."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.GeneratorType.throw" func="yes"> | |
<Overload retVal="" descr="throw(typ[,val[,tb]]) -> raise exception in generator, 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]) Create an instance without calling its __init__() method. The class must be a classic class. If present, dict must be a dictionary or None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.InstanceType.next" func="yes"> | |
<Overload retVal="" descr="x.next() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.IntType" func="yes"> | |
<Overload retVal="" descr="int(x=0) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns a long instead. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.IntType.bit_length" func="yes"> | |
<Overload retVal="" descr="int.bit_length() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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]]]) Create a function object from a code object and a dictionary. The optional name string overrides the name from the code object. The optional argdefs tuple specifies the default argument values. 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() -> new empty list list(iterable) -> 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) -> 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]]) -> integer -- return first index of value. 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]) -> item -- remove and return item at index (default last). 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. 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*; cmp(x, y) -> -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) -> long long(x, base=10) -> long Convert a number or string to a long integer, or return 0L if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4L"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.LongType.bit_length" func="yes"> | |
<Overload retVal="" descr="long.bit_length() -> int or long Number of bits necessary to represent self in binary. >>> bin(37L) '0b100101' >>> (37L).bit_length() 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) 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]) Create a module object. 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. Call this function to inhibit that the first instance of 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) slice(start, stop[, step]) 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) -> (start, stop, stride) Assuming a sequence of length len, calculate the start and stop indices, and the stride length of the extended slice described by S. Out of bounds indices are clipped in a manner consistent with the 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='') -> string Return a nice string representation of the object. 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() -> string Return a copy of the string S with only its first character capitalized."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.center" func="yes"> | |
<Overload retVal="" descr="S.center(width[, fillchar]) -> string Return S centered in a string of length width. Padding is 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]]) -> int Return the number of non-overlapping occurrences of substring sub in string S[start:end]. Optional arguments start and end are interpreted as in slice notation."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.decode" func="yes"> | |
<Overload retVal="" descr="S.decode([encoding[,errors]]) -> object Decodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeDecodeError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle UnicodeDecodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.encode" func="yes"> | |
<Overload retVal="" descr="S.encode([encoding[,errors]]) -> object Encodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with 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]]) -> bool Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> string Return a copy of S where all tab characters are expanded using spaces. 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]]) -> int Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.format" func="yes"> | |
<Overload retVal="" descr="S.format(*args, **kwargs) -> string Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces ('{' and '}')."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.index" func="yes"> | |
<Overload retVal="" descr="S.index(sub [,start [,end]]) -> int 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() -> bool Return True if all characters in S are alphanumeric 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() -> bool Return True if all characters in S are alphabetic 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() -> bool Return True if all characters in S are digits 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() -> bool Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.isspace" func="yes"> | |
<Overload retVal="" descr="S.isspace() -> bool Return True if all characters in S are whitespace 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() -> bool Return True if S is a titlecased string and there is at least one character in S, i.e. uppercase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.isupper" func="yes"> | |
<Overload retVal="" descr="S.isupper() -> bool Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.join" func="yes"> | |
<Overload retVal="" descr="S.join(iterable) -> string Return a string which is the concatenation of the strings in the iterable. The separator between elements is S."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.ljust" func="yes"> | |
<Overload retVal="" descr="S.ljust(width[, fillchar]) -> string Return S left-justified in a string of length width. Padding is done using the specified fill character (default is a space)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.lower" func="yes"> | |
<Overload retVal="" descr="S.lower() -> string 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]) -> string or unicode Return a copy of the string S with leading whitespace removed. If chars is given and not None, remove characters in chars instead. 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) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.replace" func="yes"> | |
<Overload retVal="" descr="S.replace(old, new[, count]) -> string Return a copy of string S with all occurrences of substring old replaced by new. If the optional argument count is 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]]) -> int Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.rindex" func="yes"> | |
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -> int 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]) -> string Return S right-justified in a string of length width. Padding is 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) -> (head, sep, tail) Search for the separator sep in S, starting at the end of S, and return the part before it, the separator itself, and the part after it. If the 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]]) -> list of strings Return a list of the words in the string S, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.rstrip" func="yes"> | |
<Overload retVal="" descr="S.rstrip([chars]) -> string or unicode Return a copy of the string S with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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]]) -> list of strings Return a list of the words in the string S, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator and empty strings are removed from the result."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.splitlines" func="yes"> | |
<Overload retVal="" descr="S.splitlines(keepends=False) -> list of strings Return a list of the lines in S, breaking at line boundaries. Line breaks are not included in the resulting list unless keepends is given and true."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.startswith" func="yes"> | |
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -> bool Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> string or unicode Return a copy of the string S with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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() -> string Return a copy of the string S with uppercase characters converted to lowercase and vice versa."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.title" func="yes"> | |
<Overload retVal="" descr="S.title() -> string Return a titlecased version of S, i.e. words start with uppercase characters, all remaining cased characters have lowercase."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.translate" func="yes"> | |
<Overload retVal="" descr="S.translate(table [,deletechars]) -> string Return a copy of the string S, where all characters occurring in the optional argument deletechars are removed, and the remaining characters have been mapped through the given translation table, which must be a string of length 256 or None. If the table argument is None, no translation is applied and the operation simply removes the characters in deletechars."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.StringType.upper" func="yes"> | |
<Overload retVal="" descr="S.upper() -> string 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) -> string Pad a numeric string S with zeros on the left, to fill a field 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() -> empty tuple tuple(iterable) -> tuple initialized from iterable's items 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) -> integer -- return number of occurrences of value"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.TupleType.index" func="yes"> | |
<Overload retVal="" descr="T.index(value, [start, [stop]]) -> integer -- return first index of value. Raises ValueError if the value is not present."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.TypeType" func="yes"> | |
<Overload retVal="" descr="type(object) -> the object's type type(name, bases, dict) -> a new type"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.TypeType.mro" func="yes"> | |
<Overload retVal="" descr="mro() -> list 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) 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='') -> unicode object unicode(string[, encoding[, errors]]) -> unicode object Create a new Unicode object from the given encoded string. encoding defaults to the current default string encoding. 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() -> unicode Return a capitalized version of S, i.e. make the first character have upper case and the rest lower case."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.center" func="yes"> | |
<Overload retVal="" descr="S.center(width[, fillchar]) -> unicode Return S centered in a Unicode string of length width. Padding is 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]]) -> int Return the number of non-overlapping occurrences of substring sub in Unicode string S[start:end]. Optional arguments start and end are interpreted as in slice notation."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.decode" func="yes"> | |
<Overload retVal="" descr="S.decode([encoding[,errors]]) -> string or unicode Decodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeDecodeError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle UnicodeDecodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.encode" func="yes"> | |
<Overload retVal="" descr="S.encode([encoding[,errors]]) -> string or unicode Encodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with codecs.register_error that can handle UnicodeEncodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.endswith" func="yes"> | |
<Overload retVal="" descr="S.endswith(suffix[, start[, end]]) -> bool Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> unicode Return a copy of S where all tab characters are expanded using spaces. 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]]) -> int Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.format" func="yes"> | |
<Overload retVal="" descr="S.format(*args, **kwargs) -> unicode Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces ('{' and '}')."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.index" func="yes"> | |
<Overload retVal="" descr="S.index(sub [,start [,end]]) -> int 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() -> bool Return True if all characters in S are alphanumeric 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() -> bool Return True if all characters in S are alphabetic 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() -> bool Return True if there are only decimal characters in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.isdigit" func="yes"> | |
<Overload retVal="" descr="S.isdigit() -> bool Return True if all characters in S are digits 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() -> bool Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.isnumeric" func="yes"> | |
<Overload retVal="" descr="S.isnumeric() -> bool Return True if there are only numeric characters in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.isspace" func="yes"> | |
<Overload retVal="" descr="S.isspace() -> bool Return True if all characters in S are whitespace 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() -> bool Return True if S is a titlecased string and there is at least one character in S, i.e. upper- and titlecase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.isupper" func="yes"> | |
<Overload retVal="" descr="S.isupper() -> bool Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.join" func="yes"> | |
<Overload retVal="" descr="S.join(iterable) -> unicode Return a string which is the concatenation of the strings in the iterable. The separator between elements is S."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.ljust" func="yes"> | |
<Overload retVal="" descr="S.ljust(width[, fillchar]) -> int Return S left-justified in a Unicode string of length width. Padding is done using the specified fill character (default is a space)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.lower" func="yes"> | |
<Overload retVal="" descr="S.lower() -> unicode 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]) -> unicode Return a copy of the string S with leading whitespace removed. If chars is given and not None, remove characters in chars instead. 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) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.replace" func="yes"> | |
<Overload retVal="" descr="S.replace(old, new[, count]) -> unicode Return a copy of S with all occurrences of substring old replaced by new. If the optional argument count is 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]]) -> int Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.rindex" func="yes"> | |
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -> int 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]) -> unicode Return S right-justified in a Unicode string of length width. Padding is 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) -> (head, sep, tail) Search for the separator sep in S, starting at the end of S, and return the part before it, the separator itself, and the part after it. If the 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]]) -> list of strings Return a list of the words in S, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified, any whitespace string is a separator."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.rstrip" func="yes"> | |
<Overload retVal="" descr="S.rstrip([chars]) -> unicode Return a copy of the string S with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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]]) -> list of strings Return a list of the words in S, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator and empty strings are removed from the result."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.splitlines" func="yes"> | |
<Overload retVal="" descr="S.splitlines(keepends=False) -> list of strings Return a list of the lines in S, breaking at line boundaries. Line breaks are not included in the resulting list unless keepends is given and true."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.startswith" func="yes"> | |
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -> bool Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> unicode Return a copy of the string S with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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() -> unicode Return a copy of S with uppercase characters converted to lowercase and vice versa."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.title" func="yes"> | |
<Overload retVal="" descr="S.title() -> unicode Return a titlecased version of S, i.e. words start with title case characters, all remaining cased characters have lower case."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.translate" func="yes"> | |
<Overload retVal="" descr="S.translate(table) -> unicode Return a copy of the string S, where all characters have been mapped through the given translation table, which must be a mapping of Unicode ordinals to Unicode ordinals, Unicode strings or None. Unmapped characters are left untouched. Characters mapped to None are deleted."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.upper" func="yes"> | |
<Overload retVal="" descr="S.upper() -> unicode Return a copy of S converted to uppercase."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.UnicodeType.zfill" func="yes"> | |
<Overload retVal="" descr="S.zfill(width) -> unicode Pad a numeric string S with zeros on the left, to fill a field 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) -> xrange object xrange(start, stop[, step]) -> xrange object Like range(), but instead of returning a list, returns an object that generates the numbers in the range on demand. For looping, this is 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) -> floating point number 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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) -> float Create a floating-point number from a hexadecimal string. >>> float.fromhex('0x1.ffffp10') 2047.984375 >>> float.fromhex('-0x1p-1074') -4.9406564584124654e-324"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.getdouble.hex" func="yes"> | |
<Overload retVal="" descr="float.hex() -> string Return a hexadecimal representation of a floating-point number. >>> (-0.1).hex() '-0x1.999999999999ap-4' >>> 3.14159.hex() '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) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns a long instead. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="FileDialog.getint.bit_length" func="yes"> | |
<Overload retVal="" descr="int.bit_length() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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 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. This module defines the class MimeWriter. The MimeWriter class implements a basic formatter for creating MIME multi-part files. It doesn't seek around the output file nor does it use large amounts of buffer space. You must write the parts out in the order that they should occur in the final file. MimeWriter does buffer the headers you add, allowing you to rearrange their 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 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]]) --> deque object 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) -> 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 vertical scroll bar on its right. (Later, options may be added to add a horizontal bar as well, to make the bars disappear automatically when not needed, to move them to the other side of the window, etc.) Configuration options are passed to the Text widget. A Frame widget is inserted between the master and the text, to hold the Scrollbar widget. Most methods calls are inherited from the Text widget; Pack, Grid and 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) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. 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() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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]]) Create a new buffer object which references the given object. The buffer will reference a slice of the target object from the start of the object (or at the specified offset). The slice will 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) Create a class object. The name must be a string; the second argument 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, varnames, filename, name, firstlineno, lnotab[, freevars[, cellvars]]) 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]) -> complex number Create a complex number from a real part and an optional imaginary part. 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() -> complex 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() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictProxyType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictProxyType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictProxyType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictProxyType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictProxyType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictProxyType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictProxyType.values" func="yes"> | |
<Overload retVal="" descr="D.values() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType" func="yes"> | |
<Overload retVal="" descr="dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictType.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> an object providing a view on D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType" func="yes"> | |
<Overload retVal="" descr="dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.DictionaryType.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> 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]]) -> file object Open a file. The mode can be 'r', 'w' or 'a' for reading (default), writing or appending. The file will be created if it doesn't exist when opened for writing or appending; it will be truncated when opened for writing. Add a 'b' to the mode for binary files. Add a '+' to the mode to allow simultaneous reading and writing. If the buffering argument is given, 0 means unbuffered, 1 means line buffered, and larger numbers specify the buffer size. The preferred way to open a file is with the builtin open() function. Add a 'U' to mode to open the file for input with universal newline support. Any line ending in the input file will be seen as a '\n' in Python. Also, a file so opened gains the attribute 'newlines'; the value for this attribute is one of None (no newline read yet), '\r', '\n', '\r\n' or a tuple containing all the newline types seen. 'U' cannot be combined with 'w' or '+' mode."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.close" func="yes"> | |
<Overload retVal="" descr="close() -> None or (perhaps) an integer. Close the file. Sets data attribute .closed to True. A closed file cannot be used for further I/O operations. close() may be called more than once without error. Some kinds of file objects (for example, opened by popen()) 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() -> integer "file descriptor". This is needed for lower-level file interfaces, such os.read().'> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.flush" func="yes"> | |
<Overload retVal="" descr="flush() -> None. Flush the internal I/O buffer."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.isatty" func="yes"> | |
<Overload retVal="" descr="isatty() -> 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.read" func="yes"> | |
<Overload retVal="" descr="read([size]) -> read at most size bytes, returned as a string. If the size argument is negative or omitted, read until EOF is reached. Notice that when in non-blocking mode, less data than what was requested may be returned, even if no size parameter was given."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.readinto" func="yes"> | |
<Overload retVal="" descr="readinto() -> Undocumented. Don't use this; it may go away."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.readline" func="yes"> | |
<Overload retVal="" descr="readline([size]) -> next line from the file, as a string. Retain newline. A non-negative size argument limits the maximum number of bytes to return (an incomplete line may be returned then). Return an empty string at EOF."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.readlines" func="yes"> | |
<Overload retVal="" descr="readlines([size]) -> list of strings, each a line from the file. Call readline() repeatedly and return a list of the lines so read. The optional size argument, if given, is an approximate bound on the total number of bytes in the lines returned."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.seek" func="yes"> | |
<Overload retVal="" descr="seek(offset[, whence]) -> None. Move to new file position. Argument offset is a byte count. Optional argument whence defaults to 0 (offset from start of file, offset should be >= 0); other values are 1 (move relative to current position, positive or negative), and 2 (move relative to end of file, usually negative, although many platforms allow seeking beyond the end of a file). If the file is opened in text mode, only offsets returned by tell() are legal. Use of other offsets causes undefined behavior. 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() -> current file position, an integer (may be a long integer)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.truncate" func="yes"> | |
<Overload retVal="" descr="truncate([size]) -> None. Truncate the file to at most size bytes. 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) -> None. Write string str to file. Note that due to buffering, flush() or close() may be needed before the file on disk reflects the data written."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.writelines" func="yes"> | |
<Overload retVal="" descr="writelines(sequence_of_strings) -> None. Write the strings to the file. Note that newlines are not added. The sequence can be any iterable object producing strings. This is equivalent to calling write() for each string."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FileType.xreadlines" func="yes"> | |
<Overload retVal="" descr="xreadlines() -> returns self. For backward compatibility. File objects now include the performance optimizations previously implemented in the xreadlines module."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FloatType" func="yes"> | |
<Overload retVal="" descr="float(x) -> floating point number 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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) -> float Create a floating-point number from a hexadecimal string. >>> float.fromhex('0x1.ffffp10') 2047.984375 >>> float.fromhex('-0x1p-1074') -4.9406564584124654e-324"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.FloatType.hex" func="yes"> | |
<Overload retVal="" descr="float.hex() -> string Return a hexadecimal representation of a floating-point number. >>> (-0.1).hex() '-0x1.999999999999ap-4' >>> 3.14159.hex() '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]]]) Create a function object from a code object and a dictionary. The optional name string overrides the name from the code object. The optional argdefs tuple specifies the default argument values. 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() -> 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.GeneratorType.send" func="yes"> | |
<Overload retVal="" descr="send(arg) -> send 'arg' into generator, return next yielded value or raise StopIteration."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.GeneratorType.throw" func="yes"> | |
<Overload retVal="" descr="throw(typ[,val[,tb]]) -> raise exception in generator, 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]) Create an instance without calling its __init__() method. The class must be a classic class. If present, dict must be a dictionary or None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.InstanceType.next" func="yes"> | |
<Overload retVal="" descr="x.next() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.IntType" func="yes"> | |
<Overload retVal="" descr="int(x=0) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns a long instead. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.IntType.bit_length" func="yes"> | |
<Overload retVal="" descr="int.bit_length() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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]]]) Create a function object from a code object and a dictionary. The optional name string overrides the name from the code object. The optional argdefs tuple specifies the default argument values. 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() -> new empty list list(iterable) -> 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) -> 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]]) -> integer -- return first index of value. 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]) -> item -- remove and return item at index (default last). 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. 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*; cmp(x, y) -> -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) -> long long(x, base=10) -> long Convert a number or string to a long integer, or return 0L if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4L"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.LongType.bit_length" func="yes"> | |
<Overload retVal="" descr="long.bit_length() -> int or long Number of bits necessary to represent self in binary. >>> bin(37L) '0b100101' >>> (37L).bit_length() 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) 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]) Create a module object. 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. Call this function to inhibit that the first instance of 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) slice(start, stop[, step]) 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) -> (start, stop, stride) Assuming a sequence of length len, calculate the start and stop indices, and the stride length of the extended slice described by S. Out of bounds indices are clipped in a manner consistent with the 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='') -> string Return a nice string representation of the object. 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() -> string Return a copy of the string S with only its first character capitalized."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.center" func="yes"> | |
<Overload retVal="" descr="S.center(width[, fillchar]) -> string Return S centered in a string of length width. Padding is 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]]) -> int Return the number of non-overlapping occurrences of substring sub in string S[start:end]. Optional arguments start and end are interpreted as in slice notation."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.decode" func="yes"> | |
<Overload retVal="" descr="S.decode([encoding[,errors]]) -> object Decodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeDecodeError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle UnicodeDecodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.encode" func="yes"> | |
<Overload retVal="" descr="S.encode([encoding[,errors]]) -> object Encodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with 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]]) -> bool Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> string Return a copy of S where all tab characters are expanded using spaces. 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]]) -> int Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.format" func="yes"> | |
<Overload retVal="" descr="S.format(*args, **kwargs) -> string Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces ('{' and '}')."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.index" func="yes"> | |
<Overload retVal="" descr="S.index(sub [,start [,end]]) -> int 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() -> bool Return True if all characters in S are alphanumeric 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() -> bool Return True if all characters in S are alphabetic 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() -> bool Return True if all characters in S are digits 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() -> bool Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.isspace" func="yes"> | |
<Overload retVal="" descr="S.isspace() -> bool Return True if all characters in S are whitespace 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() -> bool Return True if S is a titlecased string and there is at least one character in S, i.e. uppercase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.isupper" func="yes"> | |
<Overload retVal="" descr="S.isupper() -> bool Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.join" func="yes"> | |
<Overload retVal="" descr="S.join(iterable) -> string Return a string which is the concatenation of the strings in the iterable. The separator between elements is S."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.ljust" func="yes"> | |
<Overload retVal="" descr="S.ljust(width[, fillchar]) -> string Return S left-justified in a string of length width. Padding is done using the specified fill character (default is a space)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.lower" func="yes"> | |
<Overload retVal="" descr="S.lower() -> string 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]) -> string or unicode Return a copy of the string S with leading whitespace removed. If chars is given and not None, remove characters in chars instead. 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) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.replace" func="yes"> | |
<Overload retVal="" descr="S.replace(old, new[, count]) -> string Return a copy of string S with all occurrences of substring old replaced by new. If the optional argument count is 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]]) -> int Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.rindex" func="yes"> | |
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -> int 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]) -> string Return S right-justified in a string of length width. Padding is 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) -> (head, sep, tail) Search for the separator sep in S, starting at the end of S, and return the part before it, the separator itself, and the part after it. If the 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]]) -> list of strings Return a list of the words in the string S, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.rstrip" func="yes"> | |
<Overload retVal="" descr="S.rstrip([chars]) -> string or unicode Return a copy of the string S with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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]]) -> list of strings Return a list of the words in the string S, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator and empty strings are removed from the result."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.splitlines" func="yes"> | |
<Overload retVal="" descr="S.splitlines(keepends=False) -> list of strings Return a list of the lines in S, breaking at line boundaries. Line breaks are not included in the resulting list unless keepends is given and true."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.startswith" func="yes"> | |
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -> bool Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> string or unicode Return a copy of the string S with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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() -> string Return a copy of the string S with uppercase characters converted to lowercase and vice versa."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.title" func="yes"> | |
<Overload retVal="" descr="S.title() -> string Return a titlecased version of S, i.e. words start with uppercase characters, all remaining cased characters have lowercase."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.translate" func="yes"> | |
<Overload retVal="" descr="S.translate(table [,deletechars]) -> string Return a copy of the string S, where all characters occurring in the optional argument deletechars are removed, and the remaining characters have been mapped through the given translation table, which must be a string of length 256 or None. If the table argument is None, no translation is applied and the operation simply removes the characters in deletechars."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.StringType.upper" func="yes"> | |
<Overload retVal="" descr="S.upper() -> string 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) -> string Pad a numeric string S with zeros on the left, to fill a field 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() -> empty tuple tuple(iterable) -> tuple initialized from iterable's items 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) -> integer -- return number of occurrences of value"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.TupleType.index" func="yes"> | |
<Overload retVal="" descr="T.index(value, [start, [stop]]) -> integer -- return first index of value. Raises ValueError if the value is not present."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.TypeType" func="yes"> | |
<Overload retVal="" descr="type(object) -> the object's type type(name, bases, dict) -> a new type"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.TypeType.mro" func="yes"> | |
<Overload retVal="" descr="mro() -> list 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) 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='') -> unicode object unicode(string[, encoding[, errors]]) -> unicode object Create a new Unicode object from the given encoded string. encoding defaults to the current default string encoding. 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() -> unicode Return a capitalized version of S, i.e. make the first character have upper case and the rest lower case."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.center" func="yes"> | |
<Overload retVal="" descr="S.center(width[, fillchar]) -> unicode Return S centered in a Unicode string of length width. Padding is 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]]) -> int Return the number of non-overlapping occurrences of substring sub in Unicode string S[start:end]. Optional arguments start and end are interpreted as in slice notation."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.decode" func="yes"> | |
<Overload retVal="" descr="S.decode([encoding[,errors]]) -> string or unicode Decodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeDecodeError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle UnicodeDecodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.encode" func="yes"> | |
<Overload retVal="" descr="S.encode([encoding[,errors]]) -> string or unicode Encodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with codecs.register_error that can handle UnicodeEncodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.endswith" func="yes"> | |
<Overload retVal="" descr="S.endswith(suffix[, start[, end]]) -> bool Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> unicode Return a copy of S where all tab characters are expanded using spaces. 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]]) -> int Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.format" func="yes"> | |
<Overload retVal="" descr="S.format(*args, **kwargs) -> unicode Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces ('{' and '}')."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.index" func="yes"> | |
<Overload retVal="" descr="S.index(sub [,start [,end]]) -> int 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() -> bool Return True if all characters in S are alphanumeric 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() -> bool Return True if all characters in S are alphabetic 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() -> bool Return True if there are only decimal characters in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.isdigit" func="yes"> | |
<Overload retVal="" descr="S.isdigit() -> bool Return True if all characters in S are digits 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() -> bool Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.isnumeric" func="yes"> | |
<Overload retVal="" descr="S.isnumeric() -> bool Return True if there are only numeric characters in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.isspace" func="yes"> | |
<Overload retVal="" descr="S.isspace() -> bool Return True if all characters in S are whitespace 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() -> bool Return True if S is a titlecased string and there is at least one character in S, i.e. upper- and titlecase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.isupper" func="yes"> | |
<Overload retVal="" descr="S.isupper() -> bool Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.join" func="yes"> | |
<Overload retVal="" descr="S.join(iterable) -> unicode Return a string which is the concatenation of the strings in the iterable. The separator between elements is S."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.ljust" func="yes"> | |
<Overload retVal="" descr="S.ljust(width[, fillchar]) -> int Return S left-justified in a Unicode string of length width. Padding is done using the specified fill character (default is a space)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.lower" func="yes"> | |
<Overload retVal="" descr="S.lower() -> unicode 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]) -> unicode Return a copy of the string S with leading whitespace removed. If chars is given and not None, remove characters in chars instead. 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) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.replace" func="yes"> | |
<Overload retVal="" descr="S.replace(old, new[, count]) -> unicode Return a copy of S with all occurrences of substring old replaced by new. If the optional argument count is 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]]) -> int Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.rindex" func="yes"> | |
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -> int 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]) -> unicode Return S right-justified in a Unicode string of length width. Padding is 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) -> (head, sep, tail) Search for the separator sep in S, starting at the end of S, and return the part before it, the separator itself, and the part after it. If the 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]]) -> list of strings Return a list of the words in S, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified, any whitespace string is a separator."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.rstrip" func="yes"> | |
<Overload retVal="" descr="S.rstrip([chars]) -> unicode Return a copy of the string S with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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]]) -> list of strings Return a list of the words in S, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator and empty strings are removed from the result."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.splitlines" func="yes"> | |
<Overload retVal="" descr="S.splitlines(keepends=False) -> list of strings Return a list of the lines in S, breaking at line boundaries. Line breaks are not included in the resulting list unless keepends is given and true."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.startswith" func="yes"> | |
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -> bool Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> unicode Return a copy of the string S with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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() -> unicode Return a copy of S with uppercase characters converted to lowercase and vice versa."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.title" func="yes"> | |
<Overload retVal="" descr="S.title() -> unicode Return a titlecased version of S, i.e. words start with title case characters, all remaining cased characters have lower case."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.translate" func="yes"> | |
<Overload retVal="" descr="S.translate(table) -> unicode Return a copy of the string S, where all characters have been mapped through the given translation table, which must be a mapping of Unicode ordinals to Unicode ordinals, Unicode strings or None. Unmapped characters are left untouched. Characters mapped to None are deleted."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.upper" func="yes"> | |
<Overload retVal="" descr="S.upper() -> unicode Return a copy of S converted to uppercase."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.UnicodeType.zfill" func="yes"> | |
<Overload retVal="" descr="S.zfill(width) -> unicode Pad a numeric string S with zeros on the left, to fill a field 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) -> xrange object xrange(start, stop[, step]) -> xrange object Like range(), but instead of returning a list, returns an object that generates the numbers in the range on demand. For looping, this is 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) -> floating point number 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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) -> float Create a floating-point number from a hexadecimal string. >>> float.fromhex('0x1.ffffp10') 2047.984375 >>> float.fromhex('-0x1p-1074') -4.9406564584124654e-324"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.getdouble.hex" func="yes"> | |
<Overload retVal="" descr="float.hex() -> string Return a hexadecimal representation of a floating-point number. >>> (-0.1).hex() '-0x1.999999999999ap-4' >>> 3.14159.hex() '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) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns a long instead. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="SimpleDialog.getint.bit_length" func="yes"> | |
<Overload retVal="" descr="int.bit_length() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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. This module builds on BaseHTTPServer by implementing the standard GET 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. This module can be used to create simple XML-RPC servers by creating a server and either installing functions, a class instance, or by extending the SimpleXMLRPCServer class. It can also be used to handle XML-RPC requests in a CGI environment using CGIXMLRPCRequestHandler. A list of possible usage patterns follows: 1. Install functions: server = SimpleXMLRPCServer(("localhost", 8000)) server.register_function(pow) server.register_function(lambda x,y: x+y, 'add') server.serve_forever() 2. Install an instance: class MyFuncs: def __init__(self): # make all of the string functions available through # string.func_name import string self.string = string def _listMethods(self): # implement this method so that system.listMethods # knows to advertise the strings methods return list_public_methods(self) + \ ['string.' + method for method in list_public_methods(self.string)] def pow(self, x, y): return pow(x, y) def add(self, x, y) : return x + y server = SimpleXMLRPCServer(("localhost", 8000)) server.register_introspection_functions() server.register_instance(MyFuncs()) server.serve_forever() 3. Install an instance with custom dispatch method: class Math: def _listMethods(self): # this method must be present for system.listMethods # to work return ['add', 'pow'] def _methodHelp(self, method): # this method must be present for system.methodHelp # to work if method == 'add': return "add(2,3) => 5" elif method == 'pow': return "pow(x, y[, z]) => number" else: # By convention, return empty # string if no help is available return "" def _dispatch(self, method, params): if method == 'pow': return pow(*params) elif method == 'add': return params[0] + params[1] else: raise 'bad method' server = SimpleXMLRPCServer(("localhost", 8000)) server.register_introspection_functions() server.register_instance(Math()) server.serve_forever() 4. Subclass SimpleXMLRPCServer: class MathServer(SimpleXMLRPCServer): def _dispatch(self, method, params): try: # We are forcing the 'export_' prefix on methods that are # callable through XML-RPC to prevent potential security # problems func = getattr(self, 'export_' + method) except AttributeError: raise Exception('method "%s" is not supported' % method) else: return func(*params) def export_add(self, x, y): return x + y server = MathServer(("localhost", 8000)) server.serve_forever() 5. CGI script: server = CGIXMLRPCRequestHandler() server.register_function(pow) 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 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]) => [3,1,2] Returns a copy of a list without duplicates. Every list item must be hashable and the order of the items in the 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') => a.b.c.d Resolves a dotted attribute name to an object. Raises an AttributeError if any attribute in the chain starts with a '_'. If the optional allow_dotted_names argument is false, dots are not 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. This module tries to capture the various aspects of defining a server: For socket-based servers: - address family: - AF_INET{,6}: IP (Internet Protocol) sockets (default) - AF_UNIX: Unix domain sockets - others, e.g. AF_DECNET are conceivable (see <socket.h> - socket type: - SOCK_STREAM (reliable stream, e.g. TCP) - SOCK_DGRAM (datagrams, e.g. UDP) For request-based servers (including socket-based): - client address verification before further looking at the request (This is actually a hook for any processing that needs to look at the request before anything else, e.g. logging) - how to handle multiple requests: - synchronous (one request is handled at a time) - forking (each request is handled by a new process) - threading (each request is handled by a new thread) The classes in this module favor the server type that is simplest to write: a synchronous TCP/IP server. This is bad class design, but save some typing. (There's also the issue that a deep class hierarchy slows down method lookups.) There are five classes in an inheritance diagram, four of which represent synchronous servers of four types: +------------+ | BaseServer | +------------+ | v +-----------+ +------------------+ | TCPServer |------->| UnixStreamServer | +-----------+ +------------------+ | v +-----------+ +--------------------+ | UDPServer |------->| UnixDatagramServer | +-----------+ +--------------------+ Note that UnixDatagramServer derives from UDPServer, not from UnixStreamServer -- the only difference between an IP and a Unix stream server is the address family, which is simply repeated in both unix server classes. Forking and threading versions of each type of server can be created using the ForkingMixIn and ThreadingMixIn mix-in classes. For instance, a threading UDP server class is created as follows: class ThreadingUDPServer(ThreadingMixIn, UDPServer): pass The Mix-in class must come first, since it overrides a method defined in UDPServer! Setting the various member variables also changes the behavior of the underlying server mechanism. To implement a service, you must derive a class from BaseRequestHandler and redefine its handle() method. You can then run various versions of the service by combining one of the server classes with your request handler class. The request handler class must be different for datagram or stream services. This can be hidden by using the request handler subclasses StreamRequestHandler or DatagramRequestHandler. Of course, you still have to use your head! For instance, it makes no sense to use a forking server if the service contains state in memory that can be modified by requests (since the modifications in the child process would never reach the initial state kept in the parent process and passed to each child). In this case, you can use a threading server, but you will probably have to use locks to avoid two requests that come in nearly simultaneous to apply conflicting changes to the server state. On the other hand, if you are building e.g. an HTTP server, where all data is stored externally (e.g. in the file system), a synchronous class will essentially render the service "deaf" while one request is being handled -- which may be for a very long time if a client is slow to read all the data it has requested. Here a threading or forking server is appropriate. In some cases, it may be appropriate to process part of a request synchronously, but to finish processing in a forked child depending on the request data. This can be implemented by using a synchronous server and doing an explicit fork in the request handler class handle() method. Another approach to handling multiple simultaneous requests in an environment that supports neither threads nor fork (or where these are too expensive or inappropriate for the service) is to maintain an explicit table of partially finished requests and to use select() to decide which request to work on next (or whether to handle a new incoming request). This is particularly important for stream services where each client can potentially be connected for a long time (if threads or subprocesses cannot be used). Future work: - Standard classes for Sun RPC (which uses either UDP or TCP) - Standard mix-in classes to implement various authentication and encryption schemes - Standard framework for select-based multiplexing XXX Open problems: - What to do with out-of-band data? BaseServer: - split generic "request" functionality out into BaseServer class. Copyright (C) 2000 Luke Kenneth Casson Leighton <[email protected]> example: read entries from a SQL database (requires overriding get_request() to return a table entry from the database). 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 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. This implements (nearly) all stdio methods. f = StringIO() # ready for writing f = StringIO(buf) # ready for reading f.close() # explicitly release resources held flag = f.isatty() # always false pos = f.tell() # get current position f.seek(pos) # set current position f.seek(pos, mode) # mode 0: absolute; 1: relative; 2: relative to EOF buf = f.read() # read until EOF buf = f.read(n) # read up to n bytes buf = f.readline() # read until end of line ('\n') or EOF list = f.readlines()# list of f.readline() results until EOF f.truncate([size]) # truncate file at to at most size (default: current pos) f.write(buf) # write at current position f.writelines(list) # for line in list: f.write(line) f.getvalue() # return whole file's contents as a string Notes: - Using a real file is often faster (but less convenient). - There's also a much faster implementation in C, called cStringIO, but it's not subclassable. - fileno() is left unimplemented so that code which uses it triggers an exception early. - Seeking far beyond EOF and then writing will insert real null bytes that occupy space in the buffer. - 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. Please report this to the Python maintainer, along with the traceback, 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) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. 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() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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]]) Create a new buffer object which references the given object. The buffer will reference a slice of the target object from the start of the object (or at the specified offset). The slice will 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) Create a class object. The name must be a string; the second argument 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, varnames, filename, name, firstlineno, lnotab[, freevars[, cellvars]]) 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]) -> complex number Create a complex number from a real part and an optional imaginary part. 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() -> complex 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() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictProxyType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictProxyType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictProxyType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictProxyType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictProxyType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictProxyType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictProxyType.values" func="yes"> | |
<Overload retVal="" descr="D.values() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType" func="yes"> | |
<Overload retVal="" descr="dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictType.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> an object providing a view on D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType" func="yes"> | |
<Overload retVal="" descr="dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.DictionaryType.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> 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]]) -> file object Open a file. The mode can be 'r', 'w' or 'a' for reading (default), writing or appending. The file will be created if it doesn't exist when opened for writing or appending; it will be truncated when opened for writing. Add a 'b' to the mode for binary files. Add a '+' to the mode to allow simultaneous reading and writing. If the buffering argument is given, 0 means unbuffered, 1 means line buffered, and larger numbers specify the buffer size. The preferred way to open a file is with the builtin open() function. Add a 'U' to mode to open the file for input with universal newline support. Any line ending in the input file will be seen as a '\n' in Python. Also, a file so opened gains the attribute 'newlines'; the value for this attribute is one of None (no newline read yet), '\r', '\n', '\r\n' or a tuple containing all the newline types seen. 'U' cannot be combined with 'w' or '+' mode."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.close" func="yes"> | |
<Overload retVal="" descr="close() -> None or (perhaps) an integer. Close the file. Sets data attribute .closed to True. A closed file cannot be used for further I/O operations. close() may be called more than once without error. Some kinds of file objects (for example, opened by popen()) 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() -> integer "file descriptor". This is needed for lower-level file interfaces, such os.read().'> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.flush" func="yes"> | |
<Overload retVal="" descr="flush() -> None. Flush the internal I/O buffer."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.isatty" func="yes"> | |
<Overload retVal="" descr="isatty() -> 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.read" func="yes"> | |
<Overload retVal="" descr="read([size]) -> read at most size bytes, returned as a string. If the size argument is negative or omitted, read until EOF is reached. Notice that when in non-blocking mode, less data than what was requested may be returned, even if no size parameter was given."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.readinto" func="yes"> | |
<Overload retVal="" descr="readinto() -> Undocumented. Don't use this; it may go away."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.readline" func="yes"> | |
<Overload retVal="" descr="readline([size]) -> next line from the file, as a string. Retain newline. A non-negative size argument limits the maximum number of bytes to return (an incomplete line may be returned then). Return an empty string at EOF."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.readlines" func="yes"> | |
<Overload retVal="" descr="readlines([size]) -> list of strings, each a line from the file. Call readline() repeatedly and return a list of the lines so read. The optional size argument, if given, is an approximate bound on the total number of bytes in the lines returned."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.seek" func="yes"> | |
<Overload retVal="" descr="seek(offset[, whence]) -> None. Move to new file position. Argument offset is a byte count. Optional argument whence defaults to 0 (offset from start of file, offset should be >= 0); other values are 1 (move relative to current position, positive or negative), and 2 (move relative to end of file, usually negative, although many platforms allow seeking beyond the end of a file). If the file is opened in text mode, only offsets returned by tell() are legal. Use of other offsets causes undefined behavior. 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() -> current file position, an integer (may be a long integer)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.truncate" func="yes"> | |
<Overload retVal="" descr="truncate([size]) -> None. Truncate the file to at most size bytes. 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) -> None. Write string str to file. Note that due to buffering, flush() or close() may be needed before the file on disk reflects the data written."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.writelines" func="yes"> | |
<Overload retVal="" descr="writelines(sequence_of_strings) -> None. Write the strings to the file. Note that newlines are not added. The sequence can be any iterable object producing strings. This is equivalent to calling write() for each string."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileType.xreadlines" func="yes"> | |
<Overload retVal="" descr="xreadlines() -> returns self. For backward compatibility. File objects now include the performance optimizations previously implemented in the xreadlines module."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FileTypeList" /> | |
<KeyWord name="Tix.FloatType" func="yes"> | |
<Overload retVal="" descr="float(x) -> floating point number 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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) -> float Create a floating-point number from a hexadecimal string. >>> float.fromhex('0x1.ffffp10') 2047.984375 >>> float.fromhex('-0x1p-1074') -4.9406564584124654e-324"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.FloatType.hex" func="yes"> | |
<Overload retVal="" descr="float.hex() -> string Return a hexadecimal representation of a floating-point number. >>> (-0.1).hex() '-0x1.999999999999ap-4' >>> 3.14159.hex() '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]]]) Create a function object from a code object and a dictionary. The optional name string overrides the name from the code object. The optional argdefs tuple specifies the default argument values. 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() -> 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.GeneratorType.send" func="yes"> | |
<Overload retVal="" descr="send(arg) -> send 'arg' into generator, return next yielded value or raise StopIteration."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.GeneratorType.throw" func="yes"> | |
<Overload retVal="" descr="throw(typ[,val[,tb]]) -> raise exception in generator, 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]) Create an instance without calling its __init__() method. The class must be a classic class. If present, dict must be a dictionary or None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.InstanceType.next" func="yes"> | |
<Overload retVal="" descr="x.next() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.IntType" func="yes"> | |
<Overload retVal="" descr="int(x=0) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns a long instead. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.IntType.bit_length" func="yes"> | |
<Overload retVal="" descr="int.bit_length() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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]]]) Create a function object from a code object and a dictionary. The optional name string overrides the name from the code object. The optional argdefs tuple specifies the default argument values. 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() -> new empty list list(iterable) -> 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) -> 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]]) -> integer -- return first index of value. 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]) -> item -- remove and return item at index (default last). 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. 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*; cmp(x, y) -> -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) -> long long(x, base=10) -> long Convert a number or string to a long integer, or return 0L if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4L"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.LongType.bit_length" func="yes"> | |
<Overload retVal="" descr="long.bit_length() -> int or long Number of bits necessary to represent self in binary. >>> bin(37L) '0b100101' >>> (37L).bit_length() 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) 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]) Create a module object. 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. Call this function to inhibit that the first instance of 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 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) slice(start, stop[, step]) 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) -> (start, stop, stride) Assuming a sequence of length len, calculate the start and stop indices, and the stride length of the extended slice described by S. Out of bounds indices are clipped in a manner consistent with the 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='') -> string Return a nice string representation of the object. 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() -> string Return a copy of the string S with only its first character capitalized."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.center" func="yes"> | |
<Overload retVal="" descr="S.center(width[, fillchar]) -> string Return S centered in a string of length width. Padding is 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]]) -> int Return the number of non-overlapping occurrences of substring sub in string S[start:end]. Optional arguments start and end are interpreted as in slice notation."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.decode" func="yes"> | |
<Overload retVal="" descr="S.decode([encoding[,errors]]) -> object Decodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeDecodeError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle UnicodeDecodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.encode" func="yes"> | |
<Overload retVal="" descr="S.encode([encoding[,errors]]) -> object Encodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with 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]]) -> bool Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> string Return a copy of S where all tab characters are expanded using spaces. 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]]) -> int Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.format" func="yes"> | |
<Overload retVal="" descr="S.format(*args, **kwargs) -> string Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces ('{' and '}')."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.index" func="yes"> | |
<Overload retVal="" descr="S.index(sub [,start [,end]]) -> int 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() -> bool Return True if all characters in S are alphanumeric 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() -> bool Return True if all characters in S are alphabetic 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() -> bool Return True if all characters in S are digits 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() -> bool Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.isspace" func="yes"> | |
<Overload retVal="" descr="S.isspace() -> bool Return True if all characters in S are whitespace 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() -> bool Return True if S is a titlecased string and there is at least one character in S, i.e. uppercase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.isupper" func="yes"> | |
<Overload retVal="" descr="S.isupper() -> bool Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.join" func="yes"> | |
<Overload retVal="" descr="S.join(iterable) -> string Return a string which is the concatenation of the strings in the iterable. The separator between elements is S."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.ljust" func="yes"> | |
<Overload retVal="" descr="S.ljust(width[, fillchar]) -> string Return S left-justified in a string of length width. Padding is done using the specified fill character (default is a space)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.lower" func="yes"> | |
<Overload retVal="" descr="S.lower() -> string 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]) -> string or unicode Return a copy of the string S with leading whitespace removed. If chars is given and not None, remove characters in chars instead. 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) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.replace" func="yes"> | |
<Overload retVal="" descr="S.replace(old, new[, count]) -> string Return a copy of string S with all occurrences of substring old replaced by new. If the optional argument count is 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]]) -> int Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.rindex" func="yes"> | |
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -> int 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]) -> string Return S right-justified in a string of length width. Padding is 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) -> (head, sep, tail) Search for the separator sep in S, starting at the end of S, and return the part before it, the separator itself, and the part after it. If the 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]]) -> list of strings Return a list of the words in the string S, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.rstrip" func="yes"> | |
<Overload retVal="" descr="S.rstrip([chars]) -> string or unicode Return a copy of the string S with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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]]) -> list of strings Return a list of the words in the string S, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator and empty strings are removed from the result."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.splitlines" func="yes"> | |
<Overload retVal="" descr="S.splitlines(keepends=False) -> list of strings Return a list of the lines in S, breaking at line boundaries. Line breaks are not included in the resulting list unless keepends is given and true."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.startswith" func="yes"> | |
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -> bool Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> string or unicode Return a copy of the string S with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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() -> string Return a copy of the string S with uppercase characters converted to lowercase and vice versa."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.title" func="yes"> | |
<Overload retVal="" descr="S.title() -> string Return a titlecased version of S, i.e. words start with uppercase characters, all remaining cased characters have lowercase."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.translate" func="yes"> | |
<Overload retVal="" descr="S.translate(table [,deletechars]) -> string Return a copy of the string S, where all characters occurring in the optional argument deletechars are removed, and the remaining characters have been mapped through the given translation table, which must be a string of length 256 or None. If the table argument is None, no translation is applied and the operation simply removes the characters in deletechars."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.StringType.upper" func="yes"> | |
<Overload retVal="" descr="S.upper() -> string 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) -> string Pad a numeric string S with zeros on the left, to fill a field 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() -> empty tuple tuple(iterable) -> tuple initialized from iterable's items 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) -> integer -- return number of occurrences of value"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.TupleType.index" func="yes"> | |
<Overload retVal="" descr="T.index(value, [start, [stop]]) -> integer -- return first index of value. Raises ValueError if the value is not present."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.TypeType" func="yes"> | |
<Overload retVal="" descr="type(object) -> the object's type type(name, bases, dict) -> a new type"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.TypeType.mro" func="yes"> | |
<Overload retVal="" descr="mro() -> list 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) 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='') -> unicode object unicode(string[, encoding[, errors]]) -> unicode object Create a new Unicode object from the given encoded string. encoding defaults to the current default string encoding. 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() -> unicode Return a capitalized version of S, i.e. make the first character have upper case and the rest lower case."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.center" func="yes"> | |
<Overload retVal="" descr="S.center(width[, fillchar]) -> unicode Return S centered in a Unicode string of length width. Padding is 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]]) -> int Return the number of non-overlapping occurrences of substring sub in Unicode string S[start:end]. Optional arguments start and end are interpreted as in slice notation."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.decode" func="yes"> | |
<Overload retVal="" descr="S.decode([encoding[,errors]]) -> string or unicode Decodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeDecodeError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle UnicodeDecodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.encode" func="yes"> | |
<Overload retVal="" descr="S.encode([encoding[,errors]]) -> string or unicode Encodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with codecs.register_error that can handle UnicodeEncodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.endswith" func="yes"> | |
<Overload retVal="" descr="S.endswith(suffix[, start[, end]]) -> bool Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> unicode Return a copy of S where all tab characters are expanded using spaces. 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]]) -> int Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.format" func="yes"> | |
<Overload retVal="" descr="S.format(*args, **kwargs) -> unicode Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces ('{' and '}')."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.index" func="yes"> | |
<Overload retVal="" descr="S.index(sub [,start [,end]]) -> int 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() -> bool Return True if all characters in S are alphanumeric 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() -> bool Return True if all characters in S are alphabetic 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() -> bool Return True if there are only decimal characters in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.isdigit" func="yes"> | |
<Overload retVal="" descr="S.isdigit() -> bool Return True if all characters in S are digits 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() -> bool Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.isnumeric" func="yes"> | |
<Overload retVal="" descr="S.isnumeric() -> bool Return True if there are only numeric characters in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.isspace" func="yes"> | |
<Overload retVal="" descr="S.isspace() -> bool Return True if all characters in S are whitespace 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() -> bool Return True if S is a titlecased string and there is at least one character in S, i.e. upper- and titlecase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.isupper" func="yes"> | |
<Overload retVal="" descr="S.isupper() -> bool Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.join" func="yes"> | |
<Overload retVal="" descr="S.join(iterable) -> unicode Return a string which is the concatenation of the strings in the iterable. The separator between elements is S."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.ljust" func="yes"> | |
<Overload retVal="" descr="S.ljust(width[, fillchar]) -> int Return S left-justified in a Unicode string of length width. Padding is done using the specified fill character (default is a space)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.lower" func="yes"> | |
<Overload retVal="" descr="S.lower() -> unicode 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]) -> unicode Return a copy of the string S with leading whitespace removed. If chars is given and not None, remove characters in chars instead. 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) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.replace" func="yes"> | |
<Overload retVal="" descr="S.replace(old, new[, count]) -> unicode Return a copy of S with all occurrences of substring old replaced by new. If the optional argument count is 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]]) -> int Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.rindex" func="yes"> | |
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -> int 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]) -> unicode Return S right-justified in a Unicode string of length width. Padding is 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) -> (head, sep, tail) Search for the separator sep in S, starting at the end of S, and return the part before it, the separator itself, and the part after it. If the 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]]) -> list of strings Return a list of the words in S, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified, any whitespace string is a separator."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.rstrip" func="yes"> | |
<Overload retVal="" descr="S.rstrip([chars]) -> unicode Return a copy of the string S with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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]]) -> list of strings Return a list of the words in S, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator and empty strings are removed from the result."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.splitlines" func="yes"> | |
<Overload retVal="" descr="S.splitlines(keepends=False) -> list of strings Return a list of the lines in S, breaking at line boundaries. Line breaks are not included in the resulting list unless keepends is given and true."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.startswith" func="yes"> | |
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -> bool Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> unicode Return a copy of the string S with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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() -> unicode Return a copy of S with uppercase characters converted to lowercase and vice versa."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.title" func="yes"> | |
<Overload retVal="" descr="S.title() -> unicode Return a titlecased version of S, i.e. words start with title case characters, all remaining cased characters have lower case."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.translate" func="yes"> | |
<Overload retVal="" descr="S.translate(table) -> unicode Return a copy of the string S, where all characters have been mapped through the given translation table, which must be a mapping of Unicode ordinals to Unicode ordinals, Unicode strings or None. Unmapped characters are left untouched. Characters mapped to None are deleted."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.upper" func="yes"> | |
<Overload retVal="" descr="S.upper() -> unicode Return a copy of S converted to uppercase."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.UnicodeType.zfill" func="yes"> | |
<Overload retVal="" descr="S.zfill(width) -> unicode Pad a numeric string S with zeros on the left, to fill a field 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) -> xrange object xrange(start, stop[, step]) -> xrange object Like range(), but instead of returning a list, returns an object that generates the numbers in the range on demand. For looping, this is 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) -> floating point number 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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) -> float Create a floating-point number from a hexadecimal string. >>> float.fromhex('0x1.ffffp10') 2047.984375 >>> float.fromhex('-0x1p-1074') -4.9406564584124654e-324"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.getdouble.hex" func="yes"> | |
<Overload retVal="" descr="float.hex() -> string Return a hexadecimal representation of a floating-point number. >>> (-0.1).hex() '-0x1.999999999999ap-4' >>> 3.14159.hex() '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) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns a long instead. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tix.getint.bit_length" func="yes"> | |
<Overload retVal="" descr="int.bit_length() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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. This is very preliminary. I currently only support dnd *within* one application, between different windows (or within the same window). I an trying to make this as generic as possible -- not dependent on the use of a particular widget or icon type, etc. I also hope that this will work with Pmw. To enable an object to be dragged, you must create an event binding for it that starts the drag-and-drop process. Typically, you should bind <ButtonPress> to a callback function that you write. The function should call Tkdnd.dnd_start(source, event), where 'source' is the object to be dragged, and 'event' is the event that invoked the call (the argument to your callback function). Even though this is a class instantiation, the returned instance should not be stored -- it will be kept alive automatically for the duration of the drag-and-drop. When a drag-and-drop is already in process for the Tk interpreter, the call is *ignored*; this normally averts starting multiple simultaneous dnd processes, e.g. because different button callbacks all dnd_start(). The object is *not* necessarily a widget -- it can be any application-specific object that is meaningful to potential drag-and-drop targets. Potential drag-and-drop targets are discovered as follows. Whenever the mouse moves, and at the start and end of a drag-and-drop move, the Tk widget directly under the mouse is inspected. This is the target widget (not to be confused with the target object, yet to be determined). If there is no target widget, there is no dnd target object. If there is a target widget, and it has an attribute dnd_accept, this should be a function (or any callable object). The function is called as dnd_accept(source, event), where 'source' is the object being dragged (the object passed to dnd_start() above), and 'event' is the most recent event object (generally a <Motion> event; it can also be <ButtonPress> or <ButtonRelease>). If the dnd_accept() function returns something other than None, this is the new dnd target object. If dnd_accept() returns None, or if the target widget has no dnd_accept attribute, the target widget's parent is considered as the target widget, and the search for a target object is repeated from there. If necessary, the search is repeated all the way up to the root widget. If none of the target widgets can produce a target object, there is no target object (the target object is None). The target object thus produced, if any, is called the new target object. It is compared with the old target object (or None, if there was no old target widget). There are several cases ('source' is the source object, and 'event' is the most recent event object): - Both the old and new target objects are None. Nothing happens. - The old and new target objects are the same object. Its method dnd_motion(source, event) is called. - The old target object was None, and the new target object is not None. The new target object's method dnd_enter(source, event) is called. - The new target object is None, and the old target object is not None. The old target object's method dnd_leave(source, event) is called. - The old and new target objects differ and neither is None. The old target object's method dnd_leave(source, event), and then the new target object's method dnd_enter(source, event) is called. Once this is done, the new target object replaces the old one, and the Tk mainloop proceeds. The return value of the methods mentioned above is ignored; if they raise an exception, the normal exception handling mechanisms take over. The drag-and-drop processes can end in two ways: a final target object is selected, or no final target object is selected. When a final target object is selected, it will always have been notified of the potential drop by a call to its dnd_enter() method, as described above, and possibly one or more calls to its dnd_motion() method; its dnd_leave() method has not been called since the last call to dnd_enter(). The target is notified of the drop by a call to its method dnd_commit(source, event). If no final target object is selected, and there was an old target object, its dnd_leave(source, event) method is called to complete the dnd sequence. Finally, the source object is notified that the drag-and-drop process is over, by a call to source.dnd_end(target, event), specifying either the selected target object, or None if no target object was selected. The source object can use this to implement the commit action; this is sometimes simpler than to do it in the target's dnd_commit(). The target's dnd_commit() method could then simply be aliased to dnd_leave(). At any time during a dnd sequence, the application can cancel the sequence by calling the cancel() method on the object returned by dnd_start(). This will call dnd_leave() if a target is currently 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. Tkinter provides classes which allow the display, positioning and control of widgets. Toplevel widgets are Tk and Toplevel. Other widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton, Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox LabelFrame and PanedWindow. Properties of the widgets are specified with keyword arguments. Keyword arguments have the same name as the corresponding resource under Tk. Widgets are positioned with one of the geometry managers Place, Pack or Grid. These managers can be called with methods place, pack, grid available in every Widget. Actions are bound to events by resources (e.g. keyword argument command) or with the method bind. Example (Hello, World): import Tkinter from Tkconstants import * tk = Tkinter.Tk() frame = Tkinter.Frame(tk, relief=RIDGE, borderwidth=2) frame.pack(fill=BOTH,expand=1) label = Tkinter.Label(frame, text="Hello, World") label.pack(fill=X, expand=1) button = Tkinter.Button(frame,text="Exit",command=tk.destroy) button.pack(side=BOTTOM) 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) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. 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() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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]]) Create a new buffer object which references the given object. The buffer will reference a slice of the target object from the start of the object (or at the specified offset). The slice will 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) Create a class object. The name must be a string; the second argument 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, varnames, filename, name, firstlineno, lnotab[, freevars[, cellvars]]) 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]) -> complex number Create a complex number from a real part and an optional imaginary part. 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() -> complex 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() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictProxyType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictProxyType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictProxyType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictProxyType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictProxyType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictProxyType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictProxyType.values" func="yes"> | |
<Overload retVal="" descr="D.values() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType" func="yes"> | |
<Overload retVal="" descr="dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictType.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> an object providing a view on D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType" func="yes"> | |
<Overload retVal="" descr="dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs 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() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> a shallow copy of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType.fromkeys" func="yes"> | |
<Overload retVal="" descr="dict.fromkeys(S[,v]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.DictionaryType.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> 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]]) -> file object Open a file. The mode can be 'r', 'w' or 'a' for reading (default), writing or appending. The file will be created if it doesn't exist when opened for writing or appending; it will be truncated when opened for writing. Add a 'b' to the mode for binary files. Add a '+' to the mode to allow simultaneous reading and writing. If the buffering argument is given, 0 means unbuffered, 1 means line buffered, and larger numbers specify the buffer size. The preferred way to open a file is with the builtin open() function. Add a 'U' to mode to open the file for input with universal newline support. Any line ending in the input file will be seen as a '\n' in Python. Also, a file so opened gains the attribute 'newlines'; the value for this attribute is one of None (no newline read yet), '\r', '\n', '\r\n' or a tuple containing all the newline types seen. 'U' cannot be combined with 'w' or '+' mode."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.close" func="yes"> | |
<Overload retVal="" descr="close() -> None or (perhaps) an integer. Close the file. Sets data attribute .closed to True. A closed file cannot be used for further I/O operations. close() may be called more than once without error. Some kinds of file objects (for example, opened by popen()) 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() -> integer "file descriptor". This is needed for lower-level file interfaces, such os.read().'> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.flush" func="yes"> | |
<Overload retVal="" descr="flush() -> None. Flush the internal I/O buffer."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.isatty" func="yes"> | |
<Overload retVal="" descr="isatty() -> 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.read" func="yes"> | |
<Overload retVal="" descr="read([size]) -> read at most size bytes, returned as a string. If the size argument is negative or omitted, read until EOF is reached. Notice that when in non-blocking mode, less data than what was requested may be returned, even if no size parameter was given."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.readinto" func="yes"> | |
<Overload retVal="" descr="readinto() -> Undocumented. Don't use this; it may go away."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.readline" func="yes"> | |
<Overload retVal="" descr="readline([size]) -> next line from the file, as a string. Retain newline. A non-negative size argument limits the maximum number of bytes to return (an incomplete line may be returned then). Return an empty string at EOF."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.readlines" func="yes"> | |
<Overload retVal="" descr="readlines([size]) -> list of strings, each a line from the file. Call readline() repeatedly and return a list of the lines so read. The optional size argument, if given, is an approximate bound on the total number of bytes in the lines returned."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.seek" func="yes"> | |
<Overload retVal="" descr="seek(offset[, whence]) -> None. Move to new file position. Argument offset is a byte count. Optional argument whence defaults to 0 (offset from start of file, offset should be >= 0); other values are 1 (move relative to current position, positive or negative), and 2 (move relative to end of file, usually negative, although many platforms allow seeking beyond the end of a file). If the file is opened in text mode, only offsets returned by tell() are legal. Use of other offsets causes undefined behavior. 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() -> current file position, an integer (may be a long integer)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.truncate" func="yes"> | |
<Overload retVal="" descr="truncate([size]) -> None. Truncate the file to at most size bytes. 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) -> None. Write string str to file. Note that due to buffering, flush() or close() may be needed before the file on disk reflects the data written."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.writelines" func="yes"> | |
<Overload retVal="" descr="writelines(sequence_of_strings) -> None. Write the strings to the file. Note that newlines are not added. The sequence can be any iterable object producing strings. This is equivalent to calling write() for each string."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FileType.xreadlines" func="yes"> | |
<Overload retVal="" descr="xreadlines() -> returns self. For backward compatibility. File objects now include the performance optimizations previously implemented in the xreadlines module."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FloatType" func="yes"> | |
<Overload retVal="" descr="float(x) -> floating point number 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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) -> float Create a floating-point number from a hexadecimal string. >>> float.fromhex('0x1.ffffp10') 2047.984375 >>> float.fromhex('-0x1p-1074') -4.9406564584124654e-324"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.FloatType.hex" func="yes"> | |
<Overload retVal="" descr="float.hex() -> string Return a hexadecimal representation of a floating-point number. >>> (-0.1).hex() '-0x1.999999999999ap-4' >>> 3.14159.hex() '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]]]) Create a function object from a code object and a dictionary. The optional name string overrides the name from the code object. The optional argdefs tuple specifies the default argument values. 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() -> 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.GeneratorType.send" func="yes"> | |
<Overload retVal="" descr="send(arg) -> send 'arg' into generator, return next yielded value or raise StopIteration."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.GeneratorType.throw" func="yes"> | |
<Overload retVal="" descr="throw(typ[,val[,tb]]) -> raise exception in generator, 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]) Create an instance without calling its __init__() method. The class must be a classic class. If present, dict must be a dictionary or None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.InstanceType.next" func="yes"> | |
<Overload retVal="" descr="x.next() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.IntType" func="yes"> | |
<Overload retVal="" descr="int(x=0) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns a long instead. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.IntType.bit_length" func="yes"> | |
<Overload retVal="" descr="int.bit_length() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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]]]) Create a function object from a code object and a dictionary. The optional name string overrides the name from the code object. The optional argdefs tuple specifies the default argument values. 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() -> new empty list list(iterable) -> 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) -> 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]]) -> integer -- return first index of value. 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]) -> item -- remove and return item at index (default last). 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. 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*; cmp(x, y) -> -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) -> long long(x, base=10) -> long Convert a number or string to a long integer, or return 0L if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4L"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.LongType.bit_length" func="yes"> | |
<Overload retVal="" descr="long.bit_length() -> int or long Number of bits necessary to represent self in binary. >>> bin(37L) '0b100101' >>> (37L).bit_length() 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) 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]) Create a module object. 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. Call this function to inhibit that the first instance of 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) slice(start, stop[, step]) 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) -> (start, stop, stride) Assuming a sequence of length len, calculate the start and stop indices, and the stride length of the extended slice described by S. Out of bounds indices are clipped in a manner consistent with the 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='') -> string Return a nice string representation of the object. 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() -> string Return a copy of the string S with only its first character capitalized."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.center" func="yes"> | |
<Overload retVal="" descr="S.center(width[, fillchar]) -> string Return S centered in a string of length width. Padding is 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]]) -> int Return the number of non-overlapping occurrences of substring sub in string S[start:end]. Optional arguments start and end are interpreted as in slice notation."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.decode" func="yes"> | |
<Overload retVal="" descr="S.decode([encoding[,errors]]) -> object Decodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeDecodeError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle UnicodeDecodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.encode" func="yes"> | |
<Overload retVal="" descr="S.encode([encoding[,errors]]) -> object Encodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with 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]]) -> bool Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> string Return a copy of S where all tab characters are expanded using spaces. 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]]) -> int Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.format" func="yes"> | |
<Overload retVal="" descr="S.format(*args, **kwargs) -> string Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces ('{' and '}')."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.index" func="yes"> | |
<Overload retVal="" descr="S.index(sub [,start [,end]]) -> int 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() -> bool Return True if all characters in S are alphanumeric 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() -> bool Return True if all characters in S are alphabetic 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() -> bool Return True if all characters in S are digits 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() -> bool Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.isspace" func="yes"> | |
<Overload retVal="" descr="S.isspace() -> bool Return True if all characters in S are whitespace 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() -> bool Return True if S is a titlecased string and there is at least one character in S, i.e. uppercase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.isupper" func="yes"> | |
<Overload retVal="" descr="S.isupper() -> bool Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.join" func="yes"> | |
<Overload retVal="" descr="S.join(iterable) -> string Return a string which is the concatenation of the strings in the iterable. The separator between elements is S."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.ljust" func="yes"> | |
<Overload retVal="" descr="S.ljust(width[, fillchar]) -> string Return S left-justified in a string of length width. Padding is done using the specified fill character (default is a space)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.lower" func="yes"> | |
<Overload retVal="" descr="S.lower() -> string 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]) -> string or unicode Return a copy of the string S with leading whitespace removed. If chars is given and not None, remove characters in chars instead. 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) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.replace" func="yes"> | |
<Overload retVal="" descr="S.replace(old, new[, count]) -> string Return a copy of string S with all occurrences of substring old replaced by new. If the optional argument count is 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]]) -> int Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.rindex" func="yes"> | |
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -> int 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]) -> string Return S right-justified in a string of length width. Padding is 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) -> (head, sep, tail) Search for the separator sep in S, starting at the end of S, and return the part before it, the separator itself, and the part after it. If the 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]]) -> list of strings Return a list of the words in the string S, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.rstrip" func="yes"> | |
<Overload retVal="" descr="S.rstrip([chars]) -> string or unicode Return a copy of the string S with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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]]) -> list of strings Return a list of the words in the string S, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator and empty strings are removed from the result."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.splitlines" func="yes"> | |
<Overload retVal="" descr="S.splitlines(keepends=False) -> list of strings Return a list of the lines in S, breaking at line boundaries. Line breaks are not included in the resulting list unless keepends is given and true."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.startswith" func="yes"> | |
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -> bool Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> string or unicode Return a copy of the string S with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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() -> string Return a copy of the string S with uppercase characters converted to lowercase and vice versa."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.title" func="yes"> | |
<Overload retVal="" descr="S.title() -> string Return a titlecased version of S, i.e. words start with uppercase characters, all remaining cased characters have lowercase."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.translate" func="yes"> | |
<Overload retVal="" descr="S.translate(table [,deletechars]) -> string Return a copy of the string S, where all characters occurring in the optional argument deletechars are removed, and the remaining characters have been mapped through the given translation table, which must be a string of length 256 or None. If the table argument is None, no translation is applied and the operation simply removes the characters in deletechars."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.StringType.upper" func="yes"> | |
<Overload retVal="" descr="S.upper() -> string 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) -> string Pad a numeric string S with zeros on the left, to fill a field 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() -> empty tuple tuple(iterable) -> tuple initialized from iterable's items 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) -> integer -- return number of occurrences of value"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.TupleType.index" func="yes"> | |
<Overload retVal="" descr="T.index(value, [start, [stop]]) -> integer -- return first index of value. Raises ValueError if the value is not present."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.TypeType" func="yes"> | |
<Overload retVal="" descr="type(object) -> the object's type type(name, bases, dict) -> a new type"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.TypeType.mro" func="yes"> | |
<Overload retVal="" descr="mro() -> list 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) 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='') -> unicode object unicode(string[, encoding[, errors]]) -> unicode object Create a new Unicode object from the given encoded string. encoding defaults to the current default string encoding. 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() -> unicode Return a capitalized version of S, i.e. make the first character have upper case and the rest lower case."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.center" func="yes"> | |
<Overload retVal="" descr="S.center(width[, fillchar]) -> unicode Return S centered in a Unicode string of length width. Padding is 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]]) -> int Return the number of non-overlapping occurrences of substring sub in Unicode string S[start:end]. Optional arguments start and end are interpreted as in slice notation."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.decode" func="yes"> | |
<Overload retVal="" descr="S.decode([encoding[,errors]]) -> string or unicode Decodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeDecodeError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle UnicodeDecodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.encode" func="yes"> | |
<Overload retVal="" descr="S.encode([encoding[,errors]]) -> string or unicode Encodes S using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a UnicodeEncodeError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with codecs.register_error that can handle UnicodeEncodeErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.endswith" func="yes"> | |
<Overload retVal="" descr="S.endswith(suffix[, start[, end]]) -> bool Return True if S ends with the specified suffix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> unicode Return a copy of S where all tab characters are expanded using spaces. 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]]) -> int Return the lowest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.format" func="yes"> | |
<Overload retVal="" descr="S.format(*args, **kwargs) -> unicode Return a formatted version of S, using substitutions from args and kwargs. The substitutions are identified by braces ('{' and '}')."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.index" func="yes"> | |
<Overload retVal="" descr="S.index(sub [,start [,end]]) -> int 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() -> bool Return True if all characters in S are alphanumeric 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() -> bool Return True if all characters in S are alphabetic 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() -> bool Return True if there are only decimal characters in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.isdigit" func="yes"> | |
<Overload retVal="" descr="S.isdigit() -> bool Return True if all characters in S are digits 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() -> bool Return True if all cased characters in S are lowercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.isnumeric" func="yes"> | |
<Overload retVal="" descr="S.isnumeric() -> bool Return True if there are only numeric characters in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.isspace" func="yes"> | |
<Overload retVal="" descr="S.isspace() -> bool Return True if all characters in S are whitespace 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() -> bool Return True if S is a titlecased string and there is at least one character in S, i.e. upper- and titlecase characters may only follow uncased characters and lowercase characters only cased ones. Return False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.isupper" func="yes"> | |
<Overload retVal="" descr="S.isupper() -> bool Return True if all cased characters in S are uppercase and there is at least one cased character in S, False otherwise."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.join" func="yes"> | |
<Overload retVal="" descr="S.join(iterable) -> unicode Return a string which is the concatenation of the strings in the iterable. The separator between elements is S."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.ljust" func="yes"> | |
<Overload retVal="" descr="S.ljust(width[, fillchar]) -> int Return S left-justified in a Unicode string of length width. Padding is done using the specified fill character (default is a space)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.lower" func="yes"> | |
<Overload retVal="" descr="S.lower() -> unicode 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]) -> unicode Return a copy of the string S with leading whitespace removed. If chars is given and not None, remove characters in chars instead. 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) -> (head, sep, tail) Search for the separator sep in S, and return the part before it, the separator itself, and the part after it. If the separator is not found, return S and two empty strings."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.replace" func="yes"> | |
<Overload retVal="" descr="S.replace(old, new[, count]) -> unicode Return a copy of S with all occurrences of substring old replaced by new. If the optional argument count is 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]]) -> int Return the highest index in S where substring sub is found, such that sub is contained within S[start:end]. Optional arguments start and end are interpreted as in slice notation. Return -1 on failure."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.rindex" func="yes"> | |
<Overload retVal="" descr="S.rindex(sub [,start [,end]]) -> int 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]) -> unicode Return S right-justified in a Unicode string of length width. Padding is 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) -> (head, sep, tail) Search for the separator sep in S, starting at the end of S, and return the part before it, the separator itself, and the part after it. If the 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]]) -> list of strings Return a list of the words in S, using sep as the delimiter string, starting at the end of the string and working to the front. If maxsplit is given, at most maxsplit splits are done. If sep is not specified, any whitespace string is a separator."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.rstrip" func="yes"> | |
<Overload retVal="" descr="S.rstrip([chars]) -> unicode Return a copy of the string S with trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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]]) -> list of strings Return a list of the words in S, using sep as the delimiter string. If maxsplit is given, at most maxsplit splits are done. If sep is not specified or is None, any whitespace string is a separator and empty strings are removed from the result."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.splitlines" func="yes"> | |
<Overload retVal="" descr="S.splitlines(keepends=False) -> list of strings Return a list of the lines in S, breaking at line boundaries. Line breaks are not included in the resulting list unless keepends is given and true."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.startswith" func="yes"> | |
<Overload retVal="" descr="S.startswith(prefix[, start[, end]]) -> bool Return True if S starts with the specified prefix, False otherwise. With optional start, test S beginning at that position. With optional end, stop comparing S at that position. 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]) -> unicode Return a copy of the string S with leading and trailing whitespace removed. If chars is given and not None, remove characters in chars instead. 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() -> unicode Return a copy of S with uppercase characters converted to lowercase and vice versa."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.title" func="yes"> | |
<Overload retVal="" descr="S.title() -> unicode Return a titlecased version of S, i.e. words start with title case characters, all remaining cased characters have lower case."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.translate" func="yes"> | |
<Overload retVal="" descr="S.translate(table) -> unicode Return a copy of the string S, where all characters have been mapped through the given translation table, which must be a mapping of Unicode ordinals to Unicode ordinals, Unicode strings or None. Unmapped characters are left untouched. Characters mapped to None are deleted."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.upper" func="yes"> | |
<Overload retVal="" descr="S.upper() -> unicode Return a copy of S converted to uppercase."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.UnicodeType.zfill" func="yes"> | |
<Overload retVal="" descr="S.zfill(width) -> unicode Pad a numeric string S with zeros on the left, to fill a field 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) -> xrange object xrange(start, stop[, step]) -> xrange object Like range(), but instead of returning a list, returns an object that generates the numbers in the range on demand. For looping, this is 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) -> floating point number 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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) -> float Create a floating-point number from a hexadecimal string. >>> float.fromhex('0x1.ffffp10') 2047.984375 >>> float.fromhex('-0x1p-1074') -4.9406564584124654e-324"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.getdouble.hex" func="yes"> | |
<Overload retVal="" descr="float.hex() -> string Return a hexadecimal representation of a floating-point number. >>> (-0.1).hex() '-0x1.999999999999ap-4' >>> 3.14159.hex() '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) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns a long instead. If x is not a number or if base is given, then x must be a string or Unicode object representing an integer literal in the given base. The literal can be preceded by '+' or '-' and be surrounded by whitespace. The base defaults to 10. Valid bases are 0 and 2-36. Base 0 means to interpret the base from the string as an integer literal. >>> int('0b100', base=0) 4"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="Tkinter.getint.bit_length" func="yes"> | |
<Overload retVal="" descr="int.bit_length() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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 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 Note: string objects have grown methods in Python 1.6 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). Use this metaclass to create an ABC. An ABC can be subclassed directly, and then acts as a mix-in class. You can also register unrelated concrete classes (even built-in classes) and unrelated ABCs as 'virtual subclasses' -- these and their descendants will be considered subclasses of the registering ABC by the built-in issubclass() function, but the registering ABC won't show up in their MRO (Method Resolution Order) nor will method implementations defined by the registering ABC be callable (not even via super())."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="abc.ABCMeta.mro" func="yes"> | |
<Overload retVal="" descr="mro() -> list 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. Requires that the metaclass is ABCMeta or derived from it. A class that has a metaclass derived from ABCMeta cannot be instantiated unless all of its abstract methods are overridden. The abstract methods can be called using any of the normal 'super' call mechanisms. Usage: class C: __metaclass__ = ABCMeta @abstractmethod def my_abstract_method(self, ...): ..."> | |
<Param name="funcobj" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="abc.abstractproperty" func="yes"> | |
<Overload retVal="" descr="A decorator indicating abstract properties. Requires that the metaclass is ABCMeta or derived from it. A class that has a metaclass derived from ABCMeta cannot be instantiated unless all of its abstract properties are overridden. The abstract properties can be called using any of the normal 'super' call mechanisms. Usage: class C: __metaclass__ = ABCMeta @abstractproperty def my_abstract_property(self): ... This defines a read-only property; you can also define a read-write abstract property using the 'long' form of property declaration: class C: __metaclass__ = ABCMeta def getx(self): ... def setx(self, value): ... 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) -> number 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. 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. Unless explicitly stated otherwise, the description below is true both for AIFF-C files and AIFF files. An AIFF-C file has the following structure. +-----------------+ | FORM | +-----------------+ | <size> | +----+------------+ | | AIFC | | +------------+ | | <chunks> | | | . | | | . | | | . | +----+------------+ An AIFF file has the string "AIFF" instead of "AIFC". A chunk consists of an identifier (4 bytes) followed by a size (4 bytes, big endian order), followed by the data. The size field does not include the size of the 8 byte header. The following chunk types are recognized. FVER <version number of AIFF-C defining document> (AIFF-C only). MARK <# of markers> (2 bytes) list of markers: <marker ID> (2 bytes, must be > 0) <position> (4 bytes) <marker name> ("pstring") COMM <# of channels> (2 bytes) <# of sound frames> (4 bytes) <size of the samples> (2 bytes) <sampling frequency> (10 bytes, IEEE 80-bit extended floating point) in AIFF-C files only: <compression type> (4 bytes) <human-readable version of compression type> ("pstring") SSND <offset> (4 bytes, not used by this program) <blocksize> (4 bytes, not used by this program) <sound data> A pstring consists of 1 byte length, a string of characters, and 0 or 1 byte pad to make the total length even. Usage. Reading AIFF files: f = aifc.open(file, 'r') where file is either the name of a file or an open file pointer. The open file pointer must have methods read(), seek(), and close(). In some types of audio files, if the setpos() method is not used, the seek() method is not necessary. This returns an instance of a class with the following public methods: getnchannels() -- returns number of audio channels (1 for mono, 2 for stereo) getsampwidth() -- returns sample width in bytes getframerate() -- returns sampling frequency getnframes() -- returns number of audio frames getcomptype() -- returns compression type ('NONE' for AIFF files) getcompname() -- returns human-readable version of compression type ('not compressed' for AIFF files) getparams() -- returns a tuple consisting of all of the above in the above order getmarkers() -- get the list of marks in the audio file or None if there are no marks getmark(id) -- get mark with the specified id (raises an error if the mark does not exist) readframes(n) -- returns at most n frames of audio rewind() -- rewind to the beginning of the audio stream setpos(pos) -- seek to the specified position tell() -- return the current position close() -- close the instance (make it unusable) The position returned by tell(), the position given to setpos() and the position of marks are all compatible and have nothing to do with the actual position in the file. The close() method is called automatically when the class instance is destroyed. Writing AIFF files: f = aifc.open(file, 'w') where file is either the name of a file or an open file pointer. The open file pointer must have methods write(), tell(), seek(), and close(). This returns an instance of a class with the following public methods: aiff() -- create an AIFF file (AIFF-C default) aifc() -- create an AIFF-C file setnchannels(n) -- set the number of channels setsampwidth(n) -- set the sample width setframerate(n) -- set the frame rate setnframes(n) -- set the number of frames setcomptype(type, name) -- set the compression type and the human-readable compression type setparams(tuple) -- set all parameters at once setmark(id, pos, name) -- add specified mark to the list of marks tell() -- return current position in output file (useful in combination with setmark()) writeframesraw(data) -- write audio frames without pathing up the file header writeframes(data) -- write audio frames and patch up the file header close() -- patch up the file header and close the output file You should set the parameters before the first writeframesraw or writeframes. The total number of frames does not need to be set, but when it is set to the correct value, the header does not have to be patched up. It is best to first set all parameters, perhaps possibly the compression type, and then write audio frames using writeframesraw. When all frames have been written, either call writeframes('') or close() to patch up the sizes in the header. Marks can be added anytime. If there are any marks, you must call close() after all frames have been written. The close() method is called automatically when the class instance is destroyed. When a file is opened with the extension '.aiff', an AIFF file is written, otherwise an AIFF-C file is written. This default can be changed by calling aiff() or aifc() before the first writeframes or 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) -> bool Return True if bool(x) is True for all values x in the iterable. 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) -> bool Return True if bool(x) is True for any x in the iterable. If the iterable is empty, return False."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="anydbm" func="yes"> | |
<Overload retVal="" descr="Generic interface to all dbm clones. Instead of import dbm d = dbm.open(file, 'w', 0666) use import anydbm d = anydbm.open(file, 'w') The returned object is a dbhash, gdbm, dbm or dumbdbm object, dependent on the type of database being opened (determined by whichdb module) in the case of an existing dbm. If the dbm does not exist and the create or new flag ('c' or 'n') was specified, the dbm type will be determined by the availability of the modules (tested in the above order). It has the following interface (key and data are strings): d[key] = data # store data at key (may override data at # existing key) data = d[key] # retrieve data at key (raise KeyError if no # such key) del d[key] # delete data stored at key (raises KeyError # if no such key) flag = key in d # true if the key exists list = d.keys() # return a list of all existing keys (slow!) Future versions may change the order in which implementations are tested for existence, and add interfaces to other dbm-like 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*. Optional argument *flag* can be 'r' (default) for read-only access, 'w' for read-write access of an existing database, 'c' for read-write access to a new or existing database, and 'n' for read-write access to a new database. Note: 'r' and 'w' fail if the database doesn't exist; 'c' creates it 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]]) -> value Call a callable object with positional arguments taken from the tuple args, and keyword arguments taken from the optional dictionary kwargs. Note that classes are callable, as are instances with a __call__() method. Deprecated since release 2.3. Instead, use the extended call syntax: 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 This module is an optparse-inspired command-line parsing library that: - handles both optional and positional arguments - produces highly informative usage messages - supports parsers that dispatch to sub-parsers The following is a simple usage example that sums integers from the command-line and writes the result to a file:: parser = argparse.ArgumentParser( description='sum the integers at the command line') parser.add_argument( 'integers', metavar='int', nargs='+', type=int, help='an integer to be summed') parser.add_argument( '--log', default=sys.stdout, type=argparse.FileType('w'), help='the file where the sum should be written') args = parser.parse_args() args.log.write('%s' % sum(args.integers)) args.log.close() The module contains the following public classes: - ArgumentParser -- The main entry point for command-line parsing. As the example above shows, the add_argument() method is used to populate the parser with actions for optional and positional arguments. Then the parse_args() method is invoked to convert the args at the command-line into an object with attributes. - ArgumentError -- The exception raised by ArgumentParser objects when there are errors with the parser's actions. Errors raised while parsing the command-line are caught by ArgumentParser and emitted as command-line messages. - FileType -- A factory for defining types of files to be created. As the example above shows, instances of FileType are typically passed as the type= argument of add_argument() calls. - Action -- The base class for parser actions. Typically actions are selected by passing strings like 'store_true' or 'append_const' to the action= argument of add_argument(). However, for greater customization of ArgumentParser actions, subclasses of Action may be defined and passed as the action= argument. - HelpFormatter, RawDescriptionHelpFormatter, RawTextHelpFormatter, ArgumentDefaultsHelpFormatter -- Formatter classes which may be passed as the formatter_class= argument to the ArgumentParser constructor. HelpFormatter is the default, RawDescriptionHelpFormatter and RawTextHelpFormatter tell the parser not to change the formatting for help text, and ArgumentDefaultsHelpFormatter adds information about argument defaults to the help. All other classes in this module are considered implementation details. (Also note that HelpFormatter and RawDescriptionHelpFormatter are only considered public as object names -- the API of the formatter objects is 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. Action objects are used by an ArgumentParser to represent the information needed to parse a single argument from one or more strings from the command line. The keyword arguments to the Action constructor are also all attributes of Action instances. Keyword Arguments: - option_strings -- A list of command-line option strings which should be associated with this action. - dest -- The name of the attribute to hold the created object(s) - nargs -- The number of command-line arguments that should be consumed. By default, one argument will be consumed and a single value will be produced. Other values include: - N (an integer) consumes N arguments (and produces a list) - '?' consumes zero or one arguments - '*' consumes zero or more arguments (and produces a list) - '+' consumes one or more arguments (and produces a list) Note that the difference between the default and nargs=1 is that with the default, a single value will be produced, while with nargs=1, a list containing a single value will be produced. - const -- The value to be produced if the option is specified and the option uses an action that takes no values. - default -- The value to be produced if the option is not specified. - type -- A callable that accepts a single string argument, and returns the converted value. The standard Python types str, int, float, and complex are useful examples of such callables. If None, str is used. - choices -- A container of values that should be allowed. If not None, after a command-line argument has been converted to the appropriate type, an exception will be raised if it is not a member of this collection. - required -- True if the action must always be specified at the command line. This is only meaningful for optional command-line arguments. - help -- The help string describing the argument. - metavar -- The name to be used for the option's argument with the 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. Only the name of this class is considered a public API. All the methods 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). The string value of this exception is the message, augmented with 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. Keyword Arguments: - prog -- The name of the program (default: sys.argv[0]) - usage -- A usage message (default: auto-generated from arguments) - description -- A description of what the program does - epilog -- Text following the argument descriptions - parents -- Parsers whose arguments should be copied into this one - formatter_class -- HelpFormatter class for printing help messages - prefix_chars -- Characters that prefix optional arguments - fromfile_prefix_chars -- Characters that prefix files containing additional arguments - argument_default -- The default value for all arguments - conflict_handler -- String indicating how to handle conflicts - 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, ...) 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) Prints a usage message incorporating the message to stderr and exits. If you override this in a subclass, it should not return -- it 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 Instances of FileType are typically passed as type= arguments to the ArgumentParser add_argument() method. Keyword Arguments: - mode -- A string indicating how the file is to be opened. Accepts the same values as the builtin open() function. - bufsize -- The file's desired buffer size. Accepts the same values as the builtin open() function."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="argparse.HelpFormatter" func="yes"> | |
<Overload retVal="" descr="Formatter for generating usage messages and argument help strings. Only the name of this class is considered a public API. All the methods 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. Implements equality by attribute names and values, and provides a simple 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. Only the name of this class is considered a public API. All the methods 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. Only the name of this class is considered a public API. All the methods 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() -> (int, int) Return a pair of integers, whose ratio is exactly equal to the original float and with a positive denominator. Raise OverflowError on infinities and a ValueError on NaNs. >>> (10.0).as_integer_ratio() (10, 1) >>> (0.0).as_integer_ratio() (0, 1) >>> (-.25).as_integer_ratio() (-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 ~~~ The `ast` module helps Python applications to process trees of the Python abstract syntax grammar. The abstract syntax itself might change with each Python release; this module helps to find out programmatically what the current grammar looks like and allows modifications of it. An abstract syntax tree can be generated by passing `ast.PyCF_ONLY_AST` as a flag to the `compile()` builtin function or by using the `parse()` function from this module. The result will be a tree of objects whose classes all inherit from `ast.AST`. A modified abstract syntax tree can be compiled into a Python code object using the built-in `compile()` function. Additionally various helper functions are provided that make working with the trees simpler. The main intention of the helper functions and this module in general is to provide an easy to use interface for libraries that work tightly with the python syntax (template engines for example). :copyright: Copyright 2008 by Armin Ronacher. :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 allows modification of nodes. The `NodeTransformer` will walk the AST and use the return value of the visitor methods to replace or remove the old node. If the return value of the visitor method is ``None``, the node will be removed from its location, otherwise it is replaced with the return value. The return value may be the original node in which case no replacement takes place. Here is an example transformer that rewrites all occurrences of name lookups (``foo``) to ``data['foo']``:: class RewriteName(NodeTransformer): def visit_Name(self, node): return copy_location(Subscript( value=Name(id='data', ctx=Load()), slice=Index(value=Str(s=node.id)), ctx=node.ctx ), node) Keep in mind that if the node you're operating on has child nodes you must either transform the child nodes yourself or call the :meth:`generic_visit` method for the node first. For nodes that were part of a collection of statements (that applies to all statement nodes), the visitor may also return a list of nodes rather than just a single node. Usually you use the transformer like this:: 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 visitor function for every node found. This function may return a value which is forwarded by the `visit` method. This class is meant to be subclassed, with the subclass adding visitor methods. Per default the visitor functions for the nodes are ``'visit_'`` + class name of the node. So a `TryFinally` node visit function would be `visit_TryFinally`. This behavior can be changed by overriding the `visit` method. If no visitor function exists for a node (return value `None`) the `generic_visit` visitor is used instead. Don't use the `NodeVisitor` if you want to apply changes to nodes during traversing. For this a special visitor exists (`NodeTransformer`) that 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 *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 debugging purposes. The returned string will show the names and the values for fields. This makes the code impossible to evaluate, so if evaluation is wanted *annotate_fields* must be set to False. Attributes such as line numbers and column offsets are not dumped by default. If this is wanted, *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 col_offset attributes for every node that supports them. This is rather tedious to fill in for generated nodes, so this helper adds these attributes recursively where not already set, by setting them to the values of the 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 be found. If the node provided does not have docstrings a TypeError 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*. 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 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`` 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 expression. The string or node provided may only consist of the following Python literal structures: strings, numbers, tuples, lists, dicts, booleans, 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. 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* (including *node* itself), in no specified order. This is useful if you 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. This class adds support for 'chat' style protocols - where one side sends a 'command', and the other sends a response (examples would be the common internet protocols - smtp, nntp, ftp, etc..). The handle_read() method looks at the input stream for the current 'terminator' (usually '\r\n' for single-line responses, '\r\n.\r\n' for multi-line output), calling self.found_terminator() on its receipt. for example: Say you build an async nntp client using this class. At the start of the connection, you'll have self.terminator set to '\r\n', in order to process the single-line greeting. Just before issuing a 'LIST' command you'll set it to '\r\n.\r\n'. The output of the LIST command will be accumulated (using your own 'collect_incoming_data' method) up to the terminator, and then control will be returned to 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 exiting the context. The 'record' argument specifies whether warnings should be captured by a custom implementation of warnings.showwarning() and be appended to a list returned by the context manager. Otherwise None is returned by the context manager. The objects appended to the list are arguments whose attributes mirror the arguments to showwarning(). The 'module' argument is to specify an alternative module to the module named 'warnings' and imported under that name. This argument is only useful when testing the warnings module itself."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="asynchat.deque" func="yes"> | |
<Overload retVal="" descr="deque([iterable[, maxlen]]) --> deque object 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) -> 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). 'action' -- one of "error", "ignore", "always", "default", "module", or "once" 'message' -- a regex that the warning message must match 'category' -- a class that the warning must be a subclass of 'module' -- a regex that the module name must match 'lineno' -- an integer line number, 0 matches all warnings '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. There are only two ways to have a program on a single processor do "more than one thing at a time". Multi-threaded programming is the simplest and most popular way to do it, but there is another very different technique, that lets you have nearly all the advantages of multi-threading, without actually using multiple threads. it's really only practical if your program is largely I/O bound. If your program is CPU bound, then pre-emptive scheduled threads are probably what you really need. Network servers are rarely CPU-bound, however. If your operating system supports the select() system call in its I/O library (and nearly all do), then you can use it to juggle multiple communication channels at once; doing other work while your I/O is taking place in the "background." Although this strategy can seem strange and complex, especially at first, it is in many ways easier to understand and control than multi-threaded programming. The module documented here solves many of the difficult problems for you, making the task of building 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 upon normal program termination. 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 func - function to be called at exit targs - optional arguments to pass to func kargs - optional keyword arguments to pass to func 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. s is the string to decode. Optional casefold is a flag specifying whether a lowercase alphabet is acceptable as input. For security purposes, the default is False. The decoded string is returned. A TypeError is raised if s were incorrectly padded or if there are non-alphabet characters present in the string."> | |
<Param name="s" /> | |
<Param name="[casefold=False]" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="base64.b16encode" func="yes"> | |
<Overload retVal="" descr="Encode a string using Base16. 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. s is the string to decode. Optional casefold is a flag specifying whether a lowercase alphabet is acceptable as input. For security purposes, the default is False. RFC 3548 allows for optional mapping of the digit 0 (zero) to the letter O (oh), and for optional mapping of the digit 1 (one) to either the letter I (eye) or letter L (el). The optional argument map01 when not None, specifies which letter the digit 1 should be mapped to (when map01 is not None, the digit 0 is always mapped to the letter O). For security purposes the default is None, so that 0 and 1 are not allowed in the input. The decoded string is returned. A TypeError is raised if s were incorrectly padded or if there are non-alphabet characters present in the 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. 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. s is the string to decode. Optional altchars must be a string of at least length 2 (additional characters are ignored) which specifies the alternative alphabet used instead of the '+' and '/' characters. The decoded string is returned. A TypeError is raised if s were incorrectly padded or if there are non-alphabet characters present in the string."> | |
<Param name="s" /> | |
<Param name="[altchars=None]" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="base64.b64encode" func="yes"> | |
<Overload retVal="" descr="Encode a string using Base64. s is the string to encode. Optional altchars must be a string of at least length 2 (additional characters are ignored) which specifies an alternative alphabet for the '+' and '/' characters. This allows an application to e.g. generate url or filesystem safe Base64 strings. 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. s is the string to decode. The decoded string is returned. A TypeError is raised if the string is incorrectly padded or if there are non-alphabet 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. 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. s is the string to decode. The decoded string is returned. A TypeError is raised if the string is incorrectly padded or if there are non-alphabet characters present in the string. 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. s is the string to encode. The encoded string is returned. The alphabet 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. Called only if we know there is a bpt at this location. Returns breakpoint that was triggered and a flag 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) -> string 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. easy interface: binhex(inputfilename, outputfilename) 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]]) -> index bisect_right(a, x[, lo[, hi]]) -> index Return the index where to insert item x in list a, assuming a is sorted. The return value i is such that all e in a[:i] have e <= x, and all e in a[i:] have e > x. So if x already appears in the list, i points just beyond the rightmost x already there Optional args lo (default 0) and hi (default len(a)) bound the slice of a to be searched."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bisect.bisect_left" func="yes"> | |
<Overload retVal="" descr="bisect_left(a, x[, lo[, hi]]) -> index Return the index where to insert item x in list a, assuming a is sorted. The return value i is such that all e in a[:i] have e < x, and all e in a[i:] have e >= x. So if x already appears in the list, i points just before the leftmost x already there. Optional args lo (default 0) and hi (default len(a)) bound the slice of a to be searched."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bisect.bisect_right" func="yes"> | |
<Overload retVal="" descr="bisect(a, x[, lo[, hi]]) -> index bisect_right(a, x[, lo[, hi]]) -> index Return the index where to insert item x in list a, assuming a is sorted. The return value i is such that all e in a[:i] have e <= x, and all e in a[i:] have e > x. So if x already appears in the list, i points just beyond the rightmost x already there Optional args lo (default 0) and hi (default len(a)) bound the slice of a to be searched."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bisect.insort" func="yes"> | |
<Overload retVal="" descr="insort(a, x[, lo[, hi]]) insort_right(a, x[, lo[, hi]]) Insert item x in list a, and keep it sorted assuming a is sorted. If x is already in a, insert it to the right of the rightmost x. Optional args lo (default 0) and hi (default len(a)) bound the slice of a to be searched."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bisect.insort_left" func="yes"> | |
<Overload retVal="" descr="insort_left(a, x[, lo[, hi]]) Insert item x in list a, and keep it sorted assuming a is sorted. If x is already in a, insert it to the left of the leftmost x. Optional args lo (default 0) and hi (default len(a)) bound the slice of a to be searched."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bisect.insort_right" func="yes"> | |
<Overload retVal="" descr="insort(a, x[, lo[, hi]]) insort_right(a, x[, lo[, hi]]) Insert item x in list a, and keep it sorted assuming a is sorted. If x is already in a, insert it to the right of the rightmost x. Optional args lo (default 0) and hi (default len(a)) bound the 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() -> int Number of bits necessary to represent self in binary. >>> bin(37) '0b100101' >>> (37).bit_length() 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) -> bool Returns True when the argument x is true, False otherwise. The builtins True and False are the only two instances of the class bool. 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. For the full featured object oriented interface use the bsddb.db module 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]]) Create a new buffer object which references the given object. The buffer will reference a slice of the target object from the start of the object (or at the specified offset). The slice will 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) -> bytearray. bytearray(string, encoding[, errors]) -> bytearray. bytearray(bytes_or_bytearray) -> mutable copy of bytes_or_bytearray. bytearray(memory_view) -> bytearray. Construct an mutable bytearray object from: - an iterable yielding integers in range(256) - a text string encoded using the specified encoding - a bytes or a bytearray object - any object implementing the buffer API. bytearray(int) -> bytearray. Construct a zero-initialized bytearray of the given length."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bytes" func="yes"> | |
<Overload retVal="" descr="str(object='') -> string Return a nice string representation of the object. 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 the bz2 compression library. It implements a complete file interface, one shot (de)compression functions, and types for sequential (de)compression."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2Compressor" func="yes"> | |
<Overload retVal="" descr="BZ2Compressor([compresslevel=9]) -> compressor object Create a new compressor object. This object may be used to compress data sequentially. If you want to compress data in one shot, use the compress() function instead. The compresslevel parameter, if given, must be a number between 1 and 9."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2Compressor.compress" func="yes"> | |
<Overload retVal="" descr="compress(data) -> string Provide more data to the compressor object. It will return chunks of compressed data whenever possible. When you've finished providing data to compress, call the flush() method to finish the compression process, and return what is left in the internal buffers."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2Compressor.flush" func="yes"> | |
<Overload retVal="" descr="flush() -> string Finish the compression process and return what is left in internal buffers. You must not use the compressor object after calling this method."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2Decompressor" func="yes"> | |
<Overload retVal="" descr="BZ2Decompressor() -> decompressor object Create a new decompressor object. This object may be used to decompress data sequentially. If you want to decompress data in one shot, use the decompress() function instead."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2Decompressor.decompress" func="yes"> | |
<Overload retVal="" descr="decompress(data) -> string Provide more data to the decompressor object. It will return chunks of decompressed data whenever possible. If you try to decompress data after the end of stream is found, EOFError will be raised. If any data was found after the end of stream, it'll be ignored and saved in 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]) -> file object Open a bz2 file. The mode can be 'r' or 'w', for reading (default) or writing. When opened for writing, the file will be created if it doesn't exist, and truncated otherwise. If the buffering argument is given, 0 means unbuffered, and larger numbers specify the buffer size. If compresslevel is given, must be a number between 1 and 9. Add a 'U' to mode to open the file for input with universal newline support. Any line ending in the input file will be seen as a '\n' in Python. Also, a file so opened gains the attribute 'newlines'; the value for this attribute is one of None (no newline read yet), '\r', '\n', '\r\n' or a tuple containing all the newline types seen. Universal newlines are available only when reading."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2File.close" func="yes"> | |
<Overload retVal="" descr="close() -> None or (perhaps) an integer Close the file. Sets data attribute .closed to true. A closed file cannot be used for further I/O operations. close() may be called more 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() -> the next value, or raise StopIteration"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2File.read" func="yes"> | |
<Overload retVal="" descr="read([size]) -> string Read at most size uncompressed bytes, returned as a string. If the size argument is negative or omitted, read until EOF is reached."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2File.readline" func="yes"> | |
<Overload retVal="" descr="readline([size]) -> string Return the next line from the file, as a string, retaining newline. A non-negative size argument will limit the maximum number of bytes to return (an incomplete line may be returned then). Return an empty string at EOF."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2File.readlines" func="yes"> | |
<Overload retVal="" descr="readlines([size]) -> list Call readline() repeatedly and return a list of lines read. The optional size argument, if given, is an approximate bound on the total number of bytes in the lines returned."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2File.seek" func="yes"> | |
<Overload retVal="" descr="seek(offset [, whence]) -> None Move to new file position. Argument offset is a byte count. Optional argument whence defaults to 0 (offset from start of file, offset should be >= 0); other values are 1 (move relative to current position, positive or negative), and 2 (move relative to end of file, usually negative, although many platforms allow seeking beyond the end of a file). Note that seeking of bz2 files is emulated, and depending on the parameters 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() -> int 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) -> None Write the 'data' string to file. Note that due to buffering, close() may 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) -> None Write the sequence of strings to the file. Note that newlines are not added. The sequence can be any iterable object producing strings. This is equivalent to calling write() for each string."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.BZ2File.xreadlines" func="yes"> | |
<Overload retVal="" descr="xreadlines() -> self For backward compatibility. BZ2File objects now include the performance optimizations previously implemented in the xreadlines module."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.compress" func="yes"> | |
<Overload retVal="" descr="compress(data [, compresslevel=9]) -> string Compress data in one shot. If you want to compress data sequentially, use an instance of BZ2Compressor instead. The compresslevel parameter, if given, must be a number between 1 and 9."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="bz2.decompress" func="yes"> | |
<Overload retVal="" descr="decompress(data) -> decompressed data Decompress data in one shot. If you want to decompress data sequentially, 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. 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) Builds a profiler object using the specified timer function. The default timer is a fast built-in one based on real time. For custom timer functions returning integers, time_unit can be a float specifying a scale (i.e. how long each integer unit is, in seconds)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="cProfile.Profile.clear" func="yes"> | |
<Overload retVal="" descr="clear() 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() 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) Start collecting profiling information. If 'subcalls' is True, also records for each function statistics separated according to its current caller. If 'builtins' is True, records the time spent in built-in functions separately from their caller."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="cProfile.Profile.getstats" func="yes"> | |
<Overload retVal="" descr="getstats() -> list of profiler_entry objects Return all information collected by the profiler. Each profiler_entry is a tuple-like object with the following attributes: code code object callcount how many times this was called reccallcount how many times called recursively totaltime total time in this entry inlinetime inline time in this entry (not in subcalls) calls details of the calls The calls attribute is either None or a list of profiler_subentry objects: code called code object callcount how many times this is called reccallcount how many times this is called recursively totaltime total time spent in this call 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 This function takes a single argument that can be passed to the "exec" statement, and an optional file name. In all cases this routine attempts to "exec" its first argument and gather profiling statistics from the execution. If no file name is present, then this function automatically prints a simple profiling report, sorted by the standard name string (file/line/function-name) that is presented in 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, optionally saving results in filename. 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 Note when comparing these calendars to the ones printed by cal(1): By default, these calendars have Monday as the first day of the week, and Sunday as the last (the European convention). Use setfirstweekday() to 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 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 values and will always iterate through complete weeks, so it will yield 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 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) 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 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. 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. Each row represents a week; week entries are (day number, weekday number) tuples. Day numbers outside this month 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. 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 value is a list of month rows. Each month row contains up to width months. Each month contains between 4 and 6 weeks and each week contains 1-7 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 yeardatescalendar()). Entries in the week lists are (day number, weekday number) tuples. Day numbers outside this month are 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 yeardatescalendar()). Entries in the week lists are day numbers. 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 values and will always iterate through complete weeks, so it will yield 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 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) 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 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. 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. Each row represents a week; week entries are (day number, weekday number) tuples. Day numbers outside this month 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. 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 value is a list of month rows. Each month row contains up to width months. Each month contains between 4 and 6 weeks and each week contains 1-7 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 yeardatescalendar()). Entries in the week lists are (day number, weekday number) tuples. Day numbers outside this month are 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 yeardatescalendar()). Entries in the week lists are day numbers. 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 month and weekday names in the specified locale. If this locale includes an encoding all strings containing month and weekday names will be returned 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 values and will always iterate through complete weeks, so it will yield 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 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) 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 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. 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. Each row represents a week; week entries are (day number, weekday number) tuples. Day numbers outside this month 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. 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 value is a list of month rows. Each month row contains up to width months. Each month contains between 4 and 6 weeks and each week contains 1-7 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 yeardatescalendar()). Entries in the week lists are (day number, weekday number) tuples. Day numbers outside this month are 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 yeardatescalendar()). Entries in the week lists are day numbers. 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 month and weekday names in the specified locale. If this locale includes an encoding all strings containing month and weekday names will be returned 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 values and will always iterate through complete weeks, so it will yield 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 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) 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 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. 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. Each row represents a week; week entries are (day number, weekday number) tuples. Day numbers outside this month 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. 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 value is a list of month rows. Each month row contains up to width months. Each month contains between 4 and 6 weeks and each week contains 1-7 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 yeardatescalendar()). Entries in the week lists are (day number, weekday number) tuples. Day numbers outside this month are 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 yeardatescalendar()). Entries in the week lists are day numbers. 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 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 values and will always iterate through complete weeks, so it will yield 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 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) 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 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. 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. Each row represents a week; week entries are (day number, weekday number) tuples. Day numbers outside this month 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. 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 value is a list of month rows. Each month row contains up to width months. Each month contains between 4 and 6 weeks and each week contains 1-7 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 yeardatescalendar()). Entries in the week lists are (day number, weekday number) tuples. Day numbers outside this month are 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 yeardatescalendar()). Entries in the week lists are day numbers. 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). Assume y1 <= 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. 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 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), 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) -> bool Return whether the object is callable (i.e., some kind of function). 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() -> string Return a copy of the string S with only its first character 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]) -> string Return S centered in a string of length width. Padding is 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. This module defines a number of utilities for use by CGI scripts 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, ...) --> attrgetter object Return a callable object that fetches the given attribute(s) from its operand. After f = attrgetter('name'), the call f(r) returns r.name. After g = attrgetter('name', 'date'), the call g(r) returns (r.name, r.date). After h = attrgetter('name.first', 'name.last'), the call h(r) returns (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 exiting the context. The 'record' argument specifies whether warnings should be captured by a custom implementation of warnings.showwarning() and be appended to a list returned by the context manager. Otherwise None is returned by the context manager. The objects appended to the list are arguments whose attributes mirror the arguments to showwarning(). The 'module' argument is to specify an alternative module to the module named 'warnings' and imported under that name. This argument is only useful 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 "&", "<" and ">" to HTML-safe sequences. If the optional flag quote is true, the quotation mark character (") 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). 'action' -- one of "error", "ignore", "always", "default", "module", or "once" 'message' -- a regex that the warning message must match 'category' -- a class that the warning must be a subclass of 'module' -- a regex that the module name must match 'lineno' -- an integer line number, 0 matches all warnings '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. Even though this function is called initlog(), you should always use log(); log is a variable that is set either to initlog (initially), to dolog (once the log file has been opened), or to nolog (when logging is disabled). The first argument is a format string; the remaining arguments (if any) are arguments to the % operator, so e.g. log("%s: %s", "a", "b") will write "a: b" to the log file, followed by a newline. If the global logfp is not None, it should be a file object to which log data is written. If the global logfp is None, the global logfile may be a string giving a filename to open, in append mode. This file should be world writable!!! If the file can't be opened, logging is silently disabled (since there is no safe place where we could 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. Even though this function is called initlog(), you should always use log(); log is a variable that is set either to initlog (initially), to dolog (once the log file has been opened), or to nolog (when logging is disabled). The first argument is a format string; the remaining arguments (if any) are arguments to the % operator, so e.g. log("%s: %s", "a", "b") will write "a: b" to the log file, followed by a newline. If the global logfp is not None, it should be a file object to which log data is written. If the global logfp is None, the global logfile may be a string giving a filename to open, in append mode. This file should be world writable!!! If the file can't be opened, logging is silently disabled (since there is no safe place where we could 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. 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. Arguments: fp : input file pdict: dictionary containing other parameters of content-type header Returns a dictionary just like parse_qs(): keys are the field names, each value is a list of values for that field. This is easy to use but not much good if you are expecting megabytes to be uploaded -- in that case, use the FieldStorage class instead which is much more flexible. Note that content-type is the raw, unparsed contents of the content-type header. XXX This does not parse nested multipart parts -- use FieldStorage for that. XXX This should really be subsumed by FieldStorage altogether -- no point in having two implementations of the same parsing algorithm. Also, FieldStorage protects itself better against certain DoS attacks by limiting the size of the data read in one chunk. The API here does not support that kind of protection. This also affects parse() 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. To enable this module, do: import cgitb; cgitb.enable() at the top of your script. The optional arguments to enable() are: display - if true, tracebacks are displayed in the web browser logdir - if set, tracebacks are written to files in this directory context - number of lines of source code to show for each stack frame format - 'text' or 'html' controls the output format By default, tracebacks are displayed but not saved, the context is 5 lines and the output format is 'html' (for backwards compatibility with the original use of this module) Alternatively, if you have caught an exception and want cgitb to display it for you, call cgitb.handler(). The optional argument to handler() is a 3-item tuple (etype, evalue, etb) just like the value of sys.exc_info(). 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. The optional argument 'display' can be set to 0 to suppress sending the traceback to the browser, and 'logdir' can be set to a directory to cause 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) -> character Return a string of one character with ordinal i; 0 <= i < 256."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="chunk" func="yes"> | |
<Overload retVal="" descr="Simple class to read IFF chunks. An IFF chunk (used in formats such as AIFF, TIFF, RMFF (RealMedia File Format)) has the following structure: +----------------+ | ID (4 bytes) | +----------------+ | size (4 bytes) | +----------------+ | data | | ... | +----------------+ The ID is a 4-byte string which identifies the type of chunk. The size field (a 32-bit value, encoded using big-endian byte order) gives the size of the whole chunk, including the 8-byte header. Usually an IFF-type file consists of one or more chunks. The proposed usage of the Chunk class defined here is to instantiate an instance at the start of each chunk and read from the instance until it reaches the end, after which a new instance can be instantiated. At the end of the file, creating a new instance will fail with a EOFError exception. Usage: while True: try: chunk = Chunk(file) except EOFError: break chunktype = chunk.getname() while True: data = chunk.read(nbytes) if not data: pass # do something with data The interface is file-like. The implemented methods are: read, close, seek, tell, isatty. Extra methods are: skip() (called by close, skips to the end of the chunk), getname() (returns the name (ID) of the chunk) The __init__ method has one required argument, a file-like object (including a chunk instance), and one optional argument, a flag which specifies whether or not chunks are aligned on 2-byte boundaries. The 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) -> method Convert a function to be a class method. A class method receives the class as implicit first argument, just like an instance method receives the instance. To declare a class method, use this idiom: class C: def f(cls, arg1, arg2, ...): ... f = classmethod(f) It can be called either on the class (e.g. C.f()) or on an instance (e.g. C().f()). The instance is ignored except for its class. If a class method is called for a derived class, the derived class object is passed as the implied first argument. Class methods are different than C++ or Java static methods. 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() -> None or (perhaps) an integer. Close the file. Sets data attribute .closed to True. A closed file cannot be used for further I/O operations. close() may be called more than once without error. Some kinds of file objects (for example, opened by popen()) 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. Interpreters constructed with this class obey the following conventions: 1. End of file on input is processed as the command 'EOF'. 2. A command is parsed out of each line by collecting the prefix composed of characters in the identchars member. 3. A command `foo' is dispatched to a method 'do_foo()'; the do_ method is passed a single argument consisting of the remainder of the line. 4. Typing an empty line repeats the last command. (Actually, it calls the method `emptyline', which may be overridden in a subclass.) 5. There is a predefined `help' method. Given an argument `topic', it calls the command `help_topic'. With no arguments, it lists all topics with defined help_ functions, broken into up to three topics; documented commands, miscellaneous help topics, and undocumented commands. 6. The command '?' is a synonym for `help'. The command '!' is a synonym for `shell', if a do_shell method exists. 7. If completion is enabled, completing commands will be done automatically, and completing of commands args is done by calling complete_foo() with arguments text, line, begidx, endidx. text is string we are matching against, all returned matches must begin with it. line is the current input line (lstripped), begidx and endidx are the beginning and end indexes of the text being matched, which could be used to provide different completion depending upon which position the argument is in. The `default' method may be overridden to intercept commands for which there is no do_ method. The `completedefault' method may be overridden to intercept completions for commands that have no complete_ method. The data member `self.ruler' sets the character used to draw separator lines in the help messages. If empty, no ruler line is drawn. It defaults to "=". If the value of `self.intro' is nonempty when the cmdloop method is called, it is printed out on interpreter startup. This value may be overridden via an optional argument to the cmdloop() method. The data members `self.doc_header', `self.misc_header', and `self.undoc_header' set the headers used for the help function's listings of documented functions, miscellaneous topics, and undocumented functions respectively. These interpreters use raw_input; thus, if the readline module is loaded, 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) -> integer Return negative if x<y, zero if x==y, positive if x>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. Arguments: source -- the source string; may contain \n characters filename -- optional filename from which source was read; default "<input>" symbol -- optional grammar start symbol; "single" (default) or "eval" Return value / exceptions raised: - Return a code object if the command is complete and valid - Return None if the command is incomplete - Raise SyntaxError, ValueError or OverflowError if the command is a syntax error (OverflowError and ValueError can be produced by 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. This is a backwards compatible interface to the InteractiveConsole class. When readfunc is not specified, it attempts to import the readline module to enable GNU readline if it is available. Arguments (all optional, all default to None): banner -- passed to InteractiveConsole.interact() readfunc -- if not None, replaces InteractiveConsole.raw_input() 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. Written by Marc-Andre Lemburg ([email protected]). (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 incremental decoder if the decoder must be able to handle incomplete byte 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 incremental encoder if the encoder must keep some of the output in a 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) -> integer -- return number of occurrences of value"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="codecs.CodecInfo.index" func="yes"> | |
<Overload retVal="" descr="T.index(value, [start, [stop]]) -> integer -- return first index of value. 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 encoding translation. Strings written to the wrapped file are interpreted according to the given data_encoding and then written to the original file as string using file_encoding. The intermediate encoding will usually be Unicode but depends on the specified codecs. Strings are read from the file using file_encoding and then passed back to the caller as string using data_encoding. If file_encoding is not given, it defaults to data_encoding. errors may be given to define the error handling. It defaults to 'strict' which causes ValueErrors to be raised in case an encoding error occurs. The returned wrapped file object provides two extra attributes .data_encoding and .file_encoding which reflect the given parameters of the same name. The attributes can be used for 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 passed piece by piece to the decode() method. The IncrementalDecoder 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. This must be a (buffered_input, additional_state_info) tuple. buffered_input must be a bytes object containing bytes that were passed to decode() that have not yet been converted. additional_state_info must be a non-negative integer representing the state of the decoder WITHOUT yet having processed the contents of buffered_input. In the initial state 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. state must have been returned by getstate(). The effect of 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 passed piece by piece to the encode() method. The IncrementalEncoder remembers 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 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]]) -> object Decodes obj using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a ValueError. Other possible values are 'ignore' and 'replace' as well as any other name registered with codecs.register_error that is able to handle ValueErrors."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="codecs.encode" func="yes"> | |
<Overload retVal="" descr="encode(obj, [encoding[,errors]]) -> object Encodes obj using the codec registered for encoding. encoding defaults to the default encoding. errors may be given to set a different error handling scheme. Default is 'strict' meaning that encoding errors raise a ValueError. Other possible values are 'ignore', 'replace' and 'xmlcharrefreplace' as well as any other name registered with 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 its decoder function. 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 its encoder function. 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 its IncrementalDecoder class or factory function. Raises a LookupError in case the encoding cannot be found 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 its IncrementalEncoder class or factory function. Raises a LookupError in case the encoding cannot be found 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 its StreamReader class or factory function. 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 its StreamWriter class or factory function. 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. Decodes the input strings from the iterator using a IncrementalDecoder. errors and kwargs are passed through to the IncrementalDecoder 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. Encodes the input strings from the iterator using a IncrementalEncoder. errors and kwargs are passed through to the IncrementalEncoder 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) -> CodecInfo Looks up a codec tuple in the Python codec registry and returns a CodecInfo object."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="codecs.lookup_error" func="yes"> | |
<Overload retVal="" descr="lookup_error(errors) -> handler Return the error handler for the specified error handling name 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. If a target mapping in the decoding map occurs multiple times, then that target is mapped to None (undefined mapping), causing an exception when encountered by the charmap codec during translation. One example where this happens is cp875.py which decodes 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) -> dict Return a dictionary where elements of the rng sequence are 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 a wrapped version providing transparent encoding/decoding. Note: The wrapped version will only accept the object format defined by the codecs, i.e. Unicode objects for most builtin codecs. Output is also codec dependent and will usually be Unicode as well. Files are always opened in binary mode, even if no binary mode was specified. This is done to avoid data loss due to encodings using 8-bit values. The default file mode is 'rb' meaning to open the file in binary read mode. encoding specifies the encoding which is to be used for the file. errors may be given to define the error handling. It defaults to 'strict' which causes ValueErrors to be raised in case an encoding error occurs. buffering has the same meaning as for the builtin open() API. It defaults to line buffered. The returned wrapped file object provides an extra attribute .encoding which allows querying the used encoding. This attribute is only available if an encoding was specified as 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) Register a codec search function. Search functions are expected to take one argument, the encoding name in all lower case letters, and return a tuple of functions (encoder, decoder, stream_reader, stream_writer) (or a CodecInfo object)."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="codecs.register_error" func="yes"> | |
<Overload retVal="" descr="register_error(errors, handler) Register the specified error handler under the name errors. handler must be a callable object, that will be called with an exception instance containing information about the location of the encoding/decoding 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. This module provides two interfaces, broadly similar to the builtin function compile(), which take program text, a filename and a 'mode' and: - Return code object if the command is complete and valid - Return None if the command is incomplete - Raise SyntaxError, ValueError or OverflowError if the command is a syntax error (OverflowError and ValueError can be produced by malformed literals). Approach: First, check if the source consists entirely of blank lines and comments; if so, replace it with 'pass', because the built-in parser doesn't always do the right thing for these. Compile three times: as is, with \n, and with \n\n appended. If it compiles as is, it's complete. If it compiles with one \n appended, we expect more. If it doesn't compile either way, we compare the error we get when compiling with \n or \n\n appended. If the errors are the same, the code is broken. But if the errors are different, we expect more. Not intuitive; not even guaranteed to hold in future releases; but this matches the compiler's behavior from Python 1.4 through 2.2, at least. Caveat: It is possible (but not likely) that the parser stops parsing with a successful outcome before reaching the end of the source; in this case, trailing symbols may be ignored instead of causing an error. For example, a backslash followed by two newlines may be followed by arbitrary garbage. This will be fixed once the API for the parser is better. The two interfaces are: compile_command(source, filename, symbol): Compiles a single command in the manner described above. CommandCompiler(): Instances of this class have __call__ methods identical in signature to compile_command; the difference is that if the instance compiles program text containing a __future__ statement, the instance 'remembers' and compiles all subsequent program texts with the statement in force. The module also provides another class: Compile(): Instances of this class act like the built-in function compile, 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. Arguments: source -- the source string; may contain \n characters filename -- optional filename from which source was read; default "<input>" symbol -- optional grammar start symbol; "single" (default) or "eval" Return value / exceptions raised: - Return a code object if the command is complete and valid - Return None if the command is incomplete - Raise SyntaxError, ValueError or OverflowError if the command is a syntax error (OverflowError and ValueError can be produced by 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) -> (x1, y1) Return a tuple consisting of the two numeric arguments converted to a common type, using the same rules as used by arithmetic operations. 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 or multiset. Elements are stored as dictionary keys and their counts are stored as dictionary values. >>> c = Counter('abcdeabcdabcaba') # count elements from a string >>> c.most_common(3) # three most common elements [('a', 5), ('b', 4), ('c', 3)] >>> sorted(c) # list all unique elements ['a', 'b', 'c', 'd', 'e'] >>> ''.join(sorted(c.elements())) # list elements with repetitions 'aaaaabbbbcccdde' >>> sum(c.values()) # total of all counts 15 >>> c['a'] # count of letter 'a' 5 >>> for elem in 'shazam': # update counts from an iterable ... c[elem] += 1 # by adding 1 to each element's count >>> c['a'] # now there are seven 'a' 7 >>> del c['b'] # remove all 'b' >>> c['b'] # now there are zero 'b' 0 >>> d = Counter('simsalabim') # make another counter >>> c.update(d) # add in the second counter >>> c['a'] # now there are nine 'a' 9 >>> c.clear() # empty the counter >>> c Counter() Note: If a count is set to zero or reduced to zero, it will remain in the counter until the entry is deleted or the counter is cleared: >>> c = Counter('aaabbc') >>> c['b'] -= 2 # reduce the count of 'b' by two >>> c.most_common() # 'b' is still in, but its count is zero [('a', 3), ('c', 1), ('b', 0)]"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.Counter.clear" func="yes"> | |
<Overload retVal="" descr="D.clear() -> 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. >>> c = Counter('ABCABC') >>> sorted(c.elements()) ['A', 'A', 'B', 'B', 'C', 'C'] # Knuth's example for prime factors of 1836: 2**2 * 3**3 * 17**1 >>> prime_factors = Counter({2: 2, 3: 3, 17: 1}) >>> product = 1 >>> for factor in prime_factors.elements(): # loop over factors ... product *= factor # and multiply them >>> product 1836 Note, if an element's count has been set to zero or is a negative 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]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.Counter.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.Counter.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.Counter.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.Counter.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.Counter.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> 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 common to the least. If n is None, then list all element counts. >>> Counter('abcdeabcdabcaba').most_common(3) [('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]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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. Counts can be reduced below zero. Both the inputs and outputs are allowed to contain zero and negative counts. Source can be an iterable, a dictionary, or another Counter instance. >>> c = Counter('which') >>> c.subtract('witch') # subtract elements from another iterable >>> c.subtract(Counter('watch')) # subtract elements from another counter >>> c['h'] # 2 in which, minus 1 in witch, minus 1 in watch 0 >>> c['w'] # 1 in which, minus 1 in witch, minus 1 in watch -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. Source can be an iterable, a dictionary, or another Counter instance. >>> c = Counter('which') >>> c.update('witch') # add elements from another iterable >>> d = Counter('watch') >>> c.update(d) # add elements from another counter >>> c['h'] # four 'h' in which, witch, and watch 4"> | |
<Param name="[**]" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.Counter.values" func="yes"> | |
<Overload retVal="" descr="D.values() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.Counter.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> 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() -> None. Remove all items from od."> | |
<Param name="self" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.OrderedDict.copy" func="yes"> | |
<Overload retVal="" descr="od.copy() -> a shallow copy of od"> | |
<Param name="self" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.OrderedDict.fromkeys" func="yes"> | |
<Overload retVal="" descr="OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S. 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]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.OrderedDict.items" func="yes"> | |
<Overload retVal="" descr="od.items() -> list of (key, value) pairs in od"> | |
<Param name="self" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.OrderedDict.iteritems" func="yes"> | |
<Overload retVal="" descr="od.iteritems -> 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() -> an iterator over the keys in od"> | |
<Param name="self" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.OrderedDict.itervalues" func="yes"> | |
<Overload retVal="" descr="od.itervalues -> an iterator over the values in od"> | |
<Param name="self" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.OrderedDict.keys" func="yes"> | |
<Overload retVal="" descr="od.keys() -> list of keys in od"> | |
<Param name="self" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.OrderedDict.pop" func="yes"> | |
<Overload retVal="" descr="od.pop(k[,d]) -> v, remove specified key and return the corresponding value. If key is not found, d is returned if given, otherwise KeyError 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() -> (k, v), return and remove a (key, value) pair. 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]) -> 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) -> None. Update D from mapping/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of values in od"> | |
<Param name="self" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.OrderedDict.viewitems" func="yes"> | |
<Overload retVal="" descr="od.viewitems() -> 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() -> 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() -> 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[, ...]) --> dict with default factory The default factory is called without arguments to produce a new value when a key is not present, in __getitem__ only. A defaultdict compares equal to a dict with the same items. All remaining arguments are treated the same as if they were passed to the dict constructor, including keyword arguments."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.defaultdict.clear" func="yes"> | |
<Overload retVal="" descr="D.clear() -> None. Remove all items from D."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.defaultdict.copy" func="yes"> | |
<Overload retVal="" descr="D.copy() -> 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]) -> New dict with keys from S and values equal to v. v defaults to None."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.defaultdict.get" func="yes"> | |
<Overload retVal="" descr="D.get(k[,d]) -> 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) -> True if D has a key k, else False"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.defaultdict.items" func="yes"> | |
<Overload retVal="" descr="D.items() -> list of D's (key, value) pairs, as 2-tuples"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.defaultdict.iteritems" func="yes"> | |
<Overload retVal="" descr="D.iteritems() -> an iterator over the (key, value) items of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.defaultdict.iterkeys" func="yes"> | |
<Overload retVal="" descr="D.iterkeys() -> an iterator over the keys of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.defaultdict.itervalues" func="yes"> | |
<Overload retVal="" descr="D.itervalues() -> an iterator over the values of D"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.defaultdict.keys" func="yes"> | |
<Overload retVal="" descr="D.keys() -> list of D's keys"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.defaultdict.pop" func="yes"> | |
<Overload retVal="" descr="D.pop(k[,d]) -> v, remove specified key and return the corresponding value. 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() -> (k, v), remove and return some (key, value) pair as a 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]) -> 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) -> None. Update D from dict/iterable E and F. If E present and has a .keys() method, does: for k in E: D[k] = E[k] If E present and lacks .keys() method, does: for (k, v) in E: D[k] = v 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() -> list of D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.defaultdict.viewitems" func="yes"> | |
<Overload retVal="" descr="D.viewitems() -> 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() -> 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() -> an object providing a view on D's values"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="collections.deque" func="yes"> | |
<Overload retVal="" descr="deque([iterable[, maxlen]]) --> deque object 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) -> 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. >>> Point = namedtuple('Point', ['x', 'y']) >>> Point.__doc__ # docstring for the new class 'Point(x, y)' >>> p = Point(11, y=22) # instantiate with positional args or keywords >>> p[0] + p[1] # indexable like a plain tuple 33 >>> x, y = p # unpack like a regular tuple >>> x, y (11, 22) >>> p.x + p.y # fields also accessable by name 33 >>> d = p._asdict() # convert to a dictionary >>> d['x'] 11 >>> Point(**d) # convert from a dictionary Point(x=11, y=22) >>> p._replace(x=100) # _replace() is like str.replace() but targets named fields 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. This modules provides two functions for each color system ABC: rgb_to_abc(r, g, b) --> a, b, c abc_to_rgb(a, b, c) --> r, g, b All inputs and outputs are triples of floats in the range [0.0...1.0] (with the exception of I and Q, which covers a slightly larger range). Inputs outside the valid range may cause exceptions or invalid outputs. Supported color systems: RGB: Red, Green, Blue components YIQ: Luminance, Chrominance (used by composite video signals) HLS: Hue, Luminance, Saturation 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. Interface summary: import commands outtext = commands.getoutput(cmd) (exitstatus, outtext) = commands.getstatusoutput(cmd) outtext = commands.getstatus(file) # returns output of "ls -ld file" A trailing newline is removed from the output string. Encapsulates the basic operation: pipe = os.popen('{ ' + cmd + '; } 2>&1', 'r') text = pipe.read() sts = pipe.close() [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 <file>" 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]]) -> code object Compile the source string (a Python module, statement or expression) into a code object that can be executed by the exec statement or eval(). The filename will be used for run-time error messages. The mode must be 'exec' to compile a module, 'single' to compile a single (interactive) statement, or 'eval' to compile an expression. The flags argument, if present, controls which future statements influence the compilation of the code. The dont_inherit argument, if non-zero, stops the compilation inheriting the effects of any future statements in effect in the code calling compile; if absent or zero these statements do influence the compilation, 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. When called as a script with arguments, this compiles the directories given as arguments recursively; the -l option prevents it from recursing into directories. Without arguments, if compiles all modules on sys.path, without recursing into subdirectories. (Even though it should do so for packages -- for now, you'll have to deal with packages separately.) 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. Arguments (only dir is required): dir: the directory to byte-compile maxlevels: maximum recursion level (default 10) ddir: the directory that will be prepended to the path to the file as it is compiled into each byte-code file. force: if 1, force compilation, even if timestamps are up-to-date 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. Arguments (only fullname is required): fullname: the file to byte-compile ddir: if given, the directory name compiled in to the byte-code file. force: if 1, force compilation, even if timestamps are up-to-date 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. Arguments (all optional): skip_curdir: if true, skip current directory (default true) maxlevels: max recursion level (default 0) force: as for compile_dir() (default 0) 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 There are several functions defined at the top level that are imported from modules contained in the package. parse(buf, mode="exec") -> AST Converts a string containing Python source code to an abstract syntax tree (AST). The AST is defined in compiler.ast. parseFile(path) -> AST The same as parse(open(path)) walk(ast, visitor, verbose=None) Does a pre-order walk over the ast using the visitor instance. See compiler.visitor for details. compile(source, filename, mode, flags=None, dont_inherit=None) Returns a code object. A replacement for the builtin compile() function. compileFile(filename) 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]) -> complex number Create a complex number from a real part and an optional imaginary part. 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. Code like this: with closing(<module>.open(<arguments>)) as f: <block> is equivalent to this: f = <module>.open(<arguments>) try: <block> finally: f.close()"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="contextlib.contextmanager" func="yes"> | |
<Overload retVal="" descr="@contextmanager decorator. Typical usage: @contextmanager def some_generator(<arguments>): <setup> try: yield <value> finally: <cleanup> This makes this: with some_generator(<arguments>) as <variable>: <body> equivalent to this: <setup> try: <variable> = <value> <body> finally: <cleanup>"> | |
<Param name="func" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="contextlib.nested" func="yes"> | |
<Overload retVal="" descr="Combine multiple context managers into a single nested context manager. This function has been deprecated in favour of the multiple manager form of the with statement. The one advantage of this function over the multiple manager form of the with statement is that argument unpacking allows it to be used with a variable number of context managers as follows: with nested(*managers): 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 Returns a decorator that invokes update_wrapper() with the decorated function as the wrapper argument and the arguments to wraps() as the remaining arguments. Default arguments are as for update_wrapper(). This is a convenience function to simplify applying partial() to 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. This module has (now fairly distant) origins in Gisle Aas' Perl module HTTP::Cookies, from the libwww-perl library. Docstrings, comments and debug strings in this code refer to the attributes of the HTTP cookie system as cookie-attributes, to distinguish them clearly from Python attributes. Class diagram (note that BSDDBCookieJar and the MSIE* classes are not distributed with the Python standard library, but are available from http://wwwsearch.sf.net/): CookieJar____ / \ \ FileCookieJar \ \ / | \ \ \ MozillaCookieJar | LWPCookieJar \ \ | | \ | ---MSIEBase | \ | / | | \ | / MSIEDBCookieJar BSDDBCookieJar |/ 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. A and B may be host domain names or IP addresses. RFC 2965, section 1: Host names can be specified either as an IP address or a HDN string. Sometimes we compare one host name with another. (Such comparisons SHALL be case-insensitive.) Host A's name domain-matches host B's if * their host name strings string-compare equal; or * A is a HDN string and has the form NB, where N is a non-empty name string, B has the form .B', and B' is a HDN string. (So, x.y.com domain-matches .Y.com but not Y.com.) Note that domain-match is not a commutative operation: a.b.c.com 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). 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. Return value is an integer. None is returned if the format of str is unrecognized, the time is outside the representable range, or the timezone string is not recognized. If the string contains no timezone, UTC is assumed. The timezone in the string may be numerical (like "-0800" or "+0100") or a string timezone (like "UTC", "GMT", "BST" or "EST"). Currently, only the timezone strings equivalent to UTC (zero offset) are known to the function. The function loosely parses the following formats: Wed, 09 Feb 1994 22:23:32 GMT -- HTTP format Tuesday, 08-Feb-94 14:15:29 GMT -- old rfc850 HTTP format Tuesday, 08-Feb-1994 14:15:29 GMT -- broken rfc850 HTTP format 09 Feb 1994 22:23:32 GMT -- HTTP format (no weekday) 08-Feb-94 14:15:29 GMT -- rfc850 format (no weekday) 08-Feb-1994 14:15:29 GMT -- broken rfc850 format (no weekday) The parser ignores leading and trailing whitespace. The time may be absent. If the year is given with only 2 digits, the function will select the 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: An unverifiable transaction is to a third-party host if its request- host U does not domain-match the reach R of the request-host O in the 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: 1994-02-03 14:15:29 -0100 -- ISO 8601 format 1994-02-03 14:15:29 -- zone is optional 1994-02-03 -- only date 1994-02-03T14:15:29 -- Use T as separator 19940203T141529Z -- ISO 8601 compact format 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. Takes a list of lists of (key, value) pairs and produces a single header value. Attribute values are quoted if needed. >>> join_header_words([[("text/plain", None), ("charset", "iso-8859/1")]]) 'text/plain; charset="iso-8859/1"' >>> join_header_words([[("text/plain", None)], [("charset", "iso-8859/1")]]) 'text/plain, charset="iso-8859/1"'"> | |
<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. 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. 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. The old Netscape cookie format for Set-Cookie can for instance contain an unquoted "," in the expires field, so we have to use this ad-hoc parser instead of split_header_words. XXX This may not make the best possible effort to parse all the crap that Netscape Cookie headers contain. Ronald Tschalar's HTTPClient parser is probably better, so could do worse than following that if this ever gives any trouble. 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. The reach R of a host name H is defined as follows: * If - H is the host domain name of a host; and, - H has the form A.B; and - A has no embedded (that is, interior) dots; and - B has at least one embedded dot, or B is the string "local". then the reach of H is .B. * Otherwise, the reach of H is H. >>> reach("www.acme.com") '.acme.com' >>> reach("acme.com") 'acme.com' >>> reach("acme.local") '.local'"> | |
<Param name="h" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="cookielib.request_host" func="yes"> | |
<Overload retVal="" descr="Return request-host, as defined by RFC 2965. Variation from RFC: returned value is lowercased, for convenient 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. The function knows how to deal with ",", ";" and "=" as well as quoted values after "=". A list of space separated tokens are parsed as if they were separated by ";". If the header_values passed as argument contains multiple values, then they are treated as if they were a single value separated by comma ",". This means that this function is useful for parsing header fields that follow this syntax (BNF as from the HTTP/1.1 specification, but we relax the requirement for tokens). headers = #header header = (token | parameter) *( [";"] (token | parameter)) token = 1*<any CHAR except CTLs or separators> separators = "(" | ")" | "<" | ">" | "@" | "," | ";" | ":" | "\" | <"> | "/" | "[" | "]" | "?" | "=" | "{" | "}" | SP | HT quoted-string = ( <"> *(qdtext | quoted-pair ) <"> ) qdtext = <any TEXT except <">> quoted-pair = "\" CHAR parameter = attribute "=" value attribute = token value = token | quoted-string Each header is represented by a list of key/value pairs. The value for a simple token (not part of a parameter) is None. Syntactically incorrect headers will not necessarily be parsed as you would want. This is easier to describe with some examples: >>> split_header_words(['foo="bar"; port="80,81"; discard, bar=baz']) [[('foo', 'bar'), ('port', '80,81'), ('discard', None)], [('bar', 'baz')]] >>> split_header_words(['text/html; charset="iso-8859-1"']) [[('text/html', None), ('charset', 'iso-8859-1')]] >>> split_header_words([r'Basic realm="\"foo\bar\""']) [[('Basic', None), ('realm', '"foobar"')]]"> | |
<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. If the function is called without an argument, it will use the current time. The format of the returned string is like "YYYY-MM-DD hh:mm:ssZ", representing Universal Time (UTC, aka GMT). An example of this format is: 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. If the function is called without an argument, it will use the current time. The format of the returned string is like this: 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. 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. 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. 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() -> new empty set object set(iterable) -> new set object 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. 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. (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. 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. (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. 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. 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. (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. (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. This is only useful to add pickle support for extension types defined in 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) -> 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. This module provides classes that assist in the reading and writing of Comma Separated Value (CSV) files, and implements the interface described by PEP 305. Although many CSV files are simple to parse, the format is not formally defined by a stable specification and is subtle enough that parsing lines of a CSV file with something like line.split(",") is bound to fail. The module supports three basic APIs: reading, writing, and registration of dialects. DIALECT REGISTRATION: Readers and writers support a dialect argument, which is a convenient handle on a group of settings. When the dialect argument is a string, it identifies one of the dialects previously registered with the module. If it is a class or instance, the attributes of the argument are used as the settings for the reader or writer: class excel: delimiter = ',' quotechar = '"' escapechar = None doublequote = True skipinitialspace = False lineterminator = '\r\n' quoting = QUOTE_MINIMAL SETTINGS: * quotechar - specifies a one-character string to use as the quoting character. It defaults to '"'. * delimiter - specifies a one-character string to use as the field separator. It defaults to ','. * skipinitialspace - specifies how to interpret whitespace which immediately follows a delimiter. It defaults to False, which means that whitespace immediately following a delimiter is part of the following field. * lineterminator - specifies the character sequence which should terminate rows. * quoting - controls when quotes should be generated by the writer. It can take on any of the following module constants: csv.QUOTE_MINIMAL means only when required, for example, when a field contains either the quotechar or the delimiter csv.QUOTE_ALL means that quotes are always placed around fields. csv.QUOTE_NONNUMERIC means that quotes are always placed around fields which do not parse as integers or floating point numbers. csv.QUOTE_NONE means that quotes are never placed around fields. * escapechar - specifies a one-character string used to escape the delimiter when quoting is set to QUOTE_NONE. * doublequote - controls the handling of quotes inside fields. When True, two consecutive quotes are interpreted as one during read, and when writing, each quote character embedded in the data is 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. csv.field_size_limit([limit]) Returns old limit. If limit is not given, no new limit is set and the old limit is returned"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="csv.get_dialect" func="yes"> | |
<Overload retVal="" descr="Return the dialect instance associated with name. 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. names = csv.list_dialects()"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="csv.reader" func="yes"> | |
<Overload retVal="" descr="csv_reader = reader(iterable [, dialect='excel'] [optional keyword args]) for row in csv_reader: process(row) The "iterable" argument can be any object that returns a line of input for each iteration, such as a file object or a list. The optional "dialect" parameter is discussed below. The function also accepts optional keyword arguments which override settings provided by the dialect. The returned object is an iterator. Each iteration returns a row 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]) -> value Apply a function of two arguments cumulatively to the items of a sequence, from left to right, so as to reduce the sequence to a single value. For example, reduce(lambda x, y: x+y, [1, 2, 3, 4, 5]) calculates ((((1+2)+3)+4)+5). If initial is present, it is placed before the items of the sequence in the calculation, and serves as a default when the 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. 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. csv.unregister_dialect(name)"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="csv.writer" func="yes"> | |
<Overload retVal="" descr="csv_writer = csv.writer(fileobj [, dialect='excel'] [optional keyword args]) for row in sequence: csv_writer.writerow(row) [or] csv_writer = csv.writer(fileobj [, dialect='excel'] [optional keyword args]) csv_writer.writerows(rows) The "fileobj" 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 library, exporting functions using the standard C calling convention (named 'cdecl' on Windows). The exported functions can be accessed as attributes, or by indexing with the function name. Examples: <obj>.qsort -> callable object <obj>['qsort'] -> callable object Calling the functions releases the Python GIL during the call and reacquires it afterwards."> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="ctypes.CFUNCTYPE" func="yes"> | |
<Overload retVal="" descr="CFUNCTYPE(restype, *argtypes, use_errno=False, use_last_error=False) -> function prototype. restype: the result type argtypes: a sequence specifying the argument types The function prototype can be called in different ways to create a callable object: prototype(integer address) -> foreign function prototype(callable) -> create and return a C callable function from callable prototype(integer index, method name[, paramflags]) -> foreign function calling a COM method prototype((ordinal number, dll object)[, paramflags]) -> foreign function exported by ordinal prototype((function name, dll object)[, paramflags]) -> 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]) -> string Convert a win32 error code into a string. If the error code is not 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 Windows stdcall calling convention, and returning HRESULT. HRESULT error values are automatically raised as WindowsError 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 access Python API functions. The GIL is not released, and 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 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) -> integer Return the address of the C instance internal buffer"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="ctypes.alignment" func="yes"> | |
<Overload retVal="" descr="alignment(C type) -> integer alignment(C instance) -> integer Return the alignment requirements of a C instance"> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="ctypes.byref" func="yes"> | |
<Overload retVal="" descr="byref(C instance[, offset=0]) -> byref-object Return a pointer lookalike to a C instance, only usable 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) -> character array create_string_buffer(anInteger) -> character array create_string_buffer(aString, anInteger) -> 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) -> character array create_unicode_buffer(anInteger) -> character array create_unicode_buffer(aString, anInteger) -> 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) -> (previous-encoding, previous-errors) Set the encoding and error handling ctypes uses when converting 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) -> integer sizeof(C instance) -> integer 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]) -> string 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]) -> string 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 the General Decimal Arithmetic Specification: http://speleotrove.com/decimal/decarith.html and IEEE standard 854-1987: http://en.wikipedia.org/wiki/IEEE_854-1987 Decimal floating point has finite precision with arbitrarily large bounds. The purpose of this module is to support arithmetic using familiar "schoolhouse" rules and to avoid some of the tricky representation issues associated with binary floating point. The package is especially useful for financial applications or for contexts where users have expectations that are at odds with binary floating point (for instance, in binary floating point, 1.00 % 0.1 gives 0.09999999999999995 instead of the expected Decimal('0.00') returned by decimal floating point). Here are some examples of using the decimal module: >>> from decimal import * >>> setcontext(ExtendedContext) >>> Decimal(0) Decimal('0') >>> Decimal('1') Decimal('1') >>> Decimal('-.0123') Decimal('-0.0123') >>> Decimal(123456) Decimal('123456') >>> Decimal('123.45e12345678901234567890') Decimal('1.2345E+12345678901234567892') >>> Decimal('1.33') + Decimal('1.27') Decimal('2.60') >>> Decimal('12.34') + Decimal('3.87') - Decimal('18.41') Decimal('-2.20') >>> dig = Decimal(1) >>> print dig / Decimal(3) 0.333333333 >>> getcontext().prec = 18 >>> print dig / Decimal(3) 0.333333333333333333 >>> print dig.sqrt() 1 >>> print Decimal(3).sqrt() 1.73205080756887729 >>> print Decimal(3) ** 123 4.85192780976896427E+58 >>> inf = Decimal(1) / Decimal(0) >>> print inf Infinity >>> neginf = Decimal(-1) / Decimal(0) >>> print neginf -Infinity >>> print neginf + inf NaN >>> print neginf * inf -Infinity >>> print dig / 0 Infinity >>> getcontext().traps[DivisionByZero] = 1 >>> print dig / 0 Traceback (most recent call last): ... ... ... DivisionByZero: x / 0 >>> c = Context() >>> c.traps[InvalidOperation] = 0 >>> print c.flags[InvalidOperation] 0 >>> c.divide(Decimal(0), Decimal(0)) Decimal('NaN') >>> c.traps[InvalidOperation] = 1 >>> print c.flags[InvalidOperation] 1 >>> c.flags[InvalidOperation] = 0 >>> print c.flags[InvalidOperation] 0 >>> print c.divide(Decimal(0), Decimal(0)) Traceback (most recent call last): ... ... ... InvalidOperation: 0 / 0 >>> print c.flags[InvalidOperation] 1 >>> c.flags[InvalidOperation] = 0 >>> c.traps[InvalidOperation] = 0 >>> print c.divide(Decimal(0), Decimal(0)) NaN >>> print c.flags[InvalidOperation] 1 >>>"> | |
</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. This occurs and signals clamped if the exponent of a result has been altered in order to fit the constraints of a specific concrete representation. This may occur when the exponent of a zero result would be outside the bounds of a representation, or when a large normal number would have an encoded exponent that cannot be represented. In this latter case, the exponent is reduced to fit and the corresponding 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. Contains: prec - precision (for use in rounding, division, square roots..) rounding - rounding type (how you round) traps - If traps[exception] = 1, then the exception is raised when it is caused. Otherwise, a value is substituted in. flags - When an exception is caused, flags[exception] is set. (Whether or not the trap_enabler is set) Should be reset by user of Decimal instance. Emin - Minimum exponent Emax - Maximum exponent capitals - If 1, 1*10^1 is printed as 1E+1. If 0, printed as 1e1 _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. If the operand is negative, the result is the same as using the minus operation on the operand. Otherwise, the result is the same as using the plus operation on the operand. >>> ExtendedContext.abs(Decimal('2.1')) Decimal('2.1') >>> ExtendedContext.abs(Decimal('-100')) Decimal('100') >>> ExtendedContext.abs(Decimal('101.5')) Decimal('101.5') >>> ExtendedContext.abs(Decimal('-101.5')) Decimal('101.5') >>> ExtendedContext.abs(-1) 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. >>> ExtendedContext.add(Decimal('12'), Decimal('7.00')) Decimal('19.00') >>> ExtendedContext.add(Decimal('1E+2'), Decimal('1.01E+4')) Decimal('1.02E+4') >>> ExtendedContext.add(1, Decimal(2)) Decimal('3') >>> ExtendedContext.add(Decimal(8), 5) Decimal('13') >>> ExtendedContext.add(5, 5) 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. As we do not have different encodings for the same number, the received object already is in its canonical form. >>> ExtendedContext.canonical(Decimal('2.50')) 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. If the signs of the operands differ, a value representing each operand ('-1' if the operand is less than zero, '0' if the operand is zero or negative zero, or '1' if the operand is greater than zero) is used in place of that operand for the comparison instead of the actual operand. The comparison is then effected by subtracting the second operand from the first and then returning a value according to the result of the subtraction: '-1' if the result is less than zero, '0' if the result is zero or negative zero, or '1' if the result is greater than zero. >>> ExtendedContext.compare(Decimal('2.1'), Decimal('3')) Decimal('-1') >>> ExtendedContext.compare(Decimal('2.1'), Decimal('2.1')) Decimal('0') >>> ExtendedContext.compare(Decimal('2.1'), Decimal('2.10')) Decimal('0') >>> ExtendedContext.compare(Decimal('3'), Decimal('2.1')) Decimal('1') >>> ExtendedContext.compare(Decimal('2.1'), Decimal('-3')) Decimal('1') >>> ExtendedContext.compare(Decimal('-3'), Decimal('2.1')) Decimal('-1') >>> ExtendedContext.compare(1, 2) Decimal('-1') >>> ExtendedContext.compare(Decimal(1), 2) Decimal('-1') >>> ExtendedContext.compare(1, Decimal(2)) 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. It's pretty much like compare(), but all NaNs signal, with signaling NaNs taking precedence over quiet NaNs. >>> c = ExtendedContext >>> c.compare_signal(Decimal('2.1'), Decimal('3')) Decimal('-1') >>> c.compare_signal(Decimal('2.1'), Decimal('2.1')) Decimal('0') >>> c.flags[InvalidOperation] = 0 >>> print c.flags[InvalidOperation] 0 >>> c.compare_signal(Decimal('NaN'), Decimal('2.1')) Decimal('NaN') >>> print c.flags[InvalidOperation] 1 >>> c.flags[InvalidOperation] = 0 >>> print c.flags[InvalidOperation] 0 >>> c.compare_signal(Decimal('sNaN'), Decimal('2.1')) Decimal('NaN') >>> print c.flags[InvalidOperation] 1 >>> c.compare_signal(-1, 2) Decimal('-1') >>> c.compare_signal(Decimal(-1), 2) Decimal('-1') >>> c.compare_signal(-1, Decimal(2)) 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. This is not like the standard compare, which use their numerical value. Note that a total ordering is defined for all possible abstract representations. >>> ExtendedContext.compare_total(Decimal('12.73'), Decimal('127.9')) Decimal('-1') >>> ExtendedContext.compare_total(Decimal('-127'), Decimal('12')) Decimal('-1') >>> ExtendedContext.compare_total(Decimal('12.30'), Decimal('12.3')) Decimal('-1') >>> ExtendedContext.compare_total(Decimal('12.30'), Decimal('12.30')) Decimal('0') >>> ExtendedContext.compare_total(Decimal('12.3'), Decimal('12.300')) Decimal('1') >>> ExtendedContext.compare_total(Decimal('12.3'), Decimal('NaN')) Decimal('-1') >>> ExtendedContext.compare_total(1, 2) Decimal('-1') >>> ExtendedContext.compare_total(Decimal(1), 2) Decimal('-1') >>> ExtendedContext.compare_total(1, Decimal(2)) 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. 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. >>> ExtendedContext.copy_abs(Decimal('2.1')) Decimal('2.1') >>> ExtendedContext.copy_abs(Decimal('-100')) Decimal('100') >>> ExtendedContext.copy_abs(-1) 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. >>> ExtendedContext.copy_decimal(Decimal('2.1')) Decimal('2.1') >>> ExtendedContext.copy_decimal(Decimal('-1.00')) Decimal('-1.00') >>> ExtendedContext.copy_decimal(1) 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. >>> ExtendedContext.copy_negate(Decimal('101.5')) Decimal('-101.5') >>> ExtendedContext.copy_negate(Decimal('-101.5')) Decimal('101.5') >>> ExtendedContext.copy_negate(1) 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. In detail, it returns a copy of the first operand with the sign equal to the sign of the second operand. >>> ExtendedContext.copy_sign(Decimal( '1.50'), Decimal('7.33')) Decimal('1.50') >>> ExtendedContext.copy_sign(Decimal('-1.50'), Decimal('7.33')) Decimal('1.50') >>> ExtendedContext.copy_sign(Decimal( '1.50'), Decimal('-7.33')) Decimal('-1.50') >>> ExtendedContext.copy_sign(Decimal('-1.50'), Decimal('-7.33')) Decimal('-1.50') >>> ExtendedContext.copy_sign(1, -2) Decimal('-1') >>> ExtendedContext.copy_sign(Decimal(1), -2) Decimal('-1') >>> ExtendedContext.copy_sign(1, Decimal(-2)) 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. This method implements the to-number operation of the 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 as the context. >>> context = Context(prec=5, rounding=ROUND_DOWN) >>> context.create_decimal_from_float(3.1415926535897932) Decimal('3.1415') >>> context = Context(prec=5, traps=[Inexact]) >>> context.create_decimal_from_float(3.1415926535897932) Traceback (most recent call last): ... 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. >>> ExtendedContext.divide(Decimal('1'), Decimal('3')) Decimal('0.333333333') >>> ExtendedContext.divide(Decimal('2'), Decimal('3')) Decimal('0.666666667') >>> ExtendedContext.divide(Decimal('5'), Decimal('2')) Decimal('2.5') >>> ExtendedContext.divide(Decimal('1'), Decimal('10')) Decimal('0.1') >>> ExtendedContext.divide(Decimal('12'), Decimal('12')) Decimal('1') >>> ExtendedContext.divide(Decimal('8.00'), Decimal('2')) Decimal('4.00') >>> ExtendedContext.divide(Decimal('2.400'), Decimal('2.0')) Decimal('1.20') >>> ExtendedContext.divide(Decimal('1000'), Decimal('100')) Decimal('10') >>> ExtendedContext.divide(Decimal('1000'), Decimal('1')) Decimal('1000') >>> ExtendedContext.divide(Decimal('2.40E+6'), Decimal('2')) Decimal('1.20E+6') >>> ExtendedContext.divide(5, 5) Decimal('1') >>> ExtendedContext.divide(Decimal(5), 5) Decimal('1') >>> ExtendedContext.divide(5, Decimal(5)) 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. >>> ExtendedContext.divide_int(Decimal('2'), Decimal('3')) Decimal('0') >>> ExtendedContext.divide_int(Decimal('10'), Decimal('3')) Decimal('3') >>> ExtendedContext.divide_int(Decimal('1'), Decimal('0.3')) Decimal('3') >>> ExtendedContext.divide_int(10, 3) Decimal('3') >>> ExtendedContext.divide_int(Decimal(10), 3) Decimal('3') >>> ExtendedContext.divide_int(10, Decimal(3)) 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). >>> ExtendedContext.divmod(Decimal(8), Decimal(3)) (Decimal('2'), Decimal('2')) >>> ExtendedContext.divmod(Decimal(8), Decimal(4)) (Decimal('2'), Decimal('0')) >>> ExtendedContext.divmod(8, 4) (Decimal('2'), Decimal('0')) >>> ExtendedContext.divmod(Decimal(8), 4) (Decimal('2'), Decimal('0')) >>> ExtendedContext.divmod(8, Decimal(4)) (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. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> c.exp(Decimal('-Infinity')) Decimal('0') >>> c.exp(Decimal('-1')) Decimal('0.367879441') >>> c.exp(Decimal('0')) Decimal('1') >>> c.exp(Decimal('1')) Decimal('2.71828183') >>> c.exp(Decimal('0.693147181')) Decimal('2.00000000') >>> c.exp(Decimal('+Infinity')) Decimal('Infinity') >>> c.exp(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. The first two operands are multiplied together, using multiply, the third operand is then added to the result of that multiplication, using add, all with only one final rounding. >>> ExtendedContext.fma(Decimal('3'), Decimal('5'), Decimal('7')) Decimal('22') >>> ExtendedContext.fma(Decimal('3'), Decimal('-5'), Decimal('7')) Decimal('-8') >>> ExtendedContext.fma(Decimal('888565290'), Decimal('1557.96930'), Decimal('-86087.7578')) Decimal('1.38435736E+12') >>> ExtendedContext.fma(1, 3, 4) Decimal('7') >>> ExtendedContext.fma(1, Decimal(3), 4) Decimal('7') >>> ExtendedContext.fma(1, 3, Decimal(4)) 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. Currently, the encoding of a Decimal instance is always canonical, so this method returns True for any Decimal. >>> ExtendedContext.is_canonical(Decimal('2.50')) 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. A Decimal instance is considered finite if it is neither infinite nor a NaN. >>> ExtendedContext.is_finite(Decimal('2.50')) True >>> ExtendedContext.is_finite(Decimal('-0.3')) True >>> ExtendedContext.is_finite(Decimal('0')) True >>> ExtendedContext.is_finite(Decimal('Inf')) False >>> ExtendedContext.is_finite(Decimal('NaN')) False >>> ExtendedContext.is_finite(1) 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. >>> ExtendedContext.is_infinite(Decimal('2.50')) False >>> ExtendedContext.is_infinite(Decimal('-Inf')) True >>> ExtendedContext.is_infinite(Decimal('NaN')) False >>> ExtendedContext.is_infinite(1) 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; otherwise return False. >>> ExtendedContext.is_nan(Decimal('2.50')) False >>> ExtendedContext.is_nan(Decimal('NaN')) True >>> ExtendedContext.is_nan(Decimal('-sNaN')) True >>> ExtendedContext.is_nan(1) 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; otherwise return False. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> c.is_normal(Decimal('2.50')) True >>> c.is_normal(Decimal('0.1E-999')) False >>> c.is_normal(Decimal('0.00')) False >>> c.is_normal(Decimal('-Inf')) False >>> c.is_normal(Decimal('NaN')) False >>> c.is_normal(1) 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. >>> ExtendedContext.is_qnan(Decimal('2.50')) False >>> ExtendedContext.is_qnan(Decimal('NaN')) True >>> ExtendedContext.is_qnan(Decimal('sNaN')) False >>> ExtendedContext.is_qnan(1) 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. >>> ExtendedContext.is_signed(Decimal('2.50')) False >>> ExtendedContext.is_signed(Decimal('-12')) True >>> ExtendedContext.is_signed(Decimal('-0')) True >>> ExtendedContext.is_signed(8) False >>> ExtendedContext.is_signed(-8) 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; otherwise return False. >>> ExtendedContext.is_snan(Decimal('2.50')) False >>> ExtendedContext.is_snan(Decimal('NaN')) False >>> ExtendedContext.is_snan(Decimal('sNaN')) True >>> ExtendedContext.is_snan(1) 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. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> c.is_subnormal(Decimal('2.50')) False >>> c.is_subnormal(Decimal('0.1E-999')) True >>> c.is_subnormal(Decimal('0.00')) False >>> c.is_subnormal(Decimal('-Inf')) False >>> c.is_subnormal(Decimal('NaN')) False >>> c.is_subnormal(1) 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. >>> ExtendedContext.is_zero(Decimal('0')) True >>> ExtendedContext.is_zero(Decimal('2.50')) False >>> ExtendedContext.is_zero(Decimal('-0E+2')) True >>> ExtendedContext.is_zero(1) False >>> ExtendedContext.is_zero(0) 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. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> c.ln(Decimal('0')) Decimal('-Infinity') >>> c.ln(Decimal('1.000')) Decimal('0') >>> c.ln(Decimal('2.71828183')) Decimal('1.00000000') >>> c.ln(Decimal('10')) Decimal('2.30258509') >>> c.ln(Decimal('+Infinity')) Decimal('Infinity') >>> c.ln(1) 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. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> c.log10(Decimal('0')) Decimal('-Infinity') >>> c.log10(Decimal('0.001')) Decimal('-3') >>> c.log10(Decimal('1.000')) Decimal('0') >>> c.log10(Decimal('2')) Decimal('0.301029996') >>> c.log10(Decimal('10')) Decimal('1') >>> c.log10(Decimal('70')) Decimal('1.84509804') >>> c.log10(Decimal('+Infinity')) Decimal('Infinity') >>> c.log10(0) Decimal('-Infinity') >>> c.log10(1) 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. The result is the integer which is the exponent of the magnitude of the most significant digit of the operand (as though the operand were truncated to a single digit while maintaining the value of that digit and without limiting the resulting exponent). >>> ExtendedContext.logb(Decimal('250')) Decimal('2') >>> ExtendedContext.logb(Decimal('2.50')) Decimal('0') >>> ExtendedContext.logb(Decimal('0.03')) Decimal('-2') >>> ExtendedContext.logb(Decimal('0')) Decimal('-Infinity') >>> ExtendedContext.logb(1) Decimal('0') >>> ExtendedContext.logb(10) Decimal('1') >>> ExtendedContext.logb(100) 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. The operands must be both logical numbers. >>> ExtendedContext.logical_and(Decimal('0'), Decimal('0')) Decimal('0') >>> ExtendedContext.logical_and(Decimal('0'), Decimal('1')) Decimal('0') >>> ExtendedContext.logical_and(Decimal('1'), Decimal('0')) Decimal('0') >>> ExtendedContext.logical_and(Decimal('1'), Decimal('1')) Decimal('1') >>> ExtendedContext.logical_and(Decimal('1100'), Decimal('1010')) Decimal('1000') >>> ExtendedContext.logical_and(Decimal('1111'), Decimal('10')) Decimal('10') >>> ExtendedContext.logical_and(110, 1101) Decimal('100') >>> ExtendedContext.logical_and(Decimal(110), 1101) Decimal('100') >>> ExtendedContext.logical_and(110, Decimal(1101)) 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. The operand must be a logical number. >>> ExtendedContext.logical_invert(Decimal('0')) Decimal('111111111') >>> ExtendedContext.logical_invert(Decimal('1')) Decimal('111111110') >>> ExtendedContext.logical_invert(Decimal('111111111')) Decimal('0') >>> ExtendedContext.logical_invert(Decimal('101010101')) Decimal('10101010') >>> ExtendedContext.logical_invert(1101) 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. The operands must be both logical numbers. >>> ExtendedContext.logical_or(Decimal('0'), Decimal('0')) Decimal('0') >>> ExtendedContext.logical_or(Decimal('0'), Decimal('1')) Decimal('1') >>> ExtendedContext.logical_or(Decimal('1'), Decimal('0')) Decimal('1') >>> ExtendedContext.logical_or(Decimal('1'), Decimal('1')) Decimal('1') >>> ExtendedContext.logical_or(Decimal('1100'), Decimal('1010')) Decimal('1110') >>> ExtendedContext.logical_or(Decimal('1110'), Decimal('10')) Decimal('1110') >>> ExtendedContext.logical_or(110, 1101) Decimal('1111') >>> ExtendedContext.logical_or(Decimal(110), 1101) Decimal('1111') >>> ExtendedContext.logical_or(110, Decimal(1101)) 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. The operands must be both logical numbers. >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('0')) Decimal('0') >>> ExtendedContext.logical_xor(Decimal('0'), Decimal('1')) Decimal('1') >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('0')) Decimal('1') >>> ExtendedContext.logical_xor(Decimal('1'), Decimal('1')) Decimal('0') >>> ExtendedContext.logical_xor(Decimal('1100'), Decimal('1010')) Decimal('110') >>> ExtendedContext.logical_xor(Decimal('1111'), Decimal('10')) Decimal('1101') >>> ExtendedContext.logical_xor(110, 1101) Decimal('1011') >>> ExtendedContext.logical_xor(Decimal(110), 1101) Decimal('1011') >>> ExtendedContext.logical_xor(110, Decimal(1101)) 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. If either operand is a NaN then the general rules apply. Otherwise, the operands are compared as though by the compare operation. If they are numerically equal then the left-hand operand is chosen as the result. Otherwise the maximum (closer to positive infinity) of the two operands is chosen as the result. >>> ExtendedContext.max(Decimal('3'), Decimal('2')) Decimal('3') >>> ExtendedContext.max(Decimal('-10'), Decimal('3')) Decimal('3') >>> ExtendedContext.max(Decimal('1.0'), Decimal('1')) Decimal('1') >>> ExtendedContext.max(Decimal('7'), Decimal('NaN')) Decimal('7') >>> ExtendedContext.max(1, 2) Decimal('2') >>> ExtendedContext.max(Decimal(1), 2) Decimal('2') >>> ExtendedContext.max(1, Decimal(2)) 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. >>> ExtendedContext.max_mag(Decimal('7'), Decimal('NaN')) Decimal('7') >>> ExtendedContext.max_mag(Decimal('7'), Decimal('-10')) Decimal('-10') >>> ExtendedContext.max_mag(1, -2) Decimal('-2') >>> ExtendedContext.max_mag(Decimal(1), -2) Decimal('-2') >>> ExtendedContext.max_mag(1, Decimal(-2)) 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. If either operand is a NaN then the general rules apply. Otherwise, the operands are compared as though by the compare operation. If they are numerically equal then the left-hand operand is chosen as the result. Otherwise the minimum (closer to negative infinity) of the two operands is chosen as the result. >>> ExtendedContext.min(Decimal('3'), Decimal('2')) Decimal('2') >>> ExtendedContext.min(Decimal('-10'), Decimal('3')) Decimal('-10') >>> ExtendedContext.min(Decimal('1.0'), Decimal('1')) Decimal('1.0') >>> ExtendedContext.min(Decimal('7'), Decimal('NaN')) Decimal('7') >>> ExtendedContext.min(1, 2) Decimal('1') >>> ExtendedContext.min(Decimal(1), 2) Decimal('1') >>> ExtendedContext.min(1, Decimal(29)) 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. >>> ExtendedContext.min_mag(Decimal('3'), Decimal('-2')) Decimal('-2') >>> ExtendedContext.min_mag(Decimal('-3'), Decimal('NaN')) Decimal('-3') >>> ExtendedContext.min_mag(1, -2) Decimal('1') >>> ExtendedContext.min_mag(Decimal(1), -2) Decimal('1') >>> ExtendedContext.min_mag(1, Decimal(-2)) 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. The operation is evaluated using the same rules as subtract; the operation minus(a) is calculated as subtract('0', a) where the '0' has the same exponent as the operand. >>> ExtendedContext.minus(Decimal('1.3')) Decimal('-1.3') >>> ExtendedContext.minus(Decimal('-1.3')) Decimal('1.3') >>> ExtendedContext.minus(1) Decimal('-1')"> | |
<Param name="self" /> | |
<Param name="a" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="decimal.Context.multiply" func="yes"> | |
<Overload retVal="" descr="multiply multiplies two operands. If either operand is a special value then the general rules apply. Otherwise, the operands are multiplied together ('long multiplication'), resulting in a number which may be as long as the sum of the lengths of the two operands. >>> ExtendedContext.multiply(Decimal('1.20'), Decimal('3')) Decimal('3.60') >>> ExtendedContext.multiply(Decimal('7'), Decimal('3')) Decimal('21') >>> ExtendedContext.multiply(Decimal('0.9'), Decimal('0.8')) Decimal('0.72') >>> ExtendedContext.multiply(Decimal('0.9'), Decimal('-0')) Decimal('-0.0') >>> ExtendedContext.multiply(Decimal('654321'), Decimal('654321')) Decimal('4.28135971E+11') >>> ExtendedContext.multiply(7, 7) Decimal('49') >>> ExtendedContext.multiply(Decimal(7), 7) Decimal('49') >>> ExtendedContext.multiply(7, Decimal(7)) 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. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> ExtendedContext.next_minus(Decimal('1')) Decimal('0.999999999') >>> c.next_minus(Decimal('1E-1007')) Decimal('0E-1007') >>> ExtendedContext.next_minus(Decimal('-1.00000003')) Decimal('-1.00000004') >>> c.next_minus(Decimal('Infinity')) Decimal('9.99999999E+999') >>> c.next_minus(1) 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. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> ExtendedContext.next_plus(Decimal('1')) Decimal('1.00000001') >>> c.next_plus(Decimal('-1E-1007')) Decimal('-0E-1007') >>> ExtendedContext.next_plus(Decimal('-1.00000003')) Decimal('-1.00000002') >>> c.next_plus(Decimal('-Infinity')) Decimal('-9.99999999E+999') >>> c.next_plus(1) 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. The result is the closest representable number from the first operand (but not the first operand) that is in the direction towards the second operand, unless the operands have the same value. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> c.next_toward(Decimal('1'), Decimal('2')) Decimal('1.00000001') >>> c.next_toward(Decimal('-1E-1007'), Decimal('1')) Decimal('-0E-1007') >>> c.next_toward(Decimal('-1.00000003'), Decimal('0')) Decimal('-1.00000002') >>> c.next_toward(Decimal('1'), Decimal('0')) Decimal('0.999999999') >>> c.next_toward(Decimal('1E-1007'), Decimal('-100')) Decimal('0E-1007') >>> c.next_toward(Decimal('-1.00000003'), Decimal('-10')) Decimal('-1.00000004') >>> c.next_toward(Decimal('0.00'), Decimal('-0.0000')) Decimal('-0.00') >>> c.next_toward(0, 1) Decimal('1E-1007') >>> c.next_toward(Decimal(0), 1) Decimal('1E-1007') >>> c.next_toward(0, Decimal(1)) 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. Essentially a plus operation with all trailing zeros removed from the result. >>> ExtendedContext.normalize(Decimal('2.1')) Decimal('2.1') >>> ExtendedContext.normalize(Decimal('-2.0')) Decimal('-2') >>> ExtendedContext.normalize(Decimal('1.200')) Decimal('1.2') >>> ExtendedContext.normalize(Decimal('-120')) Decimal('-1.2E+2') >>> ExtendedContext.normalize(Decimal('120.00')) Decimal('1.2E+2') >>> ExtendedContext.normalize(Decimal('0.00')) Decimal('0') >>> ExtendedContext.normalize(6) 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. The class is one of the following strings: -sNaN -NaN -Infinity -Normal -Subnormal -Zero +Zero +Subnormal +Normal +Infinity >>> c = Context(ExtendedContext) >>> c.Emin = -999 >>> c.Emax = 999 >>> c.number_class(Decimal('Infinity')) '+Infinity' >>> c.number_class(Decimal('1E-10')) '+Normal' >>> c.number_class(Decimal('2.50')) '+Normal' >>> c.number_class(Decimal('0.1E-999')) '+Subnormal' >>> c.number_class(Decimal('0')) '+Zero' >>> c.number_class(Decimal('-0')) '-Zero' >>> c.number_class(Decimal('-0.1E-999')) '-Subnormal' >>> c.number_class(Decimal('-1E-10')) '-Normal' >>> c.number_class(Decimal('-2.50')) '-Normal' >>> c.number_class(Decimal('-Infinity')) '-Infinity' >>> c.number_class(Decimal('NaN')) 'NaN' >>> c.number_class(Decimal('-NaN')) 'NaN' >>> c.number_class(Decimal('sNaN')) 'sNaN' >>> c.number_class(123) '+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. The operation is evaluated using the same rules as add; the operation plus(a) is calculated as add('0', a) where the '0' has the same exponent as the operand. >>> ExtendedContext.plus(Decimal('1.3')) Decimal('1.3') >>> ExtendedContext.plus(Decimal('-1.3')) Decimal('-1.3') >>> ExtendedContext.plus(-1) 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. With two arguments, compute a**b. If a is negative then b must be integral. The result will be inexact unless b is integral and the result is finite and can be expressed exactly in 'precision' digits. With three arguments, compute (a**b) % modulo. For the three argument form, the following restrictions on the arguments hold: - all three arguments must be integral - b must be nonnegative - at least one of a or b must be nonzero - modulo must be nonzero and have at most 'precision' digits The result of pow(a, b, modulo) is identical to the result that would be obtained by computing (a**b) % modulo with unbounded precision, but is computed more efficiently. It is always exact. >>> c = ExtendedContext.copy() >>> c.Emin = -999 >>> c.Emax = 999 >>> c.power(Decimal('2'), Decimal('3')) Decimal('8') >>> c.power(Decimal('-2'), Decimal('3')) Decimal('-8') >>> c.power(Decimal('2'), Decimal('-3')) Decimal('0.125') >>> c.power(Decimal('1.7'), Decimal('8')) Decimal('69.7575744') >>> c.power(Decimal('10'), Decimal('0.301029996')) Decimal('2.00000000') >>> c.power(Decimal('Infinity'), Decimal('-1')) Decimal('0') >>> c.power(Decimal('Infinity'), Decimal('0')) Decimal('1') >>> c.power(Decimal('Infinity'), Decimal('1')) Decimal('Infinity') >>> c.power(Decimal('-Infinity'), Decimal('-1')) Decimal('-0') >>> c.power(Decimal('-Infinity'), Decimal('0')) Decimal('1') >>> c.power(Decimal('-Infinity'), Decimal('1')) Decimal('-Infinity') >>> c.power(Decimal('-Infinity'), Decimal('2')) Decimal('Infinity') >>> c.power(Decimal('0'), Decimal('0')) Decimal('NaN') >>> c.power(Decimal('3'), Decimal('7'), Decimal('16')) Decimal('11') >>> c.power(Decimal('-3'), Decimal('7'), Decimal('16')) Decimal('-11') >>> c.power(Decimal('-3'), Decimal('8'), Decimal('16')) Decimal('1') >>> c.power(Decimal('3'), Decimal('7'), Decimal('-16')) Decimal('11') >>> c.power(Decimal('23E12345'), Decimal('67E189'), Decimal('123456789')) Decimal('11729830') >>> c.power(Decimal('-0'), Decimal('17'), Decimal('1729')) Decimal('-0') >>> c.power(Decimal('-23'), Decimal('0'), Decimal('65537')) Decimal('1') >>> ExtendedContext.power(7, 7) Decimal('823543') >>> ExtendedContext.power(Decimal(7), 7) Decimal('823543') >>> ExtendedContext.power(7, Decimal(7), 2) 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'. The coefficient of the result is derived from that of the left-hand operand. It may be rounded using the current rounding setting (if the exponent is being increased), multiplied by a positive power of ten (if the exponent is being decreased), or is unchanged (if the exponent is already equal to that of the right-hand operand). Unlike other operations, if the length of the coefficient after the quantize operation would be greater than precision then an Invalid operation condition is raised. This guarantees that, unless there is an error condition, the exponent of the result of a quantize is always equal to that of the right-hand operand. Also unlike other operations, quantize will never raise Underflow, even if the result is subnormal and inexact. >>> ExtendedContext.quantize(Decimal('2.17'), Decimal('0.001')) Decimal('2.170') >>> ExtendedContext.quantize(Decimal('2.17'), Decimal('0.01')) Decimal('2.17') >>> ExtendedContext.quantize(Decimal('2.17'), Decimal('0.1')) Decimal('2.2') >>> ExtendedContext.quantize(Decimal('2.17'), Decimal('1e+0')) Decimal('2') >>> ExtendedContext.quantize(Decimal('2.17'), Decimal('1e+1')) Decimal('0E+1') >>> ExtendedContext.quantize(Decimal('-Inf'), Decimal('Infinity')) Decimal('-Infinity') >>> ExtendedContext.quantize(Decimal('2'), Decimal('Infinity')) Decimal('NaN') >>> ExtendedContext.quantize(Decimal('-0.1'), Decimal('1')) Decimal('-0') >>> ExtendedContext.quantize(Decimal('-0'), Decimal('1e+5')) Decimal('-0E+5') >>> ExtendedContext.quantize(Decimal('+35236450.6'), Decimal('1e-2')) Decimal('NaN') >>> ExtendedContext.quantize(Decimal('-35236450.6'), Decimal('1e-2')) Decimal('NaN') >>> ExtendedContext.quantize(Decimal('217'), Decimal('1e-1')) Decimal('217.0') >>> ExtendedContext.quantize(Decimal('217'), Decimal('1e-0')) Decimal('217') >>> ExtendedContext.quantize(Decimal('217'), Decimal('1e+1')) Decimal('2.2E+2') >>> ExtendedContext.quantize(Decimal('217'), Decimal('1e+2')) Decimal('2E+2') >>> ExtendedContext.quantize(1, 2) Decimal('1') >>> ExtendedContext.quantize(Decimal(1), 2) Decimal('1') >>> ExtendedContext.quantize(1, Decimal(2)) 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, :) >>> ExtendedContext.radix() Decimal('10')"> | |
<Param name="self" /> | |
</Overload> | |
</KeyWord> | |
<KeyWord name="decimal.Context.remainder" func="yes"> | |
<Overload retVal="" descr="Returns the remainder from integer division. The result is the residue of the dividend after the operation of calculating integer division as described for divide-integer, rounded to precision digits if necessary. The sign of the result, if non-zero, is the same as that of the original dividend. This operation will fail under the same conditions as integer division (that is, if integer division on the same two operands would fail, the remainder cannot be calculated). >>> ExtendedContext.remainder(Decimal('2.1'), Decimal('3')) Decimal('2.1') >>> ExtendedContext.remainder(Decimal('10'), Decimal('3')) Decimal('1') >>> ExtendedContext.remainder(Decimal('-10'), Decimal('3')) Decimal('-1') >>> ExtendedContext.remainder(Decimal('10.2'), Decimal('1')) Decimal('0.2') >>> ExtendedContext.remainder(Decimal('10'), Decimal('0.3')) Decimal('0.1') >>> ExtendedContext.remainder(Decimal('3.6'), Decimal('1.3')) Decimal('1.0') >>> ExtendedContext.remainder(22, 6) Decimal('4') >>> ExtendedContext.remainder(Decimal(22), 6) Decimal('4') >>> ExtendedContext.remainder(22, Decimal(6)) 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 "a - b * n", where n is the integer nearest the exact value of "x / b" (if two integers are equally near then the even one is chosen). If the result is equal to 0 then its sign will be the sign of a. This operation will fail under the same conditions as integer division (that is, if integer division on the same two operands would fail, the remainder cannot be calculated). >>> ExtendedContext.remainder_near(Decimal('2.1'), Decimal('3')) Decimal('-0.9') >>> ExtendedContext.remainder_near(Decimal('10'), Decimal('6')) Decimal('-2') >>> ExtendedContext.remainder_near(Decimal('10'), Decimal('3')) Decimal('1') >>> ExtendedContext.remainder_near(Decimal('-10'), Decimal('3')) Decimal('-1') >>> ExtendedContext.remainder_near(Decimal('10.2'), Decimal('1')) Decimal('0.2') >>> ExtendedContext.remainder_near(Decimal('10'), Decimal('0.3')) Decimal('0.1') >>> ExtendedContext.remainder_near(Decimal('3.6'), Decimal('1.3')) Decimal('-0.3') >>> ExtendedContext.remainder_near(3, 11) Decimal('3') >>> ExtendedContext.remainder_near(Decimal(3), 11) Decimal('3') >>> ExtendedContext.remainder_near(3, Decimal(11)) 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. The coefficient of the result is a rotated copy of the digits in the coefficient of the first operand. The number of places of rotation is taken from the absolute value of the second operand, with the rotation being to the left if the second operand is positive or to the right otherwise. >>> ExtendedContext.rotate(Decimal('34'), Decimal('8')) Decimal('400000003') >>> ExtendedContext.rotate(Decimal('12'), Decimal('9')) Decimal('12') >>> ExtendedContext.rotate(Decimal('123456789'), Decimal('-2')) Decimal('891234567') >>> ExtendedContext.rotate(Decimal('123456789'), Decimal('0')) Decimal('123456789') >>> ExtendedContext.rotate(Decimal('123456789'), Decimal('+2')) Decimal('345678912') >>> ExtendedContext.rotate(1333333, 1) Decimal('13333330') >>> ExtendedContext.rotate(Decimal(1333333), 1) Decimal('13333330') >>> ExtendedContext.rotate(1333333, Decimal(1)) 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. The result is never affected by either the sign or the coefficient of either operand. >>> ExtendedContext.same_quantum(Decimal('2.17'), Decimal('0.001')) False >>> ExtendedContext.same_quantum(Decimal('2.17'), Decimal('0.01')) True >>> ExtendedContext.same_quantum(Decimal('2.17'), Decimal('1')) False >>> ExtendedContext.same_quantum(Decimal('Inf'), Decimal('-Inf')) True >>> ExtendedContext.same_quantum(10000, -1) True >>> ExtendedContext.same_quantum(Decimal(10000), -1) True >>> ExtendedContext.same_quantum(10000, Decimal(-1)) 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. >>> ExtendedContext.scaleb(Decimal('7.50'), Decimal('-2')) Decimal('0.0750') >>> ExtendedContext.scaleb(Decimal('7.50'), Decimal('0')) Decimal('7.50') >>> ExtendedContext.scaleb(Decimal('7.50'), Decimal('3')) Decimal('7.50E+3') >>> ExtendedContext.scaleb(1, 4) Decimal('1E+4') >>> ExtendedContext.scaleb(Decimal(1), 4) Decimal('1E+4') >>> ExtendedContext.scaleb(1, Decimal(4)) 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. The coefficient of the result is a shifted copy of the digits in the coefficient of the first operand. The number of places to shift is taken from the absolute value of the second operand, with the shift being to the left if the second operand is positive or to the right otherwise. Digits shifted into the coefficient are zeros. >>> ExtendedContext.shift(Decimal('34'), Decimal('8')) Decimal('400000000') >>> ExtendedContext.shift(Decimal('12'), Decimal('9')) Decimal('0') >>> ExtendedContext.shift(Decimal('123456789'), Decimal('-2')) Decimal('1234567') >>> ExtendedContext.shift(Decimal('123456789'), Decimal('0')) Decimal('123456789') >>> ExtendedContext.shift(Decimal('123456789'), Decimal('+2')) Decimal('345678900') >>> ExtendedContext.shift(88888888, 2) Decimal('888888800') >>> ExtendedContext.shift(Decimal(88888888), 2) Decimal('888888800') >>> ExtendedContext.shift(88888888, Decimal(2)) 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. If the result must be inexact, it is rounded using the round-half-even algorithm. >>> ExtendedContext.sqrt(Decimal('0')) Decimal('0') >>> ExtendedContext.sqrt(Decimal('-0')) Decimal('-0') >>> ExtendedContext.sqrt(Decimal('0.39')) Decimal('0.624499800') >>> ExtendedContext.sqrt(Decimal('100')) Decimal('10') >>> ExtendedContext.sqrt(Decimal('1')) Decimal('1') >>> ExtendedContext.sqrt(Decimal('1.0')) Decimal('1.0') >>> ExtendedContext.sqrt(Decimal('1.00')) Decimal('1.0') >>> ExtendedContext.sqrt(Decimal('7')) Decimal('2.64575131') >>> ExtendedContext.sqrt(Decimal('10')) Decimal('3.16227766') >>> ExtendedContext.sqrt(2) Decimal('1.41421356') >>> ExtendedContext.prec 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. >>> ExtendedContext.subtract(Decimal('1.3'), Decimal('1.07')) Decimal('0.23') >>> ExtendedContext.subtract(Decimal('1.3'), Decimal('1.30')) Decimal('0.00') >>> ExtendedContext.subtract(Decimal('1.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment