MCPcopy Create free account

hub / github.com/eshirazi/python-with-braces / functions

Functions36,908 in github.com/eshirazi/python-with-braces

↓ 28 callersMethodadd_header
Extended header setting. name is the header field to add. keyword arguments can be used to set additional parameters for the header
Lib/email/message.py:388
↓ 28 callersMethodclear
Remove all elements from this set.
Lib/sets.py:493
↓ 28 callersFunctioncrc32
========================================================================= */
Modules/zlib/crc32.c:219
↓ 28 callersMethodget_finalized_command
Wrapper around Distribution's 'get_command_obj()' method: find (create if necessary and 'create' is true) the command object for 'comm
Lib/distutils/cmd.py:305
↓ 28 callersFunctionjoin
Join path elements with the directory separator, replacing the entire path when an absolute or FS-changing path part is found.
Lib/plat-riscos/riscospath.py:106
↓ 28 callersFunctionlog
(x, copts, fn)
Demo/pdist/rrcs.py:89
↓ 28 callersMethodmainloop
Listen on socket until I/O not ready or EOF pollresponse() will loop looking for seq number None, which never comes, and exit on EOFE
Lib/idlelib/rpc.py:266
↓ 28 callersMethodput
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:182
↓ 28 callersMethodregister
Register a virtual subclass of an ABC.
Lib/abc.py:105
↓ 28 callersMethodreverse
(self)
Lib/UserList.py:82
↓ 28 callersMethodset_flags
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:196
↓ 27 callersFunctionPyImport_ImportModule
Python/import.c:2120
↓ 27 callersMethod__init__
Return a new Toplevel widget on screen SCREENNAME. A new Tcl interpreter will be created. BASENAME will be used for the identification of the
Lib/lib-tk/Tkinter.py:1725
↓ 27 callersMethodcompare
(self, index1, op, index2)
Lib/idlelib/idle_test/mock_tk.py:228
↓ 27 callersMethodend
(self, tag)
Lib/xml/etree/ElementTree.py:1433
↓ 27 callersMethodexpandtabs
(self, tabsize=8)
Lib/UserString.py:85
↓ 27 callersMethodget_filename
Return the filename associated with the payload if present. The filename is extracted from the Content-Disposition header's `filename
Lib/email/message.py:673
↓ 27 callersMethodloadTestsFromNames
Return a suite of all tests cases found using the given sequence of string specifiers. See 'loadTestsFromName()'.
Lib/unittest/loader.py:126
↓ 27 callersMethodputheader
Send a request header line to the server. For example: h.putheader('Accept', 'text/html')
Lib/httplib.py:945
↓ 27 callersFunctionregister
Register a browser connector and, optionally, connection.
Lib/webbrowser.py:20
↓ 27 callersFunctionreportDefault
Modules/expat/xmlparse.c:5327
↓ 27 callersMethodseek
(self, pos, mode = 0)
Lib/bsddb/dbrecio.py:54
↓ 27 callersMethodwrite
(self, file_or_filename, # keyword arguments encoding=None, xml_decl
Lib/xml/etree/ElementTree.py:787
↓ 27 callersMethodwrite
(self, s, tags=())
Lib/idlelib/PyShell.py:1288
↓ 26 callersFunctionPyDict_Update
Objects/dictobject.c:1543
↓ 26 callersFunctionPyErr_Warn
Python/_warnings.c:734
↓ 26 callersFunctionPyErr_WriteUnraisable
Call when an exception has occurred but there is no way for Python to handle it. Examples: exception in __del__ or during GC. */
Python/errors.c:645
↓ 26 callersMethod_do
(self, cmd, *args)
Lib/lib-tk/Canvas.py:136
↓ 26 callersMethodadd
(self, name, x, y, w, h, text, value = None)
Tools/msi/msilib.py:622
↓ 26 callersFunctioncheckTxnObj
verify that an obj is either None or a DBTxn, and set the txn pointer */
Modules/_bsddb.c:740
↓ 26 callersFunctioncmp
(a, b)
Lib/bsddb/test/test_compare.py:16
↓ 26 callersMethodcoords
(self, *pts)
Lib/lib-tk/Canvas.py:158
↓ 26 callersMethodcount
count: Return the number of elements of a particular class within an object Required argument: the object whose elements are to be counted
Lib/plat-mac/lib-scriptpackages/Finder/Standard_Suite.py:40
↓ 26 callersMethodcursor
(self, *args, **kwargs)
Doc/includes/sqlite3/countcursors.py:8
↓ 26 callersFunctiondecode_header
Decode a message header value without converting charset. Returns a list of (decoded_string, charset) pairs containing each of the decoded pa
Lib/email/header.py:61
↓ 26 callersMethoddelete
(self, card)
Demo/tkinter/guido/solitaire.py:299
↓ 26 callersMethodend_paragraph
(self, blankline)
Lib/formatter.py:42
↓ 26 callersMethodevent_generate
Generate an event SEQUENCE. Additional keyword arguments specify parameter of the event (e.g. x, y, rootx, rooty).
Lib/lib-tk/Tkinter.py:1431
↓ 26 callersMethodexpand
(self, text)
Tools/scripts/texi2html.py:432
↓ 26 callersMethodfinalize_options
(self)
Lib/distutils/tests/setuptools_build_ext.py:103
↓ 26 callersMethodget_children
Returns a tuple of children belonging to item. If item is not specified, returns root children.
Lib/lib-tk/ttk.py:1187
↓ 26 callersMethodget_default_type
Return the `default' content type. Most messages have a default content type of text/plain, except for messages that are subparts of
Lib/email/message.py:474
↓ 26 callersFunctiongetbaseclasses
(v)
Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py:53
↓ 26 callersFunctioninstance_getattr
Objects/classobject.c:770
↓ 26 callersFunctionjoinpath
Add a path component, by appending stuff to buffer. buffer must have at least MAXPATHLEN + 1 bytes allocated, and contain a NUL-terminated strin
Modules/getpath.c:207
↓ 26 callersFunctionpflush
()
Demo/curses/ncurses.py:48
↓ 26 callersFunctionsaywhat
(text)
Demo/curses/ncurses.py:27
↓ 26 callersMethodvalidate
(self, code)
Lib/lib2to3/tests/test_parser.py:35
↓ 26 callersFunctionwait_a_while
()
Demo/curses/ncurses.py:21
↓ 26 callersMethodwrap
(self, param)
Lib/ctypes/test/test_as_parameter.py:17
↓ 25 callersFunctionPyLong_AsLong
Objects/longobject.c:328
↓ 25 callersFunctionPySequence_Size
Objects/abstract.c:1839
↓ 25 callersFunctionPyThread_release_lock
Python/thread_nt.h:255
↓ 25 callersFunctionPyUnicode_AsEncodedString
Objects/unicodeobject.c:1339
↓ 25 callersMethod_getints
Internal function.
Lib/lib-tk/Tkinter.py:1072
↓ 25 callersMethod_options
Internal function.
Lib/lib-tk/Tkinter.py:1100
↓ 25 callersMethodacquire
Acquire the lock. If the optional flag argument is false, returns immediately when it cannot acquire the __wait lock without blocking
Demo/metaclasses/Synch.py:49
↓ 25 callersMethodbell
(self)
Lib/idlelib/idle_test/test_idlehistory.py:61
↓ 25 callersMethodget_content_subtype
Returns the message's sub-content type. This is the `subtype' part of the string returned by get_content_type().
Lib/email/message.py:465
↓ 25 callersMethodhas_key
(self, key)
Demo/classes/Dbm.py:39
↓ 25 callersMethodj
(self,a,b)
Tools/pybench/Calls.py:308
↓ 25 callersFunctionpoolStoreString
Modules/expat/xmlparse.c:6197
↓ 25 callersMethodprint_exc
Helper to print a traceback from the timed code. Typical use: t = Timer(...) # outside the try/except try:
Lib/timeit.py:151
↓ 25 callersMethodrecv
(self, buflen=1024, flags=0)
Lib/ssl.py:235
↓ 25 callersFunctionrunCommand
Run a command and raise RuntimeError if it fails. Output is suppressed unless the command fails.
Mac/BuildScript/build-installer.py:473
↓ 25 callersMethodsetdefault
Return first matching header value for 'name', or 'value' If there is no header named 'name', add a new header with name 'name' and v
Lib/wsgiref/headers.py:133
↓ 25 callersMethodtext
(self, name, x, y, w, h, attr, text)
Lib/msilib/__init__.py:455
↓ 25 callersMethodvalues
Get all of a message's header field values.
Lib/rfc822.py:450
↓ 25 callersFunctionwin32_error
Modules/posixmodule.c:674
↓ 24 callersFunctionPyFile_AsFile
Objects/fileobject.c:73
↓ 24 callersFunctionPyObject_Compare
Compare v to w. Return -1 if v < w or exception (PyErr_Occurred() true in latter case). 0 if v == w. 1 if v > w. XXX The docs (C API m
Objects/object.c:853
↓ 24 callersFunctionPyThread_allocate_lock
* Lock support. It has too be implemented as semaphores. * I [Dag] tried to implement it with mutex but I could find a way to * tell whether a threa
Python/thread_nt.h:211
↓ 24 callersFunctionTRYMAP_DEC
Modules/cjkcodecs/_codecs_jp.c:271
↓ 24 callersMethod_callmethod
Try to call a method of the referrent and return a copy of the result
Lib/multiprocessing/managers.py:746
↓ 24 callersMethod_untagged_response
(self, typ, dat, name)
Lib/imaplib.py:1073
↓ 24 callersMethodadd
(self, entry, cnf={}, **kw)
Lib/lib-tk/Tix.py:880
↓ 24 callersMethodadd_flag
Set the given flag(s) without changing others.
Lib/mailbox.py:1511
↓ 24 callersMethodannounce
If the current verbosity level is of greater than or equal to 'level' print 'msg' to stdout.
Lib/distutils/cmd.py:180
↓ 24 callersMethodappend
(self, value, txn=None)
Lib/bsddb/test/test_all.py:273
↓ 24 callersFunctionast_for_suite
Python/ast.c:2728
↓ 24 callersMethodclose
(self)
Demo/pdist/rcvs.py:363
↓ 24 callersFunctiondeepcopy
Deep copy operation on arbitrary Python objects. See the module's __doc__ string for more info.
Lib/copy.py:145
↓ 24 callersMethodformat
Format the specified record. If a formatter is set, use it. Otherwise, use the default formatter for the module.
Lib/logging/__init__.py:713
↓ 24 callersFunctionh
()
Lib/idlelib/testcode.py:14
↓ 24 callersMethodload
Read a pickled object representation from the open file. Return the reconstituted object hierarchy specified in the file.
Lib/pickle.py:845
↓ 24 callersMethodloadTestsFromName
Return a suite of all tests cases given a string specifier. The name may resolve either to a module, a test case class, a test method
Lib/unittest/loader.py:77
↓ 24 callersMethodmakefile
Make and return a file-like object that works with the SSL connection. Just use the code from the socket module.
Lib/ssl.py:363
↓ 24 callersMethodmatch
(self, node)
Lib/lib2to3/fixes/fix_ne.py:17
↓ 24 callersMethodmessage
(self, msg, level=0)
Lib/plat-mac/bundlebuilder.py:220
↓ 24 callersFunctionpprint
Pretty-print a Python object to a stream [default is sys.stdout].
Lib/pprint.py:55
↓ 24 callersMethodrelease
Release the lock. If this thread doesn't currently have the lock, an assertion error is raised. Only allow another thread to
Demo/metaclasses/Synch.py:81
↓ 24 callersMethodreport
(self, format, *args)
Tools/bgen/bgen/scantools.py:167
↓ 24 callersMethodupdate
update: Update the display of the specified object(s) to match their on-disk representation Required argument: the item to update Keyw
Lib/plat-mac/lib-scriptpackages/Finder/Finder_items.py:145
↓ 24 callersMethodvoidcmd
Send a command and expect a response beginning with '2'.
Lib/ftplib.py:251
↓ 24 callersMethodwarn
Counts the number of warnings that occurs.
Lib/distutils/command/check.py:61
↓ 23 callersFunctionOSTypeType
(typename)
Tools/bgen/bgen/macsupport.py:54
↓ 23 callersFunctionPyErr_WarnEx
Function to issue a warning message; may raise an exception. */
Python/_warnings.c:709
↓ 23 callersFunctionPyFile_FromFile
Objects/fileobject.c:468
↓ 23 callersFunctionPyNumber_Check
Objects/abstract.c:882
↓ 23 callersFunctionPyObject_GC_Track
Modules/gcmodule.c:1462
← previousnext →501–600 of 36,908, ranked by callers