c-api/arg,,:ref,"PyArg_ParseTuple(args, ""O|O:ref"", &object, &callback)"c-api/list,,:high,list[low:high]c-api/sequence,,:i2,del o[i1:i2]c-api/sequence,,:i2,o[i1:i2]c-api/unicode,,:end,str[start:end]c-api/unicode,,:start,unicode[start:start+length]distutils/examples,267,`,This is the description of the ``foobar`` package.distutils/setupscript,,::,extending/embedding,,:numargs,"if(!PyArg_ParseTuple(args, "":numargs""))"extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);"extending/extending,,:set,"if (PyArg_ParseTuple(args, ""O:set_callback"", &temp)) {"extending/newtypes,,:call,"if (!PyArg_ParseTuple(args, ""sss:call"", &arg1, &arg2, &arg3)) {"faq/programming,,:chr,">=4.0) or 1+f(xc,yc,x*x-y*y+xc,2.0*x*y+yc,k-1,f):f(xc,yc,x,y,k,f):chr("faq/programming,,::,for x in sequence[::-1]:faq/programming,,:reduce,"print((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y,"faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,"faq/windows,,:d48eceb,"Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32"howto/cporting,,:encode,"if (!PyArg_ParseTuple(args, ""O:encode_object"", &myobj))"howto/cporting,,:say,"if (!PyArg_ParseTuple(args, ""U:say_hello"", &name))"howto/curses,,:black,"colors when it activates color mode. They are: 0:black, 1:red,"howto/curses,,:red,"colors when it activates color mode. They are: 0:black, 1:red,"howto/curses,,:green,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"howto/curses,,:yellow,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"howto/curses,,:blue,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"howto/curses,,:magenta,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"howto/curses,,:cyan,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"howto/curses,,:white,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The"howto/instrumentation,,::,python$target:::function-entryhowto/instrumentation,,:function,python$target:::function-entryhowto/instrumentation,,::,python$target:::function-returnhowto/instrumentation,,:function,python$target:::function-returnhowto/instrumentation,,:call,156641360502280 function-entry:call_stack.py:start:23howto/instrumentation,,:start,156641360502280 function-entry:call_stack.py:start:23howto/instrumentation,,:function,156641360518804 function-entry: call_stack.py:function_1:1howto/instrumentation,,:function,156641360532797 function-entry: call_stack.py:function_3:9howto/instrumentation,,:function,156641360546807 function-return: call_stack.py:function_3:10howto/instrumentation,,:function,156641360563367 function-return: call_stack.py:function_1:2howto/instrumentation,,:function,156641360578365 function-entry: call_stack.py:function_2:5howto/instrumentation,,:function,156641360591757 function-entry: call_stack.py:function_1:1howto/instrumentation,,:function,156641360605556 function-entry: call_stack.py:function_3:9howto/instrumentation,,:function,156641360617482 function-return: call_stack.py:function_3:10howto/instrumentation,,:function,156641360629814 function-return: call_stack.py:function_1:2howto/instrumentation,,:function,156641360642285 function-return: call_stack.py:function_2:6howto/instrumentation,,:function,156641360656770 function-entry: call_stack.py:function_3:9howto/instrumentation,,:function,156641360669707 function-return: call_stack.py:function_3:10howto/instrumentation,,:function,156641360687853 function-entry: call_stack.py:function_4:13howto/instrumentation,,:function,156641360700719 function-return: call_stack.py:function_4:14howto/instrumentation,,:function,156641360719640 function-entry: call_stack.py:function_5:18howto/instrumentation,,:function,156641360732567 function-return: call_stack.py:function_5:21howto/instrumentation,,:call,156641360747370 function-return:call_stack.py:start:28howto/instrumentation,,:start,156641360747370 function-return:call_stack.py:start:28howto/ipaddress,,:DB8,>>> ipaddress.ip_address('2001:DB8::1')howto/ipaddress,,::,>>> ipaddress.ip_address('2001:DB8::1')howto/ipaddress,,:db8,IPv6Address('2001:db8::1')howto/ipaddress,,::,IPv6Address('2001:db8::1')howto/ipaddress,,::,IPv6Address('::1')howto/ipaddress,,:db8,>>> ipaddress.ip_network('2001:db8::0/96')howto/ipaddress,,::,>>> ipaddress.ip_network('2001:db8::0/96')howto/ipaddress,,:db8,IPv6Network('2001:db8::/96')howto/ipaddress,,::,IPv6Network('2001:db8::/96')howto/ipaddress,,:db8,IPv6Network('2001:db8::/128')howto/ipaddress,,::,IPv6Network('2001:db8::/128')howto/ipaddress,,:db8,IPv6Interface('2001:db8::1/96')howto/ipaddress,,::,IPv6Interface('2001:db8::1/96')howto/ipaddress,,:db8,>>> addr6 = ipaddress.ip_address('2001:db8::1')howto/ipaddress,,::,>>> addr6 = ipaddress.ip_address('2001:db8::1')howto/ipaddress,,:db8,>>> host6 = ipaddress.ip_interface('2001:db8::1/96')howto/ipaddress,,::,>>> host6 = ipaddress.ip_interface('2001:db8::1/96')howto/ipaddress,,:db8,>>> net6 = ipaddress.ip_network('2001:db8::0/96')howto/ipaddress,,::,>>> net6 = ipaddress.ip_network('2001:db8::0/96')howto/ipaddress,,:ffff,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')howto/ipaddress,,::,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::')howto/ipaddress,,::,IPv6Address('::ffff:ffff')howto/ipaddress,,:ffff,IPv6Address('::ffff:ffff')howto/ipaddress,,:db8,'2001:db8::/96'howto/ipaddress,,::,'2001:db8::/96'howto/ipaddress,,:db8,>>> ipaddress.ip_interface('2001:db8::1/96')howto/ipaddress,,::,>>> ipaddress.ip_interface('2001:db8::1/96')howto/ipaddress,,:db8,'2001:db8::1'howto/ipaddress,,::,'2001:db8::1'howto/ipaddress,,:db8,IPv6Address('2001:db8::ffff:ffff')howto/ipaddress,,::,IPv6Address('2001:db8::ffff:ffff')howto/ipaddress,,:ffff,IPv6Address('2001:db8::ffff:ffff')howto/logging,,:And,"WARNING:And this, too"howto/logging,,:And,"WARNING:root:And this, too"howto/logging,,:Doing,INFO:root:Doing somethinghowto/logging,,:Finished,INFO:root:Finishedhowto/logging,,:logger,severity:logger name:messagehowto/logging,,:Look,WARNING:root:Look before you leap!howto/logging,,:message,severity:logger name:messagehowto/logging,,:root,DEBUG:root:This message should go to the log filehowto/logging,,:root,INFO:root:Doing somethinghowto/logging,,:root,INFO:root:Finishedhowto/logging,,:root,INFO:root:So should thishowto/logging,,:root,INFO:root:Startedhowto/logging,,:root,"WARNING:root:And this, too"howto/logging,,:root,WARNING:root:Look before you leap!howto/logging,,:root,WARNING:root:Watch out!howto/logging,,:So,INFO:root:So should thishowto/logging,,:So,INFO:So should thishowto/logging,,:Started,INFO:root:Startedhowto/logging,,:This,DEBUG:root:This message should go to the log filehowto/logging,,:This,DEBUG:This message should appear on the consolehowto/logging,,:Watch,WARNING:root:Watch out!howto/pyporting,,::,Programming Language :: Python :: 2howto/pyporting,,::,Programming Language :: Python :: 3howto/regex,,::,howto/regex,,:foo,(?:foo)howto/urllib2,,:password,"""joe:password@example.com"""library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"library/bisect,32,:hi,all(val >= x for val in a[i:hi])library/bisect,42,:hi,all(val > x for val in a[i:hi])library/configparser,,:home,my_dir: ${Common:home_dir}/twoshedslibrary/configparser,,:option,${section:option}library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}library/configparser,,:system,path: ${Common:system_dir}/Library/Frameworks/library/datetime,,:MM,library/datetime,,:SS,library/decimal,,:optional,"trailneg:optional trailing minus indicator"library/difflib,,:ahi,a[alo:ahi]library/difflib,,:bhi,b[blo:bhi]library/difflib,,:i1,library/difflib,,:i2,library/difflib,,:j2,library/doctest,,`,``factorial`` from the ``example`` module:library/doctest,,`,The ``example`` modulelibrary/doctest,,`,Using ``factorial``library/exceptions,,:err,err.object[err.start:err.end]library/functions,,:step,a[start:stop:step]library/functions,,:stop,"a[start:stop, i]"library/functions,,:stop,a[start:stop:step]library/hashlib,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"library/http.client,,:port,host:portlibrary/http.cookies,,`,!#$%&'*+-.^_`|~:library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"library/inspect,,:int,">>> def foo(a, *, b:int, **kwargs):"library/inspect,,:int,"'(a, *, b:int, **kwargs)'"library/inspect,,:int,'b:int'library/ipaddress,,:db8,>>> ipaddress.ip_address('2001:db8::')library/ipaddress,,::,>>> ipaddress.ip_address('2001:db8::')library/ipaddress,,:db8,IPv6Address('2001:db8::')library/ipaddress,,::,IPv6Address('2001:db8::')library/ipaddress,,:db8,>>> ipaddress.IPv6Address('2001:db8::1000')library/ipaddress,,::,>>> ipaddress.IPv6Address('2001:db8::1000')library/ipaddress,,:db8,IPv6Address('2001:db8::1000')library/ipaddress,,::,IPv6Address('2001:db8::1000')library/ipaddress,,:db8,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"library/ipaddress,,::,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"library/ipaddress,,::,"""::abc:7:def"""library/ipaddress,,:def,"""::abc:7:def"""library/ipaddress,,::,::FFFF/96library/ipaddress,,::,2002::/16library/ipaddress,,::,2001::/32library/ipaddress,,::,>>> str(ipaddress.IPv6Address('::1'))library/ipaddress,,::,'::1'library/ipaddress,,:ff00,ffff:ff00::library/ipaddress,,:db00,2001:db00::0/24library/ipaddress,,::,2001:db00::0/24library/ipaddress,,:db00,2001:db00::0/ffff:ff00::library/ipaddress,,::,2001:db00::0/ffff:ff00::library/itertools,,:step,elements from seq[start:stop:step]library/itertools,,:stop,elements from seq[start:stop:step]library/logging.handlers,,:port,host:portlibrary/mmap,,:i2,obj[i1:i2]library/multiprocessing,,`,# Add more tasks using `put()`library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)"library/multiprocessing,,`,# register the Foo class; make `f()` and `g()` accessible via proxylibrary/multiprocessing,,`,# register the Foo class; make `g()` and `_h()` accessible via proxylibrary/multiprocessing,,`,# register the generator function baz; use `GeneratorProxy` to make proxieslibrary/nntplib,,:bytes,:byteslibrary/nntplib,,:lines,:lineslibrary/optparse,,:len,"del parser.rargs[:len(value)]"library/os.path,,:foo,c:foolibrary/pathlib,,:bar,">>> PureWindowsPath('c:/Windows', 'd:bar')"library/pathlib,,:bar,PureWindowsPath('d:bar')library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').rootlibrary/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').anchorlibrary/pdb,,:lineno,filename:linenolibrary/pickle,,:memory,"conn = sqlite3.connect("":memory:"")"library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS"""library/pprint,,::,"'Programming Language :: Python :: 2.6',"library/pprint,,::,"'Programming Language :: Python :: 2.7',"library/pprint,225,::,"'classifiers': ['Development Status :: 3 - Alpha',"library/pprint,225,::,"'Intended Audience :: Developers',"library/pprint,225,::,"'License :: OSI Approved :: MIT License',"library/pprint,225,::,"'Programming Language :: Python :: 2',"library/pprint,225,::,"'Programming Language :: Python :: 3',"library/pprint,225,::,"'Programming Language :: Python :: 3.2',"library/pprint,225,::,"'Programming Language :: Python :: 3.3',"library/pprint,225,::,"'Programming Language :: Python :: 3.4',"library/pprint,225,::,"'Topic :: Software Development :: Build Tools'],"library/profile,,:lineno,filename:lineno(function)library/pyexpat,,:elem1,<py:elem1 />library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">"library/random,,:len,new_diff = mean(combined[:len(drug)]) - mean(combined[len(drug):])library/readline,,:bind,"python:bind -v"library/readline,,:bind,"python:bind ^I rl_complete"library/smtplib,,:port,method must support that as well as a regular host:portlibrary/socket,,::,'5aef:2b::8'library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])"library/socket,,:len,fds.fromstring(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])library/sqlite3,,:age,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"library/sqlite3,,:memory,library/sqlite3,,:who,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})"library/sqlite3,,:path,"db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)"library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"library/ssl,,:MyState,State or Province Name (full name) [Some-State]:MyStatelibrary/ssl,,:ops,Email Address []:ops@myserver.mygroup.myorganization.comlibrary/ssl,,:Some,"Locality Name (eg, city) []:Some City"library/ssl,,:US,Country Name (2 letter code) [AU]:USlibrary/stdtypes,,:end,s[start:end]library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2])library/stdtypes,,:len,s[len(s):len(s)]library/stdtypes,,::,>>> y = m[::2]library/stdtypes,,::,>>> z = y[::-2]library/subprocess,,`,"output=`dmesg | grep hda`"library/subprocess,,`,"output=`mycmd myarg`"library/tarfile,,:bz2,library/tarfile,,:compression,filemode[:compression]library/tarfile,,:gz,library/tarfile,,:xz,'a:xz'library/tarfile,,:xz,'r:xz'library/tarfile,,:xz,'w:xz'library/time,,:mm,library/time,,:ss,library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):"library/turtle,,::,Example::library/unittest,,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message',"library/unittest,,:first,"self.assertEqual(cm.output, ['INFO:foo:first message',"library/unittest,,:foo,'ERROR:foo.bar:second message'])library/unittest,,:second,'ERROR:foo.bar:second message'])library/urllib.request,,:close,Connection:closelibrary/urllib.request,,:port,:portlibrary/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n"library/urllib.request,,:password,"""joe:password@python.org"""library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678library/venv,,:param,":param nodist: If True, setuptools and pip are not installed into the"library/venv,,:param,":param progress: If setuptools or pip are installed, the progress of the"library/venv,,:param,":param nopip: If True, pip is not installed into the created"library/venv,,:param,:param context: The information for the virtual environmentlibrary/xmlrpc.client,,:nil,ex:nillibrary/xmlrpc.client,,:pass,http://user:pass@host:port/pathlibrary/xmlrpc.client,,:pass,user:passlibrary/xmlrpc.client,,:port,http://user:pass@host:port/pathlicense,,`,"``Software''), to deal in the Software without restriction, including"license,,`,"THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,"license,,`,* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' ANDlicense,,`,THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' ANDlicense,,`,* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANYlicense,,`,THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' ANDlicense,,:zooko,mailto:zooko@zooko.comreference/expressions,,:index,x[index:index]reference/lexical_analysis,,`,$ ? `reference/lexical_analysis,,:fileencoding,# vim:fileencoding=<encoding-name>tutorial/datastructures,,:value,It is also possible to delete a key:valuetutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairstutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')"tutorial/stdlib2,,:config,WARNING:root:Warning:config file server.conf not foundtutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting downtutorial/stdlib2,,:Error,ERROR:root:Error occurredtutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting downtutorial/stdlib2,,:root,ERROR:root:Error occurredtutorial/stdlib2,,:root,WARNING:root:Warning:config file server.conf not foundtutorial/stdlib2,,:start,extra = data[start:start+extra_size]tutorial/stdlib2,,:start,"fields = struct.unpack('<IIIHH', data[start:start+16])"tutorial/stdlib2,,:start,filename = data[start:start+filenamesize]tutorial/stdlib2,,:Warning,WARNING:root:Warning:config file server.conf not foundusing/cmdline,,:errorhandler,:errorhandlerusing/cmdline,,:line,file:line: category: messageusing/unix,,:Packaging,https://en.opensuse.org/Portal:Packagingwhatsnew/2.0,,:len,whatsnew/2.3,,::,whatsnew/2.3,,:config,whatsnew/2.3,,:Critical,whatsnew/2.3,,:Error,whatsnew/2.3,,:Problem,whatsnew/2.3,,:root,whatsnew/2.3,,:Warning,whatsnew/2.4,,::,whatsnew/2.4,,:System,whatsnew/2.5,,:memory,:memory:whatsnew/2.5,,:step,[start:stop:step]whatsnew/2.5,,:stop,[start:stop:step]whatsnew/2.7,,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]',"whatsnew/2.7,,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo')whatsnew/2.7,,:Sunday,'2009:4:Sunday'whatsnew/2.7,,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0"whatsnew/2.7,,::,"export PYTHONWARNINGS=all,error:::Cookie:0"whatsnew/3.2,,:affe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"whatsnew/3.2,,:affe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')whatsnew/3.2,,:beef,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"whatsnew/3.2,,:beef,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')whatsnew/3.2,,:cafe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"whatsnew/3.2,,:cafe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')whatsnew/3.2,,:deaf,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"whatsnew/3.2,,:deaf,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')whatsnew/3.2,,:directory,${buildout:directory}/downloads/distwhatsnew/3.2,,::,"$ export PYTHONWARNINGS='ignore::RuntimeWarning::,once::UnicodeWarning::'"whatsnew/3.2,,:feed,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]',"whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/')whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:"whatsnew/3.2,,:location,zope9-location = ${zope9:location}whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conflibrary/re,,`,!#$%&'*+-.^_`|~:library/re,,`,!\#\$%\&'\*\+\-\.\^_`\|\~:library/tarfile,,:xz,'x:xz'library/warnings,,:message,action:message:category:module:linelibrary/warnings,,:category,action:message:category:module:linelibrary/warnings,,:module,action:message:category:module:linelibrary/warnings,,:line,action:message:category:module:linelibrary/warnings,,::,error::ResourceWarninglibrary/warnings,,::,default::DeprecationWarninglibrary/warnings,,::,default:::mymodulelibrary/warnings,,:mymodule,default:::mymodulelibrary/warnings,,::,error:::mymodulelibrary/warnings,,:mymodule,error:::mymodulelibrary/warnings,,::,ignore::DeprecationWarninglibrary/warnings,,::,ignore::PendingDeprecationWarninglibrary/warnings,,::,ignore::ImportWarninglibrary/warnings,,::,ignore::ResourceWarninglibrary/xml.etree.elementtree,,:sometag,prefix:sometaglibrary/xml.etree.elementtree,,:fictional,"<actors xmlns:fictional=""http://characters.example.com"""library/xml.etree.elementtree,,:character,<fictional:character>Lancelot</fictional:character>library/xml.etree.elementtree,,:character,<fictional:character>Archie Leach</fictional:character>library/xml.etree.elementtree,,:character,<fictional:character>Sir Robin</fictional:character>library/xml.etree.elementtree,,:character,<fictional:character>Gunther</fictional:character>library/xml.etree.elementtree,,:character,<fictional:character>Commander Clement</fictional:character>library/xml.etree.elementtree,,:actor,"for actor in root.findall('real_person:actor', ns):"library/xml.etree.elementtree,,:name,"name = actor.find('real_person:name', ns)"library/xml.etree.elementtree,,:character,"for char in actor.findall('role:character', ns):"library/zipapp,,:main,"$ python -m zipapp myapp -m ""myapp:main"""library/zipapp,,:fn,"pkg.mod:fn"library/zipapp,,:callable,"pkg.module:callable"library/stdtypes,,::,>>> m[::2].tolist()library/sys,,`,# ``wrapper`` creates a ``wrap(coro)`` coroutine:whatsnew/3.5,,:root,'WARNING:root:warning\n'whatsnew/3.5,,:warning,'WARNING:root:warning\n'whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')whatsnew/3.5,,:root,ERROR:root:exceptionwhatsnew/3.5,,:exception,ERROR:root:exceptionwhatsnew/changelog,,`,'`'whatsnew/changelog,,:end,str[start:end]library/binascii,,`,'`'library/uu,,`,'`'whatsnew/3.7,,`,'`'whatsnew/3.7,,::,error::BytesWarningwhatsnew/changelog,,::,error::BytesWarningwhatsnew/changelog,,::,default::BytesWarningwhatsnew/changelog,,::,default::DeprecationWarning
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。