• Home
  • Raw
  • Download

Lines Matching refs:library

50 library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
51 library/bisect,,:hi,all(val >= x for val in a[i:hi])
52 library/bisect,,:hi,all(val > x for val in a[i:hi])
53 library/cookie,,`,!#$%&'*+-.^_`|~
54 library/datetime,,:MM,
55 library/datetime,,:SS,
56 library/decimal,,:optional,"trailneg:optional trailing minus indicator"
57 library/difflib,,:ahi,a[alo:ahi]
58 library/difflib,,:bhi,b[blo:bhi]
59 library/difflib,,:i2,
60 library/difflib,,:j2,
61 library/difflib,,:i1,
62 library/dis,,:TOS,
63 library/dis,,`,TOS = `TOS`
64 library/doctest,,`,``factorial`` from the ``example`` module:
65 library/doctest,,`,The ``example`` module
66 library/doctest,,`,Using ``factorial``
67 library/exceptions,,:err,err.object[err.start:err.end]
68 library/functions,,:step,a[start:stop:step]
69 library/functions,,:stop,"a[start:stop, i]"
70 library/functions,,:stop,a[start:stop:step]
71 library/hotshot,,:lineno,"ncalls tottime percall cumtime percall filename:lineno(function)"
72 library/httplib,,:port,host:port
73 library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
74 library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"
75 library/itertools,,:stop,elements from seq[start:stop:step]
76 library/itertools,,:step,elements from seq[start:stop:step]
77 library/linecache,,:sys,"sys:x:3:3:sys:/dev:/bin/sh"
78 library/logging.handlers,,:port,host:port
79 library/mmap,,:i2,obj[i1:i2]
80 library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)"
81 library/multiprocessing,,`,">>> l._callmethod('__getitem__', (20,)) # equiv to `l[20]`"
82 library/multiprocessing,,`,">>> l._callmethod('__getslice__', (2, 7)) # equiv to `l[2:7]`"
83 library/multiprocessing,,`,# `BaseManager`.
84 library/multiprocessing,,`,# `Pool.imap()` (which will save on the amount of code needed anyway).
85 library/multiprocessing,,`,# A test file for the `multiprocessing` package
86 library/multiprocessing,,`,# A test of `multiprocessing.Pool` class
87 library/multiprocessing,,`,# Add more tasks using `put()`
88 library/multiprocessing,,`,# in the original order then consider using `Pool.map()` or
89 library/multiprocessing,,`,# Not sure if we should synchronize access to `socket.accept()` method by
90 library/multiprocessing,,`,# object. (We import `multiprocessing.reduction` to enable this picklin…
91 library/multiprocessing,,`,# register the Foo class; make `f()` and `g()` accessible via proxy
92 library/multiprocessing,,`,# register the Foo class; make `g()` and `_h()` accessible via proxy
93 library/multiprocessing,,`,# register the generator function baz; use `GeneratorProxy` to make prox…
94 library/optparse,,:len,"del parser.rargs[:len(value)]"
95 library/os.path,,:foo,c:foo
96 library/pdb,,:lineno,filename:lineno
97 library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS"""
98 library/profile,,:lineno,ncalls tottime percall cumtime percall filename:lineno(function)
99 library/profile,,:lineno,filename:lineno(function)
100 library/pyexpat,,:elem1,<py:elem1 />
101 library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">"
102 library/re,,`,!#$%&'*+-.^_`|~:
103 library/re,,`,[abcdefghijklmnopqrstuvwxyz0123456789\!\#\$\%\&\'\*\+\-\.\^\_\`\|\~\:]+
104 library/smtplib,,:port,method must support that as well as a regular host:port
105 library/socket,,::,'5aef:2b::8'
106 library/sqlite3,,:memory,
107 library/sqlite3,,:who,"cur.execute(""select * from people where name_last=:who and age=:age"", {""w…
108 library/sqlite3,,:age,"cur.execute(""select * from people where name_last=:who and age=:age"", {""w…
109 library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."
110 library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
111 library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"
112 library/ssl,,:MyState,State or Province Name (full name) [Some-State]:MyState
113 library/ssl,,:ops,Email Address []:ops@myserver.mygroup.myorganization.com
114 library/ssl,,:Some,"Locality Name (eg, city) []:Some City"
115 library/ssl,,:US,Country Name (2 letter code) [AU]:US
116 library/stdtypes,,:len,s[len(s):len(s)]
117 library/stdtypes,,:end,s[start:end]
118 library/string,,:end,s[start:end]
119 library/subprocess,,`,"output=`mycmd myarg`"
120 library/subprocess,,`,"output=`dmesg | grep hda`"
121 library/tarfile,,:compression,filemode[:compression]
122 library/tarfile,,:gz,
123 library/tarfile,,:bz2,
124 library/time,,:mm,
125 library/time,,:ss,
126 library/turtle,,::,Example::
127 library/urllib,,:port,:port
128 library/urllib2,,:password,"""joe:password@python.org"""
129 library/urllib2,,:close,Connection:close
130 library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678
131 library/xml.etree.elementtree,,:sometag,prefix:sometag
132 library/xml.etree.elementtree,,:fictional,"<actors xmlns:fictional=""http://characters.example.com"…
133 library/xml.etree.elementtree,,:character,<fictional:character>Lancelot</fictional:character>
134 library/xml.etree.elementtree,,:character,<fictional:character>Archie Leach</fictional:character>
135 library/xml.etree.elementtree,,:character,<fictional:character>Sir Robin</fictional:character>
136 library/xml.etree.elementtree,,:character,<fictional:character>Gunther</fictional:character>
137 library/xml.etree.elementtree,,:character,<fictional:character>Commander Clement</fictional:charact…
138 library/xml.etree.elementtree,,:actor,"for actor in root.findall('real_person:actor', ns):"
139 library/xml.etree.elementtree,,:name,"name = actor.find('real_person:name', ns)"
140 library/xml.etree.elementtree,,:character,"for char in actor.findall('role:character', ns):"
141 library/xmlrpclib,,:pass,http://user:pass@host:port/path
142 library/xmlrpclib,,:pass,user:pass
143 library/xmlrpclib,,:port,http://user:pass@host:port/path