MCPcopy Create free account

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

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

↓ 4,369 callersFunctionPyArg_ParseTuple
Python/getargs.c:78
↓ 2,752 callersMethodassertEqual
Fail if the two objects are unequal as determined by the '==' operator.
Lib/unittest/case.py:510
↓ 2,453 callersFunctionPy_BuildValue
Python/modsupport.c:479
↓ 2,329 callersFunctionPyErr_SetString
Python/errors.c:66
↓ 1,238 callersMethodappend
(self, x)
Lib/mhlib.py:859
↓ 1,124 callersFunctionPyInt_FromLong
Objects/intobject.c:86
↓ 1,068 callersFunctionPyMac_Error
Call PyErr_Mac with PyMac_OSErrException */
Python/mactoolboxglue.c:102
↓ 953 callersMethodjoin
Blocks until all items in the Queue have been gotten and processed. The count of unfinished tasks goes up whenever an item is added to the
Lib/Queue.py:70
↓ 912 callersFunctionPyDict_SetItemString
Objects/dictobject.c:2430
↓ 838 callersFunctionFOUR_CHAR_CODE
(x)
Lib/plat-mac/Carbon/AppleEvents.py:3
↓ 793 callersMethodsplit
(self, sep=None, maxsplit=-1)
Lib/UserString.py:118
↓ 686 callersMethodcall
(self, methodname, *args, **kwargs)
Lib/idlelib/RemoteDebugger.py:294
↓ 671 callersMethodjoin
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:170
↓ 670 callersFunctionPyErr_Format
Python/errors.c:538
↓ 666 callersFunctionOutput
(format = "", *args)
Tools/bgen/bgen/bgenOutput.py:57
↓ 659 callersFunctionFOUR_CHAR_CODE
(x)
Lib/plat-mac/Carbon/QuickTime.py:3
↓ 648 callersFunctionPOINTER
Modules/_ctypes/callproc.c:1796
↓ 625 callersFunctionstr
Convert float to integer, taking the locale into account.
Lib/locale.py:301
↓ 592 callersFunctionPyErr_Occurred
Python/errors.c:75
↓ 561 callersMethodassertTrue
Check that the expression is true.
Lib/unittest/case.py:420
↓ 545 callersMethodassertRaises
Fail unless an exception of class excClass is raised by callableObj when invoked with arguments args and keyword arguments kwarg
Lib/unittest/case.py:448
↓ 526 callersFunctionPyModule_AddIntConstant
Python/modsupport.c:622
↓ 520 callersFunctionsizeof
(t)
Lib/plat-irix6/IOCTL.py:28
↓ 490 callersMethodcheck
(self, b, a)
Lib/lib2to3/tests/test_fixers.py:3046
↓ 490 callersFunctiongetattr
do the equivalent of obj.name */
Objects/stringlib/string_format.h:231
↓ 461 callersMethodwrite
Write DATA to the underlying SSL channel. Returns number of bytes of DATA actually transmitted.
Lib/ssl.py:167
↓ 432 callersMethodpack
Re-name messages to eliminate numbering gaps. Invalidates keys.
Lib/mailbox.py:1186
↓ 410 callersFunctionPyString_FromStringAndSize
For PyString_FromString(), the parameter `str' points to a null-terminated string containing exactly `size' bytes. For PyString_FromStringAndSi
Objects/stringobject.c:56
↓ 407 callersMethodadd_field
(self, index, name, type)
Lib/msilib/__init__.py:33
↓ 407 callersMethodadd_field
(self, index, name, type)
Tools/msi/msilib.py:86
↓ 406 callersFunctionPyErr_Clear
Python/errors.c:260
↓ 402 callersFunctionPyString_FromString
Objects/stringobject.c:114
↓ 388 callersMethodpack
(self)
Demo/tkinter/guido/MimeViewer.py:71
↓ 387 callersMethodlower
Lower this widget in the stacking order.
Lib/lib-tk/Tkinter.py:714
↓ 382 callersMethodget
(self, key, failobj=None)
Lib/os.py:444
↓ 381 callersMethodreplace
Replace this node with a new one in the parent.
Lib/lib2to3/pytree.py:132
↓ 370 callersFunctionPyErr_NoMemory
Python/errors.c:276
↓ 356 callersMethodstartswith
(self, prefix, start=0, end=sys.maxint)
Lib/UserString.py:123
↓ 345 callersMethodexecute
(self, func, args, msg=None, level=1)
Lib/distutils/cmd.py:348
↓ 343 callersMethodcompile
Return a compiled re object for the format string.
Lib/_strptime.py:263
↓ 341 callersMethodstrip
(self, chars=None)
Lib/UserString.py:125
↓ 334 callersMethodappend
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:142
↓ 334 callersFunctionopen
(f, mode=None)
Lib/wave.py:495
↓ 308 callersMethodgroup
Process a GROUP command. Argument: - group: the group name Returns: - resp: server response if successful - count: nu
Lib/nntplib.py:344
↓ 297 callersFunctionPyArg_ParseTupleAndKeywords
Return false (0) for error, else true. */
Python/getargs.c:1421
↓ 291 callersFunctionPyObject_GetAttrString
Objects/object.c:1128
↓ 283 callersMethodappend
(self, full, file, logical = None)
Tools/msi/msilib.py:366
↓ 277 callersFunctionPyModule_AddObject
Python/modsupport.c:593
↓ 269 callersMethodappend
(self, item)
Lib/distutils/filelist.py:52
↓ 259 callersMethodsend
Send an appleevent given code/subcode/pars/attrs and unpack the reply
Lib/plat-mac/aetools.py:227
↓ 255 callersMethodwrite
(self)
Lib/plat-irix6/cddb.py:176
↓ 253 callersFunctionPyString_AsString
const*/
Objects/stringobject.c:790
↓ 252 callersMethodhas_key
(self, key)
Lib/plat-mac/ic.py:182
↓ 247 callersMethodfail
Fail immediately, with the given message.
Lib/unittest/case.py:410
↓ 241 callersMethodget_payload
Return a reference to the payload. The payload will either be a list object or a string. If you mutate the list object, you modify t
Lib/email/message.py:168
↓ 232 callersMethodmatch
(self, char, skip=1)
Lib/sre_parse.py:195
↓ 223 callersFunctionFOUR_CHAR_CODE
(x)
Lib/plat-mac/Carbon/CarbonEvents.py:3
↓ 213 callersFunctionPyType_Ready
Objects/typeobject.c:3968
↓ 212 callersMethodexists
Returns True if the specified item is present in the tree, False otherwise.
Lib/lib-tk/ttk.py:1229
↓ 210 callersFunctionset
(self, value, name=name)
Lib/xml/dom/minicompat.py:104
↓ 207 callersFunctionPyTuple_New
Objects/tupleobject.c:48
↓ 207 callersMethodendswith
(self, suffix, start=0, end=sys.maxint)
Lib/UserString.py:83
↓ 206 callersFunctionPyBuffer_Release
Objects/abstract.c:713
↓ 206 callersFunctionexit
Exit subprocess, possibly after first deleting sys.exitfunc If config-main.cfg/.def 'General' 'delete-exitfunc' is True, then any sys.exitfun
Lib/idlelib/run.py:227
↓ 201 callersMethodexit
(self, status=0, msg=None)
Lib/optparse.py:1570
↓ 198 callersFunctionPyArg_Parse
Python/getargs.c:53
↓ 197 callersFunctionPyList_New
Objects/listobject.c:112
↓ 197 callersMethodclose
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:146
↓ 197 callersMethodunchanged
(self, before, ignore_warnings=False)
Lib/lib2to3/tests/test_fixers.py:51
↓ 196 callersMethodemit
(s, d)
Parser/asdl_c.py:1061
↓ 194 callersMethodget
(self)
Lib/idlelib/idle_test/mock_tk.py:15
↓ 192 callersMethodappend
Add the specified logger as a child of this placeholder.
Lib/logging/__init__.py:959
↓ 190 callersFunctiongetbaseclasses
(v)
Lib/plat-mac/lib-scriptpackages/StdSuites/__init__.py:58
↓ 189 callersFunctionFOUR_CHAR_CODE
(x)
Lib/plat-mac/Carbon/Icons.py:3
↓ 186 callersFunctionopen
A simple factory function for compatibility with the standard shleve.py module. It can be used like this, where key is a string and data
Lib/bsddb/dbshelve.py:81
↓ 183 callersFunctionCFUNCTYPE
CFUNCTYPE(restype, *argtypes, use_errno=False, use_last_error=False) -> function prototype. restype: the result type argtype
Lib/ctypes/__init__.py:78
↓ 182 callersMethodemit
(self, inst)
Lib/compiler/pyassem.py:188
↓ 178 callersMethodwrite
Append a piece of text to the current line.
Demo/parser/unparse.py:43
↓ 176 callersMethodassertFalse
Check that the expression is false.
Lib/unittest/case.py:414
↓ 175 callersFunctionFOUR_CHAR_CODE
(x)
Lib/plat-mac/Carbon/Sound.py:3
↓ 175 callersFunctionemit
(format, *args, **kw)
Tools/faqwiz/faqwiz.py:58
↓ 175 callersFunctionopen
(file, mode = 'r', bufsize = -1)
Tools/freeze/bkfile.py:44
↓ 174 callersMethodread
Read at most size bytes from the chunk. If size is omitted or negative, read until the end of the chunk.
Lib/chunk.py:120
↓ 171 callersFunctionPyErr_SetFromErrno
Python/errors.c:397
↓ 169 callersFunctionPyMem_Free
Objects/object.c:2352
↓ 168 callersMethodclose
Close the connection without assuming anything about it.
Lib/ftplib.py:595
↓ 166 callersMethodconfig
(self, cnf={}, **kw)
Lib/lib-tk/Tix.py:239
↓ 164 callersFunctionFOUR_CHAR_CODE
(x)
Lib/plat-mac/Carbon/Appearance.py:3
↓ 161 callersFunctionFOUR_CHAR_CODE
(x)
Lib/plat-mac/Carbon/Controls.py:3
↓ 161 callersFunctionPyObject_SetAttrString
Objects/object.c:1155
↓ 161 callersMethodsort
IMAP4rev1 extension SORT command. (typ, [data]) = <instance>.sort(sort_criteria, charset, search_criteria, ...)
Lib/imaplib.py:688
↓ 159 callersFunctionPyBool_FromLong
Objects/boolobject.c:38
↓ 158 callersFunctionPyOS_snprintf
Python/mysnprintf.c:41
↓ 155 callersMethodappend
(self, frag)
Lib/plat-mac/cfmfile.py:100
↓ 153 callersMethodwrite
(self, *args)
Tools/scripts/texi2html.py:337
↓ 152 callersMethodencode
Encode a message header into an RFC-compliant format. There are many issues involved in converting a given string for use in an email
Lib/email/header.py:374
↓ 150 callersMethodextend
(self, items)
Lib/distutils/filelist.py:55
↓ 147 callersFunctionPyObject_HasAttrString
Objects/object.c:1143
↓ 145 callersFunctionFOUR_CHAR_CODE
(x)
Lib/plat-mac/Carbon/Folders.py:3
↓ 142 callersFunctionPyInt_AsLong
Objects/intobject.c:149
next →1–100 of 36,908, ranked by callers