• Home
  • Raw
  • Download

Lines Matching full:library

113 library/__main__,,`,
114 library/ast,,:upper,lower:upper
115 library/ast,,:step,lower:upper:step
116 library/audioop,,:ipos,"# factor = audioop.findfactor(in_test[ipos*2:ipos*2+len(out_test)],"
117 library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds
118 library/configparser,,:option,${section:option}
119 library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
120 library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
121 library/configparser,,:system,path: ${Common:system_dir}/Library/Frameworks/
122 library/datetime,,:MM,
123 library/datetime,,:SS,
124 library/decimal,,:optional,"trailneg:optional trailing minus indicator"
125 library/difflib,,:ahi,a[alo:ahi]
126 library/difflib,,:bhi,b[blo:bhi]
127 library/difflib,,:i1,
128 library/difflib,,:i2,
129 library/difflib,,:j2,
130 library/doctest,,`,``factorial`` from the ``example`` module:
131 library/doctest,,`,The ``example`` module
132 library/doctest,,`,Using ``factorial``
133 library/exceptions,,:err,err.object[err.start:err.end]
134 library/functions,,:step,a[start:stop:step]
135 library/functions,,:stop,"a[start:stop, i]"
136 library/functions,,:stop,a[start:stop:step]
137 library/hashlib,,:LEAF,"h00 = blake2b(buf[0:LEAF_SIZE], fanout=FANOUT, depth=DEPTH,"
138 library/http.client,,:port,host:port
139 library/http.cookies,,`,!#$%&'*+-.^_`|~:
140 library/imaplib,,:MM,"""DD-Mmm-YYYY HH:MM:SS"
141 library/imaplib,,:SS,"""DD-Mmm-YYYY HH:MM:SS"
142 library/inspect,,:int,">>> def foo(a, *, b:int, **kwargs):"
143 library/inspect,,:int,"'(a, *, b:int, **kwargs)'"
144 library/inspect,,:int,'b:int'
145 library/ipaddress,,:db8,>>> ipaddress.ip_address('2001:db8::')
146 library/ipaddress,,::,>>> ipaddress.ip_address('2001:db8::')
147 library/ipaddress,,:db8,IPv6Address('2001:db8::')
148 library/ipaddress,,::,IPv6Address('2001:db8::')
149 library/ipaddress,,:db8,>>> ipaddress.IPv6Address('2001:db8::1000')
150 library/ipaddress,,::,>>> ipaddress.IPv6Address('2001:db8::1000')
151 library/ipaddress,,:db8,'2001:db8::1000'
152 library/ipaddress,,::,'2001:db8::1000'
153 library/ipaddress,,:db8,">>> f'{ipaddress.IPv6Address(""2001:db8::1000""):s}'"
154 library/ipaddress,,::,">>> f'{ipaddress.IPv6Address(""2001:db8::1000""):s}'"
155 library/ipaddress,,::,IPv6Address('ff02::5678%1')
156 library/ipaddress,,::,fe80::1234
157 library/ipaddress,,:db8,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
158 library/ipaddress,,::,">>> ipaddress.ip_address(""2001:db8::1"").reverse_pointer"
159 library/ipaddress,,::,"""::abc:7:def"""
160 library/ipaddress,,:def,"""::abc:7:def"""
161 library/ipaddress,,::,::FFFF/96
162 library/ipaddress,,::,2002::/16
163 library/ipaddress,,::,2001::/32
164 library/ipaddress,,::,>>> str(ipaddress.IPv6Address('::1'))
165 library/ipaddress,,::,'::1'
166 library/ipaddress,,:ff00,ffff:ff00::
167 library/ipaddress,,:db00,2001:db00::0/24
168 library/ipaddress,,::,2001:db00::0/24
169 library/ipaddress,,:db00,2001:db00::0/ffff:ff00::
170 library/ipaddress,,::,2001:db00::0/ffff:ff00::
171 library/itertools,,:step,elements from seq[start:stop:step]
172 library/itertools,,::,kernel = tuple(kernel)[::-1]
173 library/itertools,,:stop,elements from seq[start:stop:step]
174 library/logging.handlers,,:port,host:port
175 library/logging,,:root,WARNING:root:Watch out!
176 library/logging,,:Watch,WARNING:root:Watch out!
177 library/mmap,,:i2,obj[i1:i2]
178 library/multiprocessing,,`,# Add more tasks using `put()`
179 library/multiprocessing,,:queue,">>> QueueManager.register('get_queue', callable=lambda:queue)"
180 library/multiprocessing,,`,# register the Foo class; make `f()` and `g()` accessible via proxy
181 library/multiprocessing,,`,# register the Foo class; make `g()` and `_h()` accessible via proxy
182 library/multiprocessing,,`,# register the generator function baz; use `GeneratorProxy` to make prox…
183 library/nntplib,,:bytes,:bytes
184 library/nntplib,,:lines,:lines
185 library/optparse,,:len,"del parser.rargs[:len(value)]"
186 library/os.path,,:foo,c:foo
187 library/pathlib,,:bar,">>> PureWindowsPath('c:/Windows', 'd:bar')"
188 library/pathlib,,:bar,PureWindowsPath('d:bar')
189 library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').root
190 library/pathlib,,:Program,>>> PureWindowsPath('c:Program Files/').anchor
191 library/pdb,,:lineno,filename:lineno
192 library/pickle,,:memory,"conn = sqlite3.connect("":memory:"")"
193 library/posix,,`,"CFLAGS=""`getconf LFS_CFLAGS`"" OPT=""-g -O2 $CFLAGS"""
194 library/pprint,,::,"'Programming Language :: Python :: 2.6',"
195 library/pprint,,::,"'Programming Language :: Python :: 2.7',"
196 library/pprint,,::,"'classifiers': ['Development Status :: 3 - Alpha',"
197 library/pprint,,::,"'Intended Audience :: Developers',"
198 library/pprint,,::,"'License :: OSI Approved :: MIT License',"
199 library/pprint,,::,"'Programming Language :: Python :: 2',"
200 library/pprint,,::,"'Programming Language :: Python :: 3',"
201 library/pprint,,::,"'Programming Language :: Python :: 3.2',"
202 library/pprint,,::,"'Programming Language :: Python :: 3.3',"
203 library/pprint,,::,"'Programming Language :: Python :: 3.4',"
204 library/pprint,,::,"'Topic :: Software Development :: Build Tools'],"
205 library/profile,,:lineno,filename:lineno(function)
206 library/pyexpat,,:elem1,<py:elem1 />
207 library/pyexpat,,:py,"xmlns:py = ""http://www.python.org/ns/"">"
208 library/random,,:len,new_diff = mean(combined[:len(drug)]) - mean(combined[len(drug):])
209 library/readline,,:bind,"python:bind -v"
210 library/readline,,:bind,"python:bind ^I rl_complete"
211 library/smtplib,,:port,method must support that as well as a regular host:port
212 library/socket,,::,'5aef:2b::8'
213 library/socket,,:can,"return (can_id, can_dlc, data[:can_dlc])"
214 library/socket,,:len,fds.frombytes(cmsg_data[:len(cmsg_data) - (len(cmsg_data) % fds.itemsize)])
215 library/sqlite3,,:year,"cur.execute(""select * from lang where first_appeared=:year"", {""year"": 1…
216 library/sqlite3,,:memory,
217 library/sqlite3,,:template,"con = sqlite3.connect(""file:template.db?mode=ro"", uri=True)"
218 library/sqlite3,,:nosuchdb,"con = sqlite3.connect(""file:nosuchdb.db?mode=rw"", uri=True)"
219 library/sqlite3,,:mem1,"con1 = sqlite3.connect(""file:mem1?mode=memory&cache=shared"", uri=True)"
220 library/sqlite3,,:mem1,"con2 = sqlite3.connect(""file:mem1?mode=memory&cache=shared"", uri=True)"
221 library/ssl,,:My,"Organizational Unit Name (eg, section) []:My Group"
222 library/ssl,,:My,"Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Organization, Inc."
223 library/ssl,,:myserver,"Common Name (eg, YOUR name) []:myserver.mygroup.myorganization.com"
224 library/ssl,,:MyState,State or Province Name (full name) [Some-State]:MyState
225 library/ssl,,:ops,Email Address []:ops@myserver.mygroup.myorganization.com
226 library/ssl,,:Some,"Locality Name (eg, city) []:Some City"
227 library/ssl,,:US,Country Name (2 letter code) [AU]:US
228 library/stdtypes,,:end,s[start:end]
229 library/stdtypes,,::,>>> hash(v[::-2]) == hash(b'abcefg'[::-2])
230 library/stdtypes,,:len,s[len(s):len(s)]
231 library/stdtypes,,::,>>> y = m[::2]
232 library/stdtypes,,::,>>> z = y[::-2]
233 library/string,,`,"!""#$%&'()*+,-./:;<=>?@[\]^_`{|}~"
234 library/tarfile,,:bz2,
235 library/tarfile,,:compression,filemode[:compression]
236 library/tarfile,,:gz,
237 library/tarfile,,:xz,'a:xz'
238 library/tarfile,,:xz,'r:xz'
239 library/tarfile,,:xz,'w:xz'
240 library/time,,:mm,
241 library/time,,:ss,
242 library/tracemalloc,,:limit,"for index, stat in enumerate(top_stats[:limit], 1):"
243 library/turtle,,::,Example::
244 library/unittest,,:foo,"self.assertEqual(cm.output, ['INFO:foo:first message',"
245 library/unittest,,:first,"self.assertEqual(cm.output, ['INFO:foo:first message',"
246 library/unittest,,:foo,'ERROR:foo.bar:second message'])
247 library/unittest,,:second,'ERROR:foo.bar:second message'])
248 library/urllib.request,,:close,Connection:close
249 library/urllib.request,,:port,:port
250 library/urllib.request,,:lang,"xmlns=""http://www.w3.org/1999/xhtml"" xml:lang=""en"" lang=""en"">\…
251 library/urllib.request,,:password,"""joe:password@python.org"""
252 library/urllib.parse,,:scheme,<URL:scheme://host/path>
253 library/urllib.parse,,:scheme,URL:scheme://host/path
254 library/uuid,,:uuid,urn:uuid:12345678-1234-5678-1234-567812345678
255 library/venv,,:param,":param nodist: If true, setuptools and pip are not installed into the"
256 library/venv,,:param,":param progress: If setuptools or pip are installed, the progress of the"
257 library/venv,,:param,":param nopip: If true, pip is not installed into the created"
258 library/venv,,:param,:param context: The information for the virtual environment
259 library/xmlrpc.client,,:nil,ex:nil
260 library/xmlrpc.client,,:pass,http://user:pass@host:port/path
261 library/xmlrpc.client,,:pass,user:pass
262 library/xmlrpc.client,,:port,http://user:pass@host:port/path
326 library/re,,`,!#$%&'*+-.^_`|~:
327 library/re,,`,!\#\$%\&'\*\+\-\.\^_`\|\~:
328 library/tarfile,,:xz,'x:xz'
329 library/warnings,,:message,action:message:category:module:line
330 library/warnings,,:category,action:message:category:module:line
331 library/warnings,,:module,action:message:category:module:line
332 library/warnings,,:line,action:message:category:module:line
333 library/warnings,,::,error::ResourceWarning
334 library/warnings,,::,default::DeprecationWarning
335 library/warnings,,::,default:::mymodule
336 library/warnings,,:mymodule,default:::mymodule
337 library/warnings,,::,error:::mymodule
338 library/warnings,,:mymodule,error:::mymodule
339 library/warnings,,::,ignore::DeprecationWarning
340 library/warnings,,::,ignore::PendingDeprecationWarning
341 library/warnings,,::,ignore::ImportWarning
342 library/warnings,,::,ignore::ResourceWarning
343 library/xml.etree.elementtree,,:sometag,prefix:sometag
344 library/xml.etree.elementtree,,:fictional,"<actors xmlns:fictional=""http://characters.example.com"…
345 library/xml.etree.elementtree,,:character,<fictional:character>Lancelot</fictional:character>
346 library/xml.etree.elementtree,,:character,<fictional:character>Archie Leach</fictional:character>
347 library/xml.etree.elementtree,,:character,<fictional:character>Sir Robin</fictional:character>
348 library/xml.etree.elementtree,,:character,<fictional:character>Gunther</fictional:character>
349 library/xml.etree.elementtree,,:character,<fictional:character>Commander Clement</fictional:charact…
350 library/xml.etree.elementtree,,:actor,"for actor in root.findall('real_person:actor', ns):"
351 library/xml.etree.elementtree,,:name,"name = actor.find('real_person:name', ns)"
352 library/xml.etree.elementtree,,:character,"for char in actor.findall('role:character', ns):"
353 library/xml.etree.elementtree,,:xi,<document xmlns:xi="http://www.w3.org/2001/XInclude">
354 library/xml.etree.elementtree,,:include, <xi:include href="source.xml" parse="xml" />
355 library/xml.etree.elementtree,,:include, Copyright (c) <xi:include href="year.txt" parse="text" />.
356 library/zipapp,,:main,"$ python -m zipapp myapp -m ""myapp:main"""
357 library/zipapp,,:fn,"pkg.mod:fn"
358 library/zipapp,,:callable,"pkg.module:callable"
359 library/stdtypes,,::,>>> m[::2].tolist()
367 library/binascii,,`,'`'
368 library/uu,,`,'`'
374 library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_…
375 library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``.
376 library/re,,`,"`"
377 library/typing,,`,# Type of ``val`` is narrowed to ``str``
378 library/typing,,`,"# Else, type of ``val`` is narrowed to ``float``."
379 library/typing,,`,# Type of ``val`` is narrowed to ``list[str]``.
380 library/typing,,`,# Type of ``val`` remains as ``list[object]``.
381 library/tkinter,,::,ttk::frame .frm -padding 10
382 library/tkinter,,::,"grid [ttk::label .frm.lbl -text ""Hello World!""] -column 0 -row 0"
383 library/tkinter,,::,"grid [ttk::button .frm.btn -text ""Quit"" -command ""destroy .""] -column 1 -r…
384 library/tkinter,,::,ttk::frame
385 library/tkinter,,::,ttk::button
386 library/tkinter,,::,ttk::widget
395 library/typing,,`,"assert_type(name, str) # OK, inferred type of `name` is `str`"
396 library/typing,,`,# after which we hope the inferred type will be `int`
398 library/typing,,`,# are located in the `typing_extensions` backports package.