1c-api/arg,,:ref,"PyArg_ParseTuple(args, ""O|O:ref"", &object, &callback)" 2c-api/list,,:high,list[low:high] 3c-api/sequence,,:i2,del o[i1:i2] 4c-api/sequence,,:i2,o[i1:i2] 5c-api/tuple,,:high,p[low:high] 6c-api/unicode,,:end,str[start:end] 7c-api/unicode,,:start,unicode[start:start+length] 8distutils/examples,267,`,This is the description of the ``foobar`` package. 9distutils/setupscript,,::, 10extending/embedding,,:numargs,"if(!PyArg_ParseTuple(args, "":numargs""))" 11extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);" 12extending/extending,,:set,"if (PyArg_ParseTuple(args, ""O:set_callback"", &temp)) {" 13extending/newtypes,,:call,"if (!PyArg_ParseTuple(args, ""sss:call"", &arg1, &arg2, &arg3)) {" 14faq/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(" 15faq/programming,,::,for x in sequence[::-1]: 16faq/programming,,:reduce,"print((lambda Ru,Ro,Iu,Io,IM,Sx,Sy:reduce(lambda x,y:x+y,map(lambda y," 17faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro," 18faq/windows,,:d48eceb,"Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:04:45) [MSC v.1900 32 bit (Intel)] on win32" 19howto/curses,,:black,"colors when it activates color mode. They are: 0:black, 1:red," 20howto/curses,,:red,"colors when it activates color mode. They are: 0:black, 1:red," 21howto/curses,,:green,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 22howto/curses,,:yellow,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 23howto/curses,,:blue,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 24howto/curses,,:magenta,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 25howto/curses,,:cyan,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 26howto/curses,,:white,"2:green, 3:yellow, 4:blue, 5:magenta, 6:cyan, and 7:white. The" 27howto/instrumentation,,::,python$target:::function-entry 28howto/instrumentation,,:function,python$target:::function-entry 29howto/instrumentation,,::,python$target:::function-return 30howto/instrumentation,,:function,python$target:::function-return 31howto/instrumentation,,:call,156641360502280 function-entry:call_stack.py:start:23 32howto/instrumentation,,:start,156641360502280 function-entry:call_stack.py:start:23 33howto/instrumentation,,:function,156641360518804 function-entry: call_stack.py:function_1:1 34howto/instrumentation,,:function,156641360532797 function-entry: call_stack.py:function_3:9 35howto/instrumentation,,:function,156641360546807 function-return: call_stack.py:function_3:10 36howto/instrumentation,,:function,156641360563367 function-return: call_stack.py:function_1:2 37howto/instrumentation,,:function,156641360578365 function-entry: call_stack.py:function_2:5 38howto/instrumentation,,:function,156641360591757 function-entry: call_stack.py:function_1:1 39howto/instrumentation,,:function,156641360605556 function-entry: call_stack.py:function_3:9 40howto/instrumentation,,:function,156641360617482 function-return: call_stack.py:function_3:10 41howto/instrumentation,,:function,156641360629814 function-return: call_stack.py:function_1:2 42howto/instrumentation,,:function,156641360642285 function-return: call_stack.py:function_2:6 43howto/instrumentation,,:function,156641360656770 function-entry: call_stack.py:function_3:9 44howto/instrumentation,,:function,156641360669707 function-return: call_stack.py:function_3:10 45howto/instrumentation,,:function,156641360687853 function-entry: call_stack.py:function_4:13 46howto/instrumentation,,:function,156641360700719 function-return: call_stack.py:function_4:14 47howto/instrumentation,,:function,156641360719640 function-entry: call_stack.py:function_5:18 48howto/instrumentation,,:function,156641360732567 function-return: call_stack.py:function_5:21 49howto/instrumentation,,:call,156641360747370 function-return:call_stack.py:start:28 50howto/instrumentation,,:start,156641360747370 function-return:call_stack.py:start:28 51howto/ipaddress,,:DB8,>>> ipaddress.ip_address('2001:DB8::1') 52howto/ipaddress,,::,>>> ipaddress.ip_address('2001:DB8::1') 53howto/ipaddress,,:db8,IPv6Address('2001:db8::1') 54howto/ipaddress,,::,IPv6Address('2001:db8::1') 55howto/ipaddress,,::,IPv6Address('::1') 56howto/ipaddress,,:db8,>>> ipaddress.ip_network('2001:db8::0/96') 57howto/ipaddress,,::,>>> ipaddress.ip_network('2001:db8::0/96') 58howto/ipaddress,,:db8,IPv6Network('2001:db8::/96') 59howto/ipaddress,,::,IPv6Network('2001:db8::/96') 60howto/ipaddress,,:db8,IPv6Network('2001:db8::/128') 61howto/ipaddress,,::,IPv6Network('2001:db8::/128') 62howto/ipaddress,,:db8,IPv6Interface('2001:db8::1/96') 63howto/ipaddress,,::,IPv6Interface('2001:db8::1/96') 64howto/ipaddress,,:db8,>>> addr6 = ipaddress.ip_address('2001:db8::1') 65howto/ipaddress,,::,>>> addr6 = ipaddress.ip_address('2001:db8::1') 66howto/ipaddress,,:db8,>>> host6 = ipaddress.ip_interface('2001:db8::1/96') 67howto/ipaddress,,::,>>> host6 = ipaddress.ip_interface('2001:db8::1/96') 68howto/ipaddress,,:db8,>>> net6 = ipaddress.ip_network('2001:db8::0/96') 69howto/ipaddress,,::,>>> net6 = ipaddress.ip_network('2001:db8::0/96') 70howto/ipaddress,,:ffff,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::') 71howto/ipaddress,,::,IPv6Address('ffff:ffff:ffff:ffff:ffff:ffff::') 72howto/ipaddress,,::,IPv6Address('::ffff:ffff') 73howto/ipaddress,,:ffff,IPv6Address('::ffff:ffff') 74howto/ipaddress,,:db8,'2001:db8::/96' 75howto/ipaddress,,::,'2001:db8::/96' 76howto/ipaddress,,:db8,>>> ipaddress.ip_interface('2001:db8::1/96') 77howto/ipaddress,,::,>>> ipaddress.ip_interface('2001:db8::1/96') 78howto/ipaddress,,:db8,'2001:db8::1' 79howto/ipaddress,,::,'2001:db8::1' 80howto/ipaddress,,:db8,IPv6Address('2001:db8::ffff:ffff') 81howto/ipaddress,,::,IPv6Address('2001:db8::ffff:ffff') 82howto/ipaddress,,:ffff,IPv6Address('2001:db8::ffff:ffff') 83howto/logging,,:And,"WARNING:And this, too" 84howto/logging,,:And,"WARNING:root:And this, too" 85howto/logging,,:Doing,INFO:root:Doing something 86howto/logging,,:Finished,INFO:root:Finished 87howto/logging,,:logger,severity:logger name:message 88howto/logging,,:Look,WARNING:root:Look before you leap! 89howto/logging,,:message,severity:logger name:message 90howto/logging,,:root,DEBUG:root:This message should go to the log file 91howto/logging,,:root,INFO:root:Doing something 92howto/logging,,:root,INFO:root:Finished 93howto/logging,,:root,INFO:root:So should this 94howto/logging,,:root,INFO:root:Started 95howto/logging,,:root,"WARNING:root:And this, too" 96howto/logging,,:root,WARNING:root:Look before you leap! 97howto/logging,,:root,WARNING:root:Watch out! 98howto/logging,,:So,INFO:root:So should this 99howto/logging,,:So,INFO:So should this 100howto/logging,,:Started,INFO:root:Started 101howto/logging,,:This,DEBUG:root:This message should go to the log file 102howto/logging,,:This,DEBUG:This message should appear on the console 103howto/logging,,:Watch,WARNING:root:Watch out! 104howto/pyporting,,::,Programming Language :: Python :: 2 105howto/pyporting,,::,Programming Language :: Python :: 3 106howto/regex,,::, 107howto/regex,,:foo,(?:foo) 108howto/urllib2,,:password,"""joe:password@example.com""" 109library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)]," 110library/bisect,32,:hi,all(val >= x for val in a[i:hi]) 111library/bisect,42,:hi,all(val > x for val in a[i:hi]) 112library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds 113library/configparser,,:option,${section:option} 114library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python} 115library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python} 116library/configparser,,:system,path: ${Common:system_dir}/Library/Frameworks/ 117library/datetime,,:MM, 118library/datetime,,:SS, 119library/decimal,,:optional,"trailneg:optional trailing minus indicator" 120library/difflib,,:ahi,a[alo:ahi] 121library/difflib,,:bhi,b[blo:bhi] 122library/difflib,,:i1, 123library/difflib,,:i2, 124library/difflib,,:j2, 125library/doctest,,`,``factorial`` from the ``example`` module: 126library/doctest,,`,The ``example`` module 127library/doctest,,`,Using ``factorial`` 128library/exceptions,,:err,err.object[err.start:err.end] 129library/functions,,:step,a[start:stop:step] 130library/functions,,:stop,"a[start:stop, i]" 131library/functions,,:stop,a[start:stop:step] 132library/hashlib,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH," 133library/http.client,,:port,host:port 134library/http.cookies,,`,!#$%&'*+-.^_`|~: 135library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS" 136library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS" 137library/inspect,,:int,">>> def foo(a, *, b:int, **kwargs):" 138library/inspect,,:int,"'(a, *, b:int, **kwargs)'" 139library/inspect,,:int,'b:int' 140library/ipaddress,,:db8,>>> ipaddress.ip_address('2001:db8::') 141library/ipaddress,,::,>>> ipaddress.ip_address('2001:db8::') 142library/ipaddress,,:db8,IPv6Address('2001:db8::') 143library/ipaddress,,::,IPv6Address('2001:db8::') 144library/ipaddress,,:db8,>>> ipaddress.IPv6Address('2001:db8::1000') 145library/ipaddress,,::,>>> ipaddress.IPv6Address('2001:db8::1000') 146library/ipaddress,,:db8,IPv6Address('2001:db8::1000') 147library/ipaddress,,::,IPv6Address('2001:db8::1000') 148library/ipaddress,,:db8,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer" 149library/ipaddress,,::,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer" 150library/ipaddress,,::,"""::abc:7:def""" 151library/ipaddress,,:def,"""::abc:7:def""" 152library/ipaddress,,::,::FFFF/96 153library/ipaddress,,::,2002::/16 154library/ipaddress,,::,2001::/32 155library/ipaddress,,::,>>> str(ipaddress.IPv6Address('::1')) 156library/ipaddress,,::,'::1' 157library/ipaddress,,:ff00,ffff:ff00:: 158library/ipaddress,,:db00,2001:db00::0/24 159library/ipaddress,,::,2001:db00::0/24 160library/ipaddress,,:db00,2001:db00::0/ffff:ff00:: 161library/ipaddress,,::,2001:db00::0/ffff:ff00:: 162library/itertools,,:step,elements from seq[start:stop:step] 163library/itertools,,:stop,elements from seq[start:stop:step] 164library/logging.handlers,,:port,host:port 165library/mmap,,:i2,obj[i1:i2] 166library/multiprocessing,,`,# Add more tasks using `put()` 167library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)" 168library/multiprocessing,,`,# register the Foo class; make `f()` and `g()` accessible via proxy 169library/multiprocessing,,`,# register the Foo class; make `g()` and `_h()` accessible via proxy 170library/multiprocessing,,`,# register the generator function baz; use `GeneratorProxy` to make proxies 171library/nntplib,,:bytes,:bytes 172library/nntplib,,:lines,:lines 173library/optparse,,:len,"del parser.rargs[:len(value)]" 174library/os.path,,:foo,c:foo 175library/pathlib,,:bar,">>> PureWindowsPath('c:/Windows', 'd:bar')" 176library/pathlib,,:bar,PureWindowsPath('d:bar') 177library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').root 178library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').anchor 179library/pdb,,:lineno,filename:lineno 180library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")" 181library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS""" 182library/pprint,,::,"'Programming Language :: Python :: 2.6'," 183library/pprint,,::,"'Programming Language :: Python :: 2.7'," 184library/pprint,,::,"'classifiers': ['Development Status :: 3 - Alpha'," 185library/pprint,,::,"'Intended Audience :: Developers'," 186library/pprint,,::,"'License :: OSI Approved :: MIT License'," 187library/pprint,,::,"'Programming Language :: Python :: 2'," 188library/pprint,,::,"'Programming Language :: Python :: 3'," 189library/pprint,,::,"'Programming Language :: Python :: 3.2'," 190library/pprint,,::,"'Programming Language :: Python :: 3.3'," 191library/pprint,,::,"'Programming Language :: Python :: 3.4'," 192library/pprint,,::,"'Topic :: Software Development :: Build Tools']," 193library/profile,,:lineno,filename:lineno(function) 194library/pyexpat,,:elem1,<py:elem1 /> 195library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">" 196library/random,,:len,new_diff = mean(combined[:len(drug)]) - mean(combined[len(drug):]) 197library/readline,,:bind,"python:bind -v" 198library/readline,,:bind,"python:bind ^I rl_complete" 199library/smtplib,,:port,method must support that as well as a regular host:port 200library/socket,,::,'5aef:2b::8' 201library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])" 202library/socket,,:len,fds.frombytes(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)]) 203library/sqlite3,,:age,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})" 204library/sqlite3,,:memory, 205library/sqlite3,,:who,"cur.execute(""select * from people where name_last=:who and age=:age"", {""who"": who, ""age"": age})" 206library/sqlite3,,:path,"db = sqlite3.connect('file:path/to/database?mode=ro', uri=True)" 207library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group" 208library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc." 209library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com" 210library/ssl,,:MyState,State or Province Name (full name) [Some-State]:MyState 211library/ssl,,:ops,Email Address []:ops@myserver.mygroup.myorganization.com 212library/ssl,,:Some,"Locality Name (eg, city) []:Some City" 213library/ssl,,:US,Country Name (2 letter code) [AU]:US 214library/stdtypes,,:end,s[start:end] 215library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2]) 216library/stdtypes,,:len,s[len(s):len(s)] 217library/stdtypes,,::,>>> y = m[::2] 218library/stdtypes,,::,>>> z = y[::-2] 219library/string,,`,"!""#$%&'()*+,-./:;<=>?@[\]^_`{|}~" 220library/tarfile,,:bz2, 221library/tarfile,,:compression,filemode[:compression] 222library/tarfile,,:gz, 223library/tarfile,,:xz,'a:xz' 224library/tarfile,,:xz,'r:xz' 225library/tarfile,,:xz,'w:xz' 226library/time,,:mm, 227library/time,,:ss, 228library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):" 229library/turtle,,::,Example:: 230library/unittest,,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message'," 231library/unittest,,:first,"self.assertEqual(cm.output, ['INFO:foo:first message'," 232library/unittest,,:foo,'ERROR:foo.bar:second message']) 233library/unittest,,:second,'ERROR:foo.bar:second message']) 234library/urllib.request,,:close,Connection:close 235library/urllib.request,,:port,:port 236library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\n\n<head>\n" 237library/urllib.request,,:password,"""joe:password@python.org""" 238library/urllib.parse,,:scheme,<URL:scheme://host/path> 239library/urllib.parse,,:scheme,URL:scheme://host/path 240library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678 241library/venv,,:param,":param nodist: If true, setuptools and pip are not installed into the" 242library/venv,,:param,":param progress: If setuptools or pip are installed, the progress of the" 243library/venv,,:param,":param nopip: If true, pip is not installed into the created" 244library/venv,,:param,:param context: The information for the virtual environment 245library/xmlrpc.client,,:nil,ex:nil 246library/xmlrpc.client,,:pass,http://user:pass@host:port/path 247library/xmlrpc.client,,:pass,user:pass 248library/xmlrpc.client,,:port,http://user:pass@host:port/path 249license,,`,"``Software''), to deal in the Software without restriction, including" 250license,,`,"THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND," 251license,,`,* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 252license,,`,THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 253license,,`,* THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 254license,,`,THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 255license,,:zooko,mailto:zooko@zooko.com 256reference/expressions,,:index,x[index:index] 257reference/lexical_analysis,,`,$ ? ` 258reference/lexical_analysis,,:fileencoding,# vim:fileencoding=<encoding-name> 259tutorial/datastructures,,:value,It is also possible to delete a key:value 260tutorial/datastructures,,:value,key:value pairs within the braces adds initial key:value pairs 261tutorial/stdlib2,,:config,"logging.warning('Warning:config file %s not found', 'server.conf')" 262tutorial/stdlib2,,:config,WARNING:root:Warning:config file server.conf not found 263tutorial/stdlib2,,:Critical,CRITICAL:root:Critical error -- shutting down 264tutorial/stdlib2,,:Error,ERROR:root:Error occurred 265tutorial/stdlib2,,:root,CRITICAL:root:Critical error -- shutting down 266tutorial/stdlib2,,:root,ERROR:root:Error occurred 267tutorial/stdlib2,,:root,WARNING:root:Warning:config file server.conf not found 268tutorial/stdlib2,,:start,extra = data[start:start+extra_size] 269tutorial/stdlib2,,:start,"fields = struct.unpack('<IIIHH', data[start:start+16])" 270tutorial/stdlib2,,:start,filename = data[start:start+filenamesize] 271tutorial/stdlib2,,:Warning,WARNING:root:Warning:config file server.conf not found 272using/cmdline,,:errorhandler,:errorhandler 273using/cmdline,,:line,file:line: category: message 274using/unix,,:Packaging,https://en.opensuse.org/Portal:Packaging 275whatsnew/2.0,,:len, 276whatsnew/2.3,,::, 277whatsnew/2.3,,:config, 278whatsnew/2.3,,:Critical, 279whatsnew/2.3,,:Error, 280whatsnew/2.3,,:Problem, 281whatsnew/2.3,,:root, 282whatsnew/2.3,,:Warning, 283whatsnew/2.4,,::, 284whatsnew/2.4,,:System, 285whatsnew/2.5,,:memory,:memory: 286whatsnew/2.5,,:step,[start:stop:step] 287whatsnew/2.5,,:stop,[start:stop:step] 288whatsnew/2.7,,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]'," 289whatsnew/2.7,,::,>>> urlparse.urlparse('http://[1080::8:800:200C:417A]/foo') 290whatsnew/2.7,,:Sunday,'2009:4:Sunday' 291whatsnew/2.7,,:Cookie,"export PYTHONWARNINGS=all,error:::Cookie:0" 292whatsnew/2.7,,::,"export PYTHONWARNINGS=all,error:::Cookie:0" 293whatsnew/3.2,,:affe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]'," 294whatsnew/3.2,,:affe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/') 295whatsnew/3.2,,:beef,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]'," 296whatsnew/3.2,,:beef,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/') 297whatsnew/3.2,,:cafe,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]'," 298whatsnew/3.2,,:cafe,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/') 299whatsnew/3.2,,:deaf,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]'," 300whatsnew/3.2,,:deaf,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/') 301whatsnew/3.2,,:directory,${buildout:directory}/downloads/dist 302whatsnew/3.2,,::,"$ export PYTHONWARNINGS='ignore::RuntimeWarning::,once::UnicodeWarning::'" 303whatsnew/3.2,,:feed,"netloc='[dead:beef:cafe:5417:affe:8FA3:deaf:feed]'," 304whatsnew/3.2,,:feed,>>> urllib.parse.urlparse('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]/foo/') 305whatsnew/3.2,,:gz,">>> with tarfile.open(name='myarchive.tar.gz', mode='w:gz') as tf:" 306whatsnew/3.2,,:location,zope9-location = ${zope9:location} 307whatsnew/3.2,,:prefix,zope-conf = ${custom:prefix}/etc/zope.conf 308library/re,,`,!#$%&'*+-.^_`|~: 309library/re,,`,!\#\$%\&'\*\+\-\.\^_`\|\~: 310library/tarfile,,:xz,'x:xz' 311library/warnings,,:message,action:message:category:module:line 312library/warnings,,:category,action:message:category:module:line 313library/warnings,,:module,action:message:category:module:line 314library/warnings,,:line,action:message:category:module:line 315library/warnings,,::,error::ResourceWarning 316library/warnings,,::,default::DeprecationWarning 317library/warnings,,::,default:::mymodule 318library/warnings,,:mymodule,default:::mymodule 319library/warnings,,::,error:::mymodule 320library/warnings,,:mymodule,error:::mymodule 321library/warnings,,::,ignore::DeprecationWarning 322library/warnings,,::,ignore::PendingDeprecationWarning 323library/warnings,,::,ignore::ImportWarning 324library/warnings,,::,ignore::ResourceWarning 325library/xml.etree.elementtree,,:sometag,prefix:sometag 326library/xml.etree.elementtree,,:fictional,"<actors xmlns:fictional=""http://characters.example.com""" 327library/xml.etree.elementtree,,:character,<fictional:character>Lancelot</fictional:character> 328library/xml.etree.elementtree,,:character,<fictional:character>Archie Leach</fictional:character> 329library/xml.etree.elementtree,,:character,<fictional:character>Sir Robin</fictional:character> 330library/xml.etree.elementtree,,:character,<fictional:character>Gunther</fictional:character> 331library/xml.etree.elementtree,,:character,<fictional:character>Commander Clement</fictional:character> 332library/xml.etree.elementtree,,:actor,"for actor in root.findall('real_person:actor', ns):" 333library/xml.etree.elementtree,,:name,"name = actor.find('real_person:name', ns)" 334library/xml.etree.elementtree,,:character,"for char in actor.findall('role:character', ns):" 335library/xml.etree.elementtree,,:xi,<document xmlns:xi="http://www.w3.org/2001/XInclude"> 336library/xml.etree.elementtree,,:include, <xi:include href="source.xml" parse="xml" /> 337library/xml.etree.elementtree,,:include, Copyright (c) <xi:include href="year.txt" parse="text" />. 338library/zipapp,,:main,"$ python -m zipapp myapp -m ""myapp:main""" 339library/zipapp,,:fn,"pkg.mod:fn" 340library/zipapp,,:callable,"pkg.module:callable" 341library/stdtypes,,::,>>> m[::2].tolist() 342whatsnew/3.5,,:root,'WARNING:root:warning\n' 343whatsnew/3.5,,:warning,'WARNING:root:warning\n' 344whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1') 345whatsnew/3.5,,:root,ERROR:root:exception 346whatsnew/3.5,,:exception,ERROR:root:exception 347whatsnew/changelog,,`,'`' 348whatsnew/changelog,,:end,str[start:end] 349library/binascii,,`,'`' 350library/uu,,`,'`' 351whatsnew/3.7,,`,'`' 352whatsnew/3.7,,::,error::BytesWarning 353whatsnew/changelog,,::,error::BytesWarning 354whatsnew/changelog,,::,default::BytesWarning 355whatsnew/changelog,,::,default::DeprecationWarning 356library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')" 357library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``. 358library/re,,`,"`" 359