导航
索引
模块
|
Python
»
3.12.0a0 Documentation
»
索引
|
索引 – G
G.722
gaierror
gamma() (在 math 模块中)
gammavariate() (在 random 模块中)
garbage collection
garbage collection -- 垃圾回收
garbage() (在 gc 模块中)
gather() (curses.textpad.Textbox 方法)
(在 asyncio 模块中)
gauss() (在 random 模块中)
gc
模块
gc_collect() (在 test.support 模块中)
gcd() (在 math 模块中)
ge() (在 operator 模块中)
gen_uuid() (在 msilib 模块中)
generate_tokens() (在 tokenize 模块中)
generator
expression
function
,
[1]
,
[2]
iterator
,
[1]
对象
,
[1]
,
[2]
Generator (collections.abc 中的类)
(email.generator 中的类)
(typing 中的类)
generator -- 生成器
generator expression
generator expression -- 生成器表达式
generator iterator -- 生成器迭代器
GeneratorExit
例外
,
[1]
GeneratorExp (ast 中的类)
GeneratorType() (在 types 模块中)
Generic
Alias
generic
special attribute
Generic (typing 中的类)
generic function -- 泛型函数
generic type -- 泛型类型
generic_visit() (ast.NodeVisitor 方法)
GenericAlias
对象
GenericAlias (types 中的类)
genops() (在 pickletools 模块中)
geometric_mean() (在 statistics 模块中)
get() (asyncio.Queue 方法)
(configparser.ConfigParser 方法)
(contextvars.Context 方法)
(contextvars.ContextVar 方法)
(dict 方法)
(email.message.EmailMessage 方法)
(email.message.Message 方法)
(mailbox.Mailbox 方法)
(multiprocessing.pool.AsyncResult 方法)
(multiprocessing.Queue 方法)
(multiprocessing.SimpleQueue 方法)
(ossaudiodev.oss_mixer_device 方法)
(queue.Queue 方法)
(queue.SimpleQueue 方法)
(tkinter.ttk.Combobox 方法)
(tkinter.ttk.Spinbox 方法)
(types.MappingProxyType 方法)
(xml.etree.ElementTree.Element 方法)
(在 webbrowser 模块中)
GET_AITER (opcode)
get_all() (email.message.EmailMessage 方法)
(email.message.Message 方法)
(wsgiref.headers.Headers 方法)
get_all_breaks() (bdb.Bdb 方法)
get_all_start_methods() (在 multiprocessing 模块中)
GET_ANEXT (opcode)
get_annotations() (在 inspect 模块中)
get_app() (wsgiref.simple_server.WSGIServer 方法)
get_archive_formats() (在 shutil 模块中)
get_args() (在 typing 模块中)
get_asyncgen_hooks() (在 sys 模块中)
get_attribute() (在 test.support 模块中)
GET_AWAITABLE (opcode)
get_begidx() (在 readline 模块中)
get_blocking() (在 os 模块中)
get_body() (email.message.EmailMessage 方法)
get_body_encoding() (email.charset.Charset 方法)
get_boundary() (email.message.EmailMessage 方法)
(email.message.Message 方法)
get_bpbynumber() (bdb.Bdb 方法)
get_break() (bdb.Bdb 方法)
get_breaks() (bdb.Bdb 方法)
get_buffer() (asyncio.BufferedProtocol 方法)
(xdrlib.Packer 方法)
(xdrlib.Unpacker 方法)
get_bytes() (mailbox.Mailbox 方法)
get_ca_certs() (ssl.SSLContext 方法)
get_cache_token() (在 abc 模块中)
get_channel_binding() (ssl.SSLSocket 方法)
get_charset() (email.message.Message 方法)
get_charsets() (email.message.EmailMessage 方法)
(email.message.Message 方法)
get_child_watcher() (asyncio.AbstractEventLoopPolicy 方法)
(在 asyncio 模块中)
get_children() (symtable.SymbolTable 方法)
(tkinter.ttk.Treeview 方法)
get_ciphers() (ssl.SSLContext 方法)
get_clock_info() (在 time 模块中)
get_close_matches() (在 difflib 模块中)
get_code() (importlib.abc.InspectLoader 方法)
(importlib.abc.SourceLoader 方法)
(importlib.machinery.ExtensionFileLoader 方法)
(importlib.machinery.SourcelessFileLoader 方法)
(zipimport.zipimporter 方法)
get_completer() (在 readline 模块中)
get_completer_delims() (在 readline 模块中)
get_completion_type() (在 readline 模块中)
get_config_h_filename() (在 sysconfig 模块中)
get_config_var() (在 sysconfig 模块中)
get_config_vars() (在 sysconfig 模块中)
get_content() (email.contentmanager.ContentManager 方法)
(email.message.EmailMessage 方法)
(在 email.contentmanager 模块中)
get_content_charset() (email.message.EmailMessage 方法)
(email.message.Message 方法)
get_content_disposition() (email.message.EmailMessage 方法)
(email.message.Message 方法)
get_content_maintype() (email.message.EmailMessage 方法)
(email.message.Message 方法)
get_content_subtype() (email.message.EmailMessage 方法)
(email.message.Message 方法)
get_content_type() (email.message.EmailMessage 方法)
(email.message.Message 方法)
get_context() (asyncio.Handle 方法)
(asyncio.Task 方法)
(在 multiprocessing 模块中)
get_coro() (asyncio.Task 方法)
get_coroutine_origin_tracking_depth() (在 sys 模块中)
get_count() (在 gc 模块中)
get_current_history_length() (在 readline 模块中)
get_data() (importlib.abc.FileLoader 方法)
(importlib.abc.ResourceLoader 方法)
(zipimport.zipimporter 方法)
(在 pkgutil 模块中)
get_date() (mailbox.MaildirMessage 方法)
get_debug() (asyncio.loop 方法)
(在 gc 模块中)
get_default() (argparse.ArgumentParser 方法)
get_default_domain() (在 nis 模块中)
get_default_scheme() (在 sysconfig 模块中)
get_default_type() (email.message.EmailMessage 方法)
(email.message.Message 方法)
get_default_verify_paths() (在 ssl 模块中)
get_dialect() (在 csv 模块中)
get_disassembly_as_string() (test.support.bytecode_helper.BytecodeTestCase 方法)
get_docstring() (在 ast 模块中)
get_doctest() (doctest.DocTestParser 方法)
get_endidx() (在 readline 模块中)
get_environ() (wsgiref.simple_server.WSGIRequestHandler 方法)
get_errno() (在 ctypes 模块中)
get_escdelay() (在 curses 模块中)
get_event_loop() (asyncio.AbstractEventLoopPolicy 方法)
(在 asyncio 模块中)
get_event_loop_policy() (在 asyncio 模块中)
get_examples() (doctest.DocTestParser 方法)
get_exception_handler() (asyncio.loop 方法)
get_exec_path() (在 os 模块中)
get_extra_info() (asyncio.BaseTransport 方法)
(asyncio.StreamWriter 方法)
get_field() (string.Formatter 方法)
get_file() (mailbox.Babyl 方法)
(mailbox.Mailbox 方法)
(mailbox.Maildir 方法)
(mailbox.mbox 方法)
(mailbox.MH 方法)
(mailbox.MMDF 方法)
get_file_breaks() (bdb.Bdb 方法)
get_filename() (email.message.EmailMessage 方法)
(email.message.Message 方法)
(importlib.abc.ExecutionLoader 方法)
(importlib.abc.FileLoader 方法)
(importlib.machinery.ExtensionFileLoader 方法)
(zipimport.zipimporter 方法)
get_filter() (tkinter.filedialog.FileDialog 方法)
get_flags() (mailbox.MaildirMessage 方法)
(mailbox.mboxMessage 方法)
(mailbox.MMDFMessage 方法)
get_folder() (mailbox.Maildir 方法)
(mailbox.MH 方法)
get_frees() (symtable.Function 方法)
get_freeze_count() (在 gc 模块中)
get_from() (mailbox.mboxMessage 方法)
(mailbox.MMDFMessage 方法)
get_full_url() (urllib.request.Request 方法)
get_globals() (symtable.Function 方法)
get_grouped_opcodes() (difflib.SequenceMatcher 方法)
get_handle_inheritable() (在 os 模块中)
get_header() (urllib.request.Request 方法)
get_history_item() (在 readline 模块中)
get_history_length() (在 readline 模块中)
get_id() (symtable.SymbolTable 方法)
get_ident() (在 _thread 模块中)
(在 threading 模块中)
get_identifiers() (string.Template 方法)
(symtable.SymbolTable 方法)
get_importer() (在 pkgutil 模块中)
get_info() (mailbox.MaildirMessage 方法)
get_inheritable() (socket.socket 方法)
(在 os 模块中)
get_instructions() (在 dis 模块中)
get_int_max_str_digits() (在 sys 模块中)
get_interpreter() (在 zipapp 模块中)
GET_ITER (opcode)
get_key() (selectors.BaseSelector 方法)
get_labels() (mailbox.Babyl 方法)
(mailbox.BabylMessage 方法)
get_last_error() (在 ctypes 模块中)
GET_LEN (opcode)
get_line_buffer() (在 readline 模块中)
get_lineno() (symtable.SymbolTable 方法)
get_loader() (在 pkgutil 模块中)
get_locals() (symtable.Function 方法)
get_logger() (在 multiprocessing 模块中)
get_loop() (asyncio.Future 方法)
(asyncio.Runner 方法)
(asyncio.Server 方法)
get_magic() (在 imp 模块中)
get_makefile_filename() (在 sysconfig 模块中)
get_map() (selectors.BaseSelector 方法)
get_matching_blocks() (difflib.SequenceMatcher 方法)
get_message() (mailbox.Mailbox 方法)
get_method() (urllib.request.Request 方法)
get_methods() (symtable.Class 方法)
get_mixed_type_key() (在 ipaddress 模块中)
get_name() (asyncio.Task 方法)
(symtable.Symbol 方法)
(symtable.SymbolTable 方法)
get_namespace() (symtable.Symbol 方法)
get_namespaces() (symtable.Symbol 方法)
get_native_id() (在 _thread 模块中)
(在 threading 模块中)
get_nonlocals() (symtable.Function 方法)
get_nonstandard_attr() (http.cookiejar.Cookie 方法)
get_nowait() (asyncio.Queue 方法)
(multiprocessing.Queue 方法)
(queue.Queue 方法)
(queue.SimpleQueue 方法)
get_object_traceback() (在 tracemalloc 模块中)
get_objects() (在 gc 模块中)
get_opcodes() (difflib.SequenceMatcher 方法)
get_option() (optparse.OptionParser 方法)
get_option_group() (optparse.OptionParser 方法)
get_origin() (在 typing 模块中)
get_original_stdout() (在 test.support 模块中)
get_osfhandle() (在 msvcrt 模块中)
get_output_charset() (email.charset.Charset 方法)
get_overloads() (在 typing 模块中)
get_param() (email.message.Message 方法)
get_parameters() (symtable.Function 方法)
get_params() (email.message.Message 方法)
get_path() (在 sysconfig 模块中)
get_path_names() (在 sysconfig 模块中)
get_paths() (在 sysconfig 模块中)
get_payload() (email.message.Message 方法)
get_pid() (asyncio.SubprocessTransport 方法)
get_pipe_transport() (asyncio.SubprocessTransport 方法)
get_platform() (在 sysconfig 模块中)
get_poly() (在 turtle 模块中)
get_position() (xdrlib.Unpacker 方法)
get_preferred_scheme() (在 sysconfig 模块中)
get_protocol() (asyncio.BaseTransport 方法)
get_python_version() (在 sysconfig 模块中)
get_ready() (graphlib.TopologicalSorter 方法)
get_recsrc() (ossaudiodev.oss_mixer_device 方法)
get_referents() (在 gc 模块中)
get_referrers() (在 gc 模块中)
get_request() (socketserver.BaseServer 方法)
get_returncode() (asyncio.SubprocessTransport 方法)
get_running_loop() (在 asyncio 模块中)
get_scheme() (wsgiref.handlers.BaseHandler 方法)
get_scheme_names() (在 sysconfig 模块中)
get_selection() (tkinter.filedialog.FileDialog 方法)
get_sequences() (mailbox.MH 方法)
(mailbox.MHMessage 方法)
get_server() (multiprocessing.managers.BaseManager 方法)
get_server_certificate() (在 ssl 模块中)
get_shapepoly() (在 turtle 模块中)
get_socket() (telnetlib.Telnet 方法)
get_source() (importlib.abc.InspectLoader 方法)
(importlib.abc.SourceLoader 方法)
(importlib.machinery.ExtensionFileLoader 方法)
(importlib.machinery.SourcelessFileLoader 方法)
(zipimport.zipimporter 方法)
get_source_segment() (在 ast 模块中)
get_stack() (asyncio.Task 方法)
(bdb.Bdb 方法)
get_start_method() (在 multiprocessing 模块中)
get_starttag_text() (html.parser.HTMLParser 方法)
get_stats() (在 gc 模块中)
get_stats_profile() (pstats.Stats 方法)
get_stderr() (wsgiref.handlers.BaseHandler 方法)
(wsgiref.simple_server.WSGIRequestHandler 方法)
get_stdin() (wsgiref.handlers.BaseHandler 方法)
get_string() (mailbox.Mailbox 方法)
get_subdir() (mailbox.MaildirMessage 方法)
get_suffixes() (在 imp 模块中)
get_symbols() (symtable.SymbolTable 方法)
get_tabsize() (在 curses 模块中)
get_tag() (在 imp 模块中)
get_task_factory() (asyncio.loop 方法)
get_terminal_size() (在 os 模块中)
(在 shutil 模块中)
get_terminator() (asynchat.async_chat 方法)
get_threshold() (在 gc 模块中)
get_token() (shlex.shlex 方法)
get_traceback_limit() (在 tracemalloc 模块中)
get_traced_memory() (在 tracemalloc 模块中)
get_tracemalloc_memory() (在 tracemalloc 模块中)
get_type() (symtable.SymbolTable 方法)
get_type_hints() (在 typing 模块中)
get_unixfrom() (email.message.EmailMessage 方法)
(email.message.Message 方法)
get_unpack_formats() (在 shutil 模块中)
get_usage() (optparse.OptionParser 方法)
get_value() (string.Formatter 方法)
get_version() (optparse.OptionParser 方法)
get_visible() (mailbox.BabylMessage 方法)
get_wch() (curses.window 方法)
get_write_buffer_limits() (asyncio.WriteTransport 方法)
get_write_buffer_size() (asyncio.WriteTransport 方法)
GET_YIELD_FROM_ITER (opcode)
getacl() (imaplib.IMAP4 方法)
getaddresses() (在 email.utils 模块中)
getaddrinfo() (asyncio.loop 方法)
(在 socket 模块中)
getallocatedblocks() (在 sys 模块中)
getandroidapilevel() (在 sys 模块中)
getannotation() (imaplib.IMAP4 方法)
getargvalues() (在 inspect 模块中)
getatime() (在 os.path 模块中)
getattr()
內置函数
getattr_static() (在 inspect 模块中)
getattrfunc (C type)
getAttribute() (xml.dom.Element 方法)
getAttributeNode() (xml.dom.Element 方法)
getAttributeNodeNS() (xml.dom.Element 方法)
getAttributeNS() (xml.dom.Element 方法)
getattrofunc (C type)
GetBase() (xml.parsers.expat.xmlparser 方法)
getbegyx() (curses.window 方法)
getbkgd() (curses.window 方法)
getblocking() (socket.socket 方法)
getboolean() (configparser.ConfigParser 方法)
getbuffer() (io.BytesIO 方法)
getbufferproc (C type)
getByteStream() (xml.sax.xmlreader.InputSource 方法)
getcallargs() (在 inspect 模块中)
getcanvas() (在 turtle 模块中)
getcapabilities() (nntplib.NNTP 方法)
getcaps() (在 mailcap 模块中)
getch() (curses.window 方法)
(在 msvcrt 模块中)
getCharacterStream() (xml.sax.xmlreader.InputSource 方法)
getche() (在 msvcrt 模块中)
getChild() (logging.Logger 方法)
getChildren() (logging.Logger 方法)
getclasstree() (在 inspect 模块中)
getclosurevars() (在 inspect 模块中)
GetColumnInfo() (msilib.View 方法)
getColumnNumber() (xml.sax.xmlreader.Locator 方法)
getcomments() (在 inspect 模块中)
getcompname() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
getcomptype() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
getContentHandler() (xml.sax.xmlreader.XMLReader 方法)
getcontext() (在 decimal 模块中)
getcoroutinelocals() (在 inspect 模块中)
getcoroutinestate() (在 inspect 模块中)
getctime() (在 os.path 模块中)
getcwd() (在 os 模块中)
getcwdb() (在 os 模块中)
getcwdu (2to3 fixer)
getdecoder() (在 codecs 模块中)
getdefaultencoding() (在 sys 模块中)
getdefaultlocale() (在 locale 模块中)
getdefaulttimeout() (在 socket 模块中)
getdlopenflags() (在 sys 模块中)
getdoc() (在 inspect 模块中)
getDOMImplementation() (在 xml.dom 模块中)
getDTDHandler() (xml.sax.xmlreader.XMLReader 方法)
getEffectiveLevel() (logging.Logger 方法)
getegid() (在 os 模块中)
getElementsByTagName() (xml.dom.Document 方法)
(xml.dom.Element 方法)
getElementsByTagNameNS() (xml.dom.Document 方法)
(xml.dom.Element 方法)
getencoder() (在 codecs 模块中)
getEncoding() (xml.sax.xmlreader.InputSource 方法)
getencoding() (在 locale 模块中)
getEntityResolver() (xml.sax.xmlreader.XMLReader 方法)
getenv() (在 os 模块中)
getenvb() (在 os 模块中)
getErrorHandler() (xml.sax.xmlreader.XMLReader 方法)
geteuid() (在 os 模块中)
getEvent() (xml.dom.pulldom.DOMEventStream 方法)
getEventCategory() (logging.handlers.NTEventLogHandler 方法)
getEventType() (logging.handlers.NTEventLogHandler 方法)
getException() (xml.sax.SAXException 方法)
getFeature() (xml.sax.xmlreader.XMLReader 方法)
GetFieldCount() (msilib.Record 方法)
getfile() (在 inspect 模块中)
getFilesToDelete() (logging.handlers.TimedRotatingFileHandler 方法)
getfilesystemencodeerrors() (在 sys 模块中)
getfilesystemencoding() (在 sys 模块中)
getfirst() (cgi.FieldStorage 方法)
getfloat() (configparser.ConfigParser 方法)
getfmts() (ossaudiodev.oss_audio_device 方法)
getfqdn() (在 socket 模块中)
getframeinfo() (在 inspect 模块中)
getframerate() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
getfullargspec() (在 inspect 模块中)
getgeneratorlocals() (在 inspect 模块中)
getgeneratorstate() (在 inspect 模块中)
getgid() (在 os 模块中)
getgrall() (在 grp 模块中)
getgrgid() (在 grp 模块中)
getgrnam() (在 grp 模块中)
getgrouplist() (在 os 模块中)
getgroups() (在 os 模块中)
getHandlerByName() (在 logging 模块中)
getHandlerNames() (在 logging 模块中)
getheader() (http.client.HTTPResponse 方法)
getheaders() (http.client.HTTPResponse 方法)
gethostbyaddr() (in module socket)
(在 socket 模块中)
gethostbyname() (在 socket 模块中)
gethostbyname_ex() (在 socket 模块中)
gethostname() (in module socket)
(在 socket 模块中)
getincrementaldecoder() (在 codecs 模块中)
getincrementalencoder() (在 codecs 模块中)
getinfo() (zipfile.ZipFile 方法)
getinnerframes() (在 inspect 模块中)
GetInputContext() (xml.parsers.expat.xmlparser 方法)
getint() (configparser.ConfigParser 方法)
GetInteger() (msilib.Record 方法)
getitem() (在 operator 模块中)
getiterfunc (C type)
getitimer() (在 signal 模块中)
getkey() (curses.window 方法)
GetLastError() (在 ctypes 模块中)
getLength() (xml.sax.xmlreader.Attributes 方法)
getLevelName() (在 logging 模块中)
getLevelNamesMapping() (在 logging 模块中)
getlimit() (sqlite3.Connection 方法)
getline() (在 linecache 模块中)
getLineNumber() (xml.sax.xmlreader.Locator 方法)
getlist() (cgi.FieldStorage 方法)
getloadavg() (在 os 模块中)
getlocale() (在 locale 模块中)
getLogger() (在 logging 模块中)
getLoggerClass() (在 logging 模块中)
getlogin() (在 os 模块中)
getLogRecordFactory() (在 logging 模块中)
getmark() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
getmarkers() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
getmaxyx() (curses.window 方法)
getmember() (tarfile.TarFile 方法)
getmembers() (tarfile.TarFile 方法)
(在 inspect 模块中)
getmembers_static() (在 inspect 模块中)
getMessage() (logging.LogRecord 方法)
(xml.sax.SAXException 方法)
getMessageID() (logging.handlers.NTEventLogHandler 方法)
getmodule() (在 inspect 模块中)
getmodulename() (在 inspect 模块中)
getmouse() (在 curses 模块中)
getmro() (在 inspect 模块中)
getmtime() (在 os.path 模块中)
getname() (chunk.Chunk 方法)
getName() (threading.Thread 方法)
getNameByQName() (xml.sax.xmlreader.AttributesNS 方法)
getnameinfo() (asyncio.loop 方法)
(在 socket 模块中)
getnames() (tarfile.TarFile 方法)
getNames() (xml.sax.xmlreader.Attributes 方法)
getnchannels() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
getnframes() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
getnode
getnode() (在 uuid 模块中)
getopt
模块
getopt() (在 getopt 模块中)
GetoptError
getouterframes() (在 inspect 模块中)
getoutput() (在 subprocess 模块中)
getpagesize() (在 resource 模块中)
getparams() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
getparyx() (curses.window 方法)
getpass
模块
getpass() (在 getpass 模块中)
GetPassWarning
getpeercert() (ssl.SSLSocket 方法)
getpeername() (socket.socket 方法)
getpen() (在 turtle 模块中)
getpgid() (在 os 模块中)
getpgrp() (在 os 模块中)
getpid() (在 os 模块中)
getpos() (html.parser.HTMLParser 方法)
getppid() (在 os 模块中)
getpreferredencoding() (在 locale 模块中)
getpriority() (在 os 模块中)
getprofile() (在 sys 模块中)
(在 threading 模块中)
GetProperty() (msilib.SummaryInformation 方法)
getProperty() (xml.sax.xmlreader.XMLReader 方法)
GetPropertyCount() (msilib.SummaryInformation 方法)
getprotobyname() (在 socket 模块中)
getproxies() (在 urllib.request 模块中)
getPublicId() (xml.sax.xmlreader.InputSource 方法)
(xml.sax.xmlreader.Locator 方法)
getpwall() (在 pwd 模块中)
getpwnam() (在 pwd 模块中)
getpwuid() (在 pwd 模块中)
getQNameByName() (xml.sax.xmlreader.AttributesNS 方法)
getQNames() (xml.sax.xmlreader.AttributesNS 方法)
getquota() (imaplib.IMAP4 方法)
getquotaroot() (imaplib.IMAP4 方法)
getrandbits() (在 random 模块中)
getrandom() (在 os 模块中)
getreader() (在 codecs 模块中)
getrecursionlimit() (在 sys 模块中)
getrefcount() (在 sys 模块中)
getresgid() (在 os 模块中)
getresponse() (http.client.HTTPConnection 方法)
getresuid() (在 os 模块中)
getrlimit() (在 resource 模块中)
getroot() (xml.etree.ElementTree.ElementTree 方法)
getrusage() (在 resource 模块中)
getsample() (在 audioop 模块中)
getsampwidth() (aifc.aifc 方法)
(sunau.AU_read 方法)
(wave.Wave_read 方法)
getscreen() (在 turtle 模块中)
getservbyname() (在 socket 模块中)
getservbyport() (在 socket 模块中)
GetSetDescriptorType() (在 types 模块中)
getshapes() (在 turtle 模块中)
getsid() (在 os 模块中)
getsignal() (在 signal 模块中)
getsitepackages() (在 site 模块中)
getsize() (chunk.Chunk 方法)
(在 os.path 模块中)
getsizeof() (在 sys 模块中)
getsockname() (socket.socket 方法)
getsockopt() (socket.socket 方法)
getsource() (在 inspect 模块中)
getsourcefile() (在 inspect 模块中)
getsourcelines() (在 inspect 模块中)
getspall() (在 spwd 模块中)
getspnam() (在 spwd 模块中)
getstate() (codecs.IncrementalDecoder 方法)
(codecs.IncrementalEncoder 方法)
(在 random 模块中)
getstatus() (http.client.HTTPResponse 方法)
(urllib.response.addinfourl 方法)
getstatusoutput() (在 subprocess 模块中)
getstr() (curses.window 方法)
GetString() (msilib.Record 方法)
getSubject() (logging.handlers.SMTPHandler 方法)
GetSummaryInformation() (msilib.Database 方法)
getswitchinterval() (在 sys 模块中)
getSystemId() (xml.sax.xmlreader.InputSource 方法)
(xml.sax.xmlreader.Locator 方法)
getsyx() (在 curses 模块中)
gettarinfo() (tarfile.TarFile 方法)
gettempdir() (在 tempfile 模块中)
gettempdirb() (在 tempfile 模块中)
gettempprefix() (在 tempfile 模块中)
gettempprefixb() (在 tempfile 模块中)
getTestCaseNames() (unittest.TestLoader 方法)
gettext
模块
gettext() (gettext.GNUTranslations 方法)
(gettext.NullTranslations 方法)
(在 gettext 模块中)
(在 locale 模块中)
gettimeout() (socket.socket 方法)
gettrace() (在 sys 模块中)
(在 threading 模块中)
getturtle() (在 turtle 模块中)
getType() (xml.sax.xmlreader.Attributes 方法)
getuid() (在 os 模块中)
geturl() (http.client.HTTPResponse 方法)
(urllib.parse.urllib.parse.SplitResult 方法)
(urllib.response.addinfourl 方法)
getuser() (在 getpass 模块中)
getuserbase() (在 site 模块中)
getusersitepackages() (在 site 模块中)
getvalue() (io.BytesIO 方法)
(io.StringIO 方法)
getValue() (xml.sax.xmlreader.Attributes 方法)
getValueByQName() (xml.sax.xmlreader.AttributesNS 方法)
getwch() (在 msvcrt 模块中)
getwche() (在 msvcrt 模块中)
getweakrefcount() (在 weakref 模块中)
getweakrefs() (在 weakref 模块中)
getwelcome() (ftplib.FTP 方法)
(nntplib.NNTP 方法)
(poplib.POP3 方法)
getwin() (在 curses 模块中)
getwindowsversion() (在 sys 模块中)
getwriter() (在 codecs 模块中)
getxattr() (在 os 模块中)
getyx() (curses.window 方法)
gid (tarfile.TarInfo 属性)
GIL
glob
模块
,
[1]
glob() (msilib.Directory 方法)
(pathlib.Path 方法)
(在 glob 模块中)
global
name binding
namespace
语句
,
[1]
Global (ast 中的类)
global interpreter lock
global interpreter lock -- 全局解释器锁
globals()
內置函数
globs (doctest.DocTest 属性)
gmtime() (在 time 模块中)
gname (tarfile.TarInfo 属性)
GNOME
GNU_FORMAT() (在 tarfile 模块中)
gnu_getopt() (在 getopt 模块中)
GNUTranslations (gettext 中的类)
go() (tkinter.filedialog.FileDialog 方法)
got (doctest.DocTestFailure 属性)
goto() (在 turtle 模块中)
grammar
Graphical User Interface
graphlib
模块
GREATER() (在 token 模块中)
GREATEREQUAL() (在 token 模块中)
Greenwich Mean Time
GRND_NONBLOCK() (在 os 模块中)
GRND_RANDOM() (在 os 模块中)
Group (email.headerregistry 中的类)
group() (nntplib.NNTP 方法)
(pathlib.Path 方法)
(re.Match 方法)
groupby() (在 itertools 模块中)
groupdict() (re.Match 方法)
groupindex (re.Pattern 属性)
grouping
groups (email.headerregistry.AddressHeader 属性)
(re.Pattern 属性)
groups() (re.Match 方法)
grp
模块
Gt (ast 中的类)
gt() (在 operator 模块中)
GtE (ast 中的类)
guard
guess_all_extensions() (mimetypes.MimeTypes 方法)
(在 mimetypes 模块中)
guess_extension() (mimetypes.MimeTypes 方法)
(在 mimetypes 模块中)
guess_scheme() (在 wsgiref.util 模块中)
guess_type() (mimetypes.MimeTypes 方法)
(在 mimetypes 模块中)
GUI
gzip
模块
GzipFile (gzip 中的类)
gzip命令行选项
--best
--decompress
--fast
--help
-d
-h
file
导航
索引
模块
|
Python
»
3.12.0a0 Documentation
»
索引
|