📄 python.def
字号:
[ArithmeticError |G Base class for arithmetic errors.]
ArithmeticError(|)
;
[AssertionError |G Assertion failed.]
AssertionError(|)
;
[AttributeError |G Attribute not found.]
AttributeError(|)
;
[BaseHTTPServer.BaseHTTPRequestHandler |G HTTP request handler base class.]
BaseHTTPServer.BaseHTTPRequestHandler(|)
;
[BaseHTTPServer.HTTPServer |G {class}]
BaseHTTPServer.HTTPServer(|)
;
[BaseHTTPServer.test |G Test the HTTP request handler class.]
BaseHTTPServer.test(|)
;
[Bastion.Bastion |G Create a bastion for an object, using an optional filter.]
Bastion.Bastion(|)
;
[Bastion.BastionClass |G Helper class used by the Bastion() function.]
Bastion.BastionClass(|get, name)
;
[Bastion._test |G Test the Bastion() function.]
Bastion._test(|)
;
[CGIHTTPServer.CGIHTTPRequestHandler |G Complete HTTP server with GET, HEAD and POST commands.]
CGIHTTPServer.CGIHTTPRequestHandler(|)
;
[CGIHTTPServer.executable |G Test for executable file.]
CGIHTTPServer.executable(|path)
;
[CGIHTTPServer.nobody_uid |G Internal routine to get nobody's uid]
CGIHTTPServer.nobody_uid(|)
;
[CGIHTTPServer.test |G {function}]
CGIHTTPServer.test(|)
;
[ConfigParser.ConfigParser |G ]
ConfigParser.ConfigParser(|defaults=None)
;
[ConfigParser.DuplicateSectionError |G ]
ConfigParser.DuplicateSectionError(|section)
;
[ConfigParser.Error |G ]
ConfigParser.Error(|msg='')
;
[ConfigParser.InterpolationDepthError |G ]
ConfigParser.InterpolationDepthError(|option, section, rawval)
;
[ConfigParser.InterpolationError |G ]
ConfigParser.InterpolationError(|reference, option, section, rawval)
;
[ConfigParser.MissingSectionHeaderError |G ]
ConfigParser.MissingSectionHeaderError(|filename, lineno, line)
;
[ConfigParser.NoOptionError |G ]
ConfigParser.NoOptionError(|option, section)
;
[ConfigParser.NoSectionError |G ]
ConfigParser.NoSectionError(|section)
;
[ConfigParser.ParsingError |G ]
ConfigParser.ParsingError(|filename)
;
[Cookie.BaseCookie |G ]
Cookie.BaseCookie(|input=None)
;
[Cookie.Cookie |G SmartCookie]
Cookie.Cookie(|)
;
[Cookie.CookieError |G {class}]
Cookie.CookieError(|)
;
[Cookie.Morsel |G {class}]
Cookie.Morsel(|)
;
[Cookie.SerialCookie |G SerialCookie]
Cookie.SerialCookie(|)
;
[Cookie.SimpleCookie |G SimpleCookie]
Cookie.SimpleCookie(|)
;
[Cookie.SmartCookie |G SmartCookie]
Cookie.SmartCookie(|)
;
[Cookie.UserDict |G {class}]
Cookie.UserDict(|)
;
[Cookie._getdate |G ]
Cookie._getdate(|future=0, weekdayname=_weekdayname, monthname=_monthname)
;
[Cookie._quote |G {function}]
Cookie._quote(|)
;
[Cookie._test |G ]
Cookie._test(|)
;
[Cookie._unquote |G ]
Cookie._unquote(|str, join=string.join, atoi=string.atoi)
;
[Cookie.dumps |G --Return a string containing an object in pickle format]
Cookie.dumps(|object, [binary])
;
[Cookie.loads |G -- Load a pickle from the given string]
Cookie.loads(|string)
;
[DeprecationWarning |G Base class for warnings about deprecated features.]
DeprecationWarning(|)
;
[EOFError |G Read beyond end of file.]
EOFError(|)
;
[EnvironmentError |G Base class for I/O related errors.]
EnvironmentError(|)
;
[Exception |G Common base class for all exceptions.]
Exception(|)
;
[FloatingPointError |G Floating point operation failed.]
FloatingPointError(|)
;
[HTMLParser.HTMLParseError |G Exception raised for all parse errors.]
HTMLParser.HTMLParseError(|msg, position=(None, None))
;
[HTMLParser.HTMLParser |G Find tags and other markup and call handler functions.]
HTMLParser.HTMLParser(|)
;
[IOError |G I/O operation failed.]
IOError(|)
;
[ImportError |G Import can't find module, or can't find name in module.]
ImportError(|)
;
[IndentationError |G Improper indentation.]
IndentationError(|)
;
[IndexError |G Sequence index out of range.]
IndexError(|)
;
[KeyError |G Mapping key not found.]
KeyError(|)
;
[KeyboardInterrupt |G Program interrupted by user.]
KeyboardInterrupt(|)
;
[LookupError |G Base class for lookup errors.]
LookupError(|)
;
[MemoryError |G Out of memory.]
MemoryError(|)
;
[MimeWriter.MimeWriter |G Generic MIME writer.]
MimeWriter.MimeWriter(|fp)
;
[NameError |G Name not found globally.]
NameError(|)
;
[NotImplementedError |G Method or function hasn't been implemented yet.]
NotImplementedError(|)
;
[OSError |G OS system call failed.]
OSError(|)
;
[OverflowError |G Result too large to be represented.]
OverflowError(|)
;
[OverflowWarning |G Base class for warnings about numeric overflow.]
OverflowWarning(|)
;
[Queue.Empty |G Exception raised by Queue.get(block=0)/get_nowait().]
Queue.Empty(|)
;
[Queue.Full |G Exception raised by Queue.put(block=0)/put_nowait().]
Queue.Full(|)
;
[Queue.Queue |G ]
Queue.Queue(|maxsize=0)
;
[ReferenceError |G Weak ref proxy used after referent went away.]
ReferenceError(|)
;
[RuntimeError |G Unspecified run-time error.]
RuntimeError(|)
;
[RuntimeWarning |G Base class for warnings about dubious runtime behavior.]
RuntimeWarning(|)
;
[SimpleHTTPServer.SimpleHTTPRequestHandler |G Simple HTTP request handler with GET and HEAD commands.]
SimpleHTTPServer.SimpleHTTPRequestHandler(|)
;
[SimpleHTTPServer.StringIO |G class StringIO({buffer})]
SimpleHTTPServer.StringIO(|)
;
[SimpleHTTPServer.test |G {function}]
SimpleHTTPServer.test(|)
;
[SimpleXMLRPCServer.SimpleXMLRPCRequestHandler |G Simple XML-RPC request handler class.]
SimpleXMLRPCServer.SimpleXMLRPCRequestHandler(|)
;
[SimpleXMLRPCServer.SimpleXMLRPCServer |G Simple XML-RPC server.]
SimpleXMLRPCServer.SimpleXMLRPCServer(|)
;
[SimpleXMLRPCServer._resolve_dotted_attribute |G Resolves a dotted attribute name to an object. Raises]
SimpleXMLRPCServer._resolve_dotted_attribute(|obj, attr)
;
[SocketServer.BaseRequestHandler |G Base class for request handler classes.]
SocketServer.BaseRequestHandler(|request, client_address, server)
;
[SocketServer.BaseServer |G Base class for server classes.]
SocketServer.BaseServer(|server_address, RequestHandlerClass)
;
[SocketServer.DatagramRequestHandler |G Define self.rfile and self.wfile for datagram sockets.]
SocketServer.DatagramRequestHandler(|)
;
[SocketServer.ForkingMixIn |G Mix-in class to handle each request in a new process.]
SocketServer.ForkingMixIn(|)
;
[SocketServer.ForkingTCPServer |G {class}]
SocketServer.ForkingTCPServer(|)
;
[SocketServer.ForkingUDPServer |G {class}]
SocketServer.ForkingUDPServer(|)
;
[SocketServer.StreamRequestHandler |G Define self.rfile and self.wfile for stream sockets.]
SocketServer.StreamRequestHandler(|)
;
[SocketServer.TCPServer |G Base class for various socket-based server classes.]
SocketServer.TCPServer(|server_address, RequestHandlerClass)
;
[SocketServer.ThreadingMixIn |G Mix-in class to handle each request in a new thread.]
SocketServer.ThreadingMixIn(|)
;
[SocketServer.ThreadingTCPServer |G {class}]
SocketServer.ThreadingTCPServer(|)
;
[SocketServer.ThreadingUDPServer |G {class}]
SocketServer.ThreadingUDPServer(|)
;
[SocketServer.UDPServer |G UDP server class.]
SocketServer.UDPServer(|)
;
[StandardError |G Base class for all standard Python exceptions.]
StandardError(|)
;
[StopIteration |G Signal the end from iterator.next().]
StopIteration(|)
;
[StringIO.StringIO |G class StringIO({buffer})]
StringIO.StringIO(|buf = '')
;
[StringIO.test |G ]
StringIO.test(|)
;
[SyntaxError |G Invalid syntax.]
SyntaxError(|)
;
[SyntaxWarning |G Base class for warnings about dubious syntax.]
SyntaxWarning(|)
;
[SystemError |G Internal error in the Python interpreter.]
SystemError(|)
;
[SystemExit |G Request to exit from the interpreter.]
SystemExit(|)
;
[TabError |G Improper mixture of spaces and tabs.]
TabError(|)
;
[TypeError |G Inappropriate argument type.]
TypeError(|)
;
[UnboundLocalError |G Local name referenced but not bound to a value.]
UnboundLocalError(|)
;
[UnicodeError |G Unicode related error.]
UnicodeError(|)
;
[UserDict.IterableUserDict |G {class}]
UserDict.IterableUserDict(|)
;
[UserDict.UserDict |G ]
UserDict.UserDict(|dict=None)
;
[UserList.UserList |G ]
UserList.UserList(|initlist=None)
;
[UserString.MutableString |G mutable string objects]
UserString.MutableString(|string="")
;
[UserString.UserString |G ]
UserString.UserString(|seq)
;
[UserWarning |G Base class for warnings generated by user code.]
UserWarning(|)
;
[ValueError |G Inappropriate argument value (of correct type).]
ValueError(|)
;
[Warning |G Base class for warning categories.]
Warning(|)
;
[WindowsError |G MS-Windows OS system call failed.]
WindowsError(|)
;
[ZeroDivisionError |G Second argument to a division or modulo operation was zero.]
ZeroDivisionError(|)
;
[__import__ |G -> module]
__import__(|name, globals, locals, fromlist)
;
[abs |G -> number]
abs(|number)
;
[aifc.Aifc_read |G ]
aifc.Aifc_read(|f)
;
[aifc.Aifc_write |G ]
aifc.Aifc_write(|f)
;
[aifc.Chunk |G {class}]
aifc.Chunk(|)
;
[aifc.Error |G {class}]
aifc.Error(|)
;
[aifc._read_float |G ]
aifc._read_float(|f)
;
[aifc._read_long |G ]
aifc._read_long(|file)
;
[aifc._read_short |G ]
aifc._read_short(|file)
;
[aifc._read_string |G ]
aifc._read_string(|file)
;
[aifc._read_ulong |G ]
aifc._read_ulong(|file)
;
[aifc._write_float |G ]
aifc._write_float(|f, x)
;
[aifc._write_long |G ]
aifc._write_long(|f, x)
;
[aifc._write_short |G ]
aifc._write_short(|f, x)
;
[aifc._write_string |G ]
aifc._write_string(|f, s)
;
[aifc.open |G ]
aifc.open(|f, mode=None)
;
[aifc.openfp |G {function}]
aifc.openfp(|)
;
[anydbm.open |G ]
anydbm.open(|file, flag = 'r', mode = 0666)
;
[apply |G -> value]
apply(|object[, args[, kwargs]])
;
[array.array |G -> array]
array.array(|typecode [, initializer])
;
[asynchat.async_chat |G This is an abstract class. You must derive from this class, and add]
asynchat.async_chat(|)
;
[asynchat.fifo |G {class}]
asynchat.fifo(|)
;
[asynchat.find_prefix_at_end |G ]
asynchat.find_prefix_at_end (|haystack, needle)
;
[asynchat.simple_producer |G {class}]
asynchat.simple_producer(|)
;
[asyncore.ExitNow |G {class}]
asyncore.ExitNow(|)
;
[asyncore.close_all |G ]
asyncore.close_all (|map=None)
;
[asyncore.compact_traceback |G ]
asyncore.compact_traceback (|)
;
[asyncore.dispatcher |G {class}]
asyncore.dispatcher(|)
;
[asyncore.dispatcher_with_send |G {class}]
asyncore.dispatcher_with_send(|)
;
[asyncore.loop |G ]
asyncore.loop (|timeout=30.0, use_poll=0, map=None)
;
[asyncore.poll |G ]
asyncore.poll (|timeout=0.0, map=None)
;
[asyncore.poll2 |G ]
asyncore.poll2 (|timeout=0.0, map=None)
;
[asyncore.poll3 |G ]
asyncore.poll3 (|timeout=0.0, map=None)
;
[atexit._run_exitfuncs |G run any registered exit functions]
atexit._run_exitfuncs(|)
;
[atexit.register |G register a function to be executed upon normal program termination]
atexit.register(|func, *targs, **kargs)
;
[audiodev.AudioDev |G ]
audiodev.AudioDev(|)
;
[audiodev.Play_Audio_sgi |G {class}]
audiodev.Play_Audio_sgi(|)
;
[audiodev.Play_Audio_sun |G {class}]
audiodev.Play_Audio_sun(|)
;
[audiodev.error |G {class}]
audiodev.error(|)
;
[audiodev.test |G ]
audiodev.test(|fn = None)
;
[audioop.error |G {class}]
audioop.error(|)
;
[base64.decode |G Decode a file.]
base64.decode(|input, output)
;
[base64.decodestring |G Decode a string.]
base64.decodestring(|s)
;
[base64.encode |G Encode a file.]
base64.encode(|input, output)
;
[base64.encodestring |G Encode a string.]
base64.encodestring(|s)
;
[base64.test |G Small test program]
base64.test(|)
;
[base64.test1 |G ]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -