Created
July 7, 2016 05:15
-
-
Save extramaster/9d0b7eba99a9708eb3f71ae95bcd42b5 to your computer and use it in GitHub Desktop.
Better Python Standard Library Autocompletion for Notepad++
This file has been truncated, but you can view the full file.
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)" |