MCPcopy Create free account

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

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

↓ 140 callersFunctionPyList_Append
Objects/listobject.c:285
↓ 140 callersFunctionwrite
(s, output=output, lineEnd='\n')
Lib/quopri.py:59
↓ 139 callersMethodfind
(self, offset)
Lib/tarfile.py:2508
↓ 138 callersFunctionPyDict_New
Objects/dictobject.c:240
↓ 138 callersMethodadd
Add an element to a set. This has no effect if the element is already present.
Lib/sets.py:499
↓ 137 callersFunctionffi_prep_cif
Modules/_ctypes/libffi/src/prep_cif.c:210
↓ 137 callersMethodvisit
Visit a node.
Lib/ast.py:237
↓ 136 callersFunctionPyErr_ExceptionMatches
Python/errors.c:134
↓ 132 callersMethodbind
(self, sequence=None, func=None, add=None)
Lib/idlelib/MultiCall.py:324
↓ 132 callersFunctionffi_call
Modules/_ctypes/libffi/src/sh/ffi.c:412
↓ 132 callersMethodgrid
(self, xsize=0, ysize=0)
Lib/lib-tk/Tix.py:253
↓ 132 callersMethodkeys
(self)
Lib/shelve.py:100
↓ 131 callersMethodfind_binding
(self, name, string, package=None)
Lib/lib2to3/tests/test_util.py:151
↓ 130 callersMethodappend
Append a string to the MIME header. Optional charset, if given, should be a Charset instance or the name of a character set (which wi
Lib/email/header.py:233
↓ 130 callersMethodwrite
(self, *lines)
Tools/scripts/texi2html.py:116
↓ 128 callersFunctionPyString_InternFromString
Objects/stringobject.c:4777
↓ 128 callersMethodsearch
(self, event=None)
Lib/pydoc.py:2186
↓ 124 callersFunctionPyTuple_Size
Objects/tupleobject.c:110
↓ 122 callersMethodmain
(self)
Tools/pybench/pybench.py:816
↓ 121 callersFunctionPyObject_CallMethod
Objects/abstract.c:2608
↓ 120 callersMethodbind
(self, sequence=None, command=None)
Demo/tkinter/guido/solitaire.py:37
↓ 118 callersFunctionPyFloat_FromDouble
Objects/floatobject.c:141
↓ 118 callersFunctionPy_FatalError
Parser/pgenmain.c:126
↓ 117 callersMethodhas_key
Return True if the keyed message exists, False otherwise.
Lib/mailbox.py:1068
↓ 117 callersMethodinsert
(self, index, cnf={}, **kw)
Lib/lib-tk/Tix.py:1479
↓ 116 callersMethodreadline
(self)
Lib/mimify.py:56
↓ 115 callersFunctionPyObject_IsInstance
Objects/abstract.c:2925
↓ 114 callersMethodget_content_type
Return the message's content type. The returned string is coerced to lower case of the form `maintype/subtype'. If there was no Cont
Lib/email/message.py:432
↓ 111 callersFunctionPyDict_SetItem
CAUTION: PyDict_SetItem() must guarantee that it won't resize the * dictionary if it's merely replacing the value for an existing key. * This means
Objects/dictobject.c:797
↓ 111 callersMethoditems
Get all of a message's headers. Returns a list of name, value tuples.
Lib/rfc822.py:454
↓ 109 callersFunctionPyDict_GetItemString
Objects/dictobject.c:2418
↓ 109 callersFunctionPyErr_BadInternalCall
Python/errors.c:528
↓ 109 callersMethodappend
(self, item)
Demo/classes/bitvec.py:98
↓ 108 callersFunctionPyArg_UnpackTuple
Python/getargs.c:1824
↓ 107 callersMethodunlink
(self)
Lib/xml/dom/minidom.py:261
↓ 106 callersFunctionPyModule_GetDict
Objects/moduleobject.c:45
↓ 104 callersFunctiondict
(items)
Lib/wsgiref/handlers.py:14
↓ 104 callersFunctionwarnpy3k
Issue a deprecation warning for Python 3.x related changes. Warnings are omitted unless Python is started with the -3 option.
Lib/warnings.py:14
↓ 103 callersMethodaddTest
(self, test)
Lib/unittest/suite.py:46
↓ 102 callersMethodisdir
(self)
Lib/tarfile.py:1457
↓ 102 callersMethodlistdir
(self, x)
Lib/ihooks.py:201
↓ 102 callersFunctionmake_type
Python/Python-ast.c:506
↓ 101 callersMethodget_param
Return the parameter value if found in the Content-Type header. Optional failobj is the object to return if there is no Content-Type
Lib/email/message.py:535
↓ 100 callersFunction_convert_other
Convert other to Decimal. Verifies that it's ok to use in an implicit construction. If allow_float is true, allow conversion from float; thi
Lib/decimal.py:5835
↓ 100 callersMethod_raise_error
Handles an error If the flag is in _ignored_flags, returns the default response. Otherwise, it sets the flag, then, if the correspond
Lib/decimal.py:3852
↓ 99 callersFunctiondef_op
(name, op)
Lib/opcode.py:27
↓ 99 callersMethodsub
(self, s)
Lib/distutils/msvccompiler.py:148
↓ 98 callersFunction_PyString_Resize
Objects/stringobject.c:3891
↓ 97 callersFunctionPyDict_GetItem
Note that, for historical reasons, PyDict_GetItem() suppresses all errors * that may occur (originally dicts supported only string keys, and exceptio
Objects/dictobject.c:707
↓ 96 callersFunctionffi_prep_closure_loc
Modules/_ctypes/libffi/src/sh/ffi.c:456
↓ 94 callersFunctionPyInt_FromSsize_t
Objects/intobject.c:123
↓ 94 callersMethodcompile
(self, display=0)
Lib/compiler/pycodegen.py:111
↓ 94 callersFunctionenumerate
Return a list of all Thread objects currently alive. The list includes daemonic threads, dummy thread objects created by current_thread(), an
Lib/threading.py:1183
↓ 94 callersMethodextend
(self, other)
Lib/UserList.py:84
↓ 93 callersFunctionPyObject_IsTrue
Objects/object.c:1566
↓ 93 callersFunctionPyType_GenericNew
Objects/typeobject.c:783
↓ 93 callersFunctionffi_closure_alloc
Modules/_ctypes/libffi/src/arm/ffi.c:485
↓ 93 callersMethodread
(self, n = -1)
Lib/bsddb/dbrecio.py:68
↓ 92 callersMethodchdir
(self, dir)
Lib/lib-tk/Tix.py:672
↓ 91 callersMethoddispatch
Dispatcher function, dispatching tree type T to method _T.
Demo/parser/unparse.py:56
↓ 90 callersFunctionPyErr_BadArgument
Python/errors.c:268
↓ 90 callersFunctionPyTuple_SetItem
Objects/tupleobject.c:135
↓ 89 callersMethoditems
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:176
↓ 88 callersFunctionName
Return a NAME leaf
Lib/lib2to3/fixer_util.py:38
↓ 88 callersMethodupper
(self)
Lib/UserString.py:130
↓ 86 callersMethodclone
Return a cloned (deep) copy of self. This must be implemented by the concrete subclass.
Lib/lib2to3/pytree.py:88
↓ 86 callersMethodindex
Return string version of index decoded according to current text.
Lib/idlelib/idle_test/mock_tk.py:92
↓ 86 callersFunctionins
Modules/posixmodule.c:9084
↓ 85 callersFunctionOutRbrace
Decrease the indentation level and output a '}' on a line by itself.
Tools/bgen/bgen/bgenOutput.py:124
↓ 85 callersMethodsort
(self)
Lib/distutils/filelist.py:58
↓ 84 callersFunctionOutLbrace
Like Output, but add a '{' and increase the indentation level. If no text is given a lone '{' is output.
Tools/bgen/bgen/bgenOutput.py:112
↓ 84 callersFunctionPy_FatalError
Python/pythonrun.c:1660
↓ 83 callersMethodgetopt
Parse command-line options in args. Store as attributes on object. If 'args' is None or not supplied, uses 'sys.argv[1:]'. If 'objec
Lib/distutils/fancy_getopt.py:234
↓ 82 callersMethodpop
Remove and return an arbitrary set element.
Lib/sets.py:535
↓ 81 callersMethodcom_node
(self, node)
Lib/compiler/transformer.py:800
↓ 81 callersMethodmainloop
(self)
Demo/tix/samples/SHList2.py:155
↓ 80 callersFunctionPyString_FromFormat
Objects/stringobject.c:399
↓ 80 callersMethodclose
Close the current file and forget everything we know about it (filename, current line number).
Lib/distutils/text_file.py:124
↓ 80 callersMethodopen
(self, key, *args, **kwargs)
Lib/bsddb/test/test_all.py:406
↓ 80 callersFunctionvalidate_ntype
Modules/parsermodule.c:982
↓ 79 callersFunctionBfree
Python/dtoa.c:367
↓ 79 callersFunctionPyMem_Malloc
Objects/object.c:2340
↓ 79 callersMethodappend
(self, item)
Lib/idlelib/ScrolledList.py:39
↓ 79 callersFunctionconverterr
Python/getargs.c:531
↓ 79 callersMethodend
(self, tag, join=string.join)
Lib/xmlrpclib.py:816
↓ 79 callersMethodwarn
(self, msg, *args)
Lib/distutils/log.py:42
↓ 78 callersFunctionasdl_seq_new
Python/asdl.c:4
↓ 78 callersMethodrstrip
(self, chars=None)
Lib/UserString.py:117
↓ 78 callersMethodwrite_file
Writes a file in the given path. path can be a string or a sequence.
Lib/distutils/tests/support.py:87
↓ 77 callersMethodclose
(self)
Tools/scripts/ftpmirror.py:352
↓ 77 callersMethodjoin
(self, name)
Demo/pdist/cvslock.py:169
↓ 77 callersFunctionposix_error
Modules/posixmodule.c:645
↓ 76 callersMethodflush
Write any pending changes to the disk.
Lib/mailbox.py:1091
↓ 76 callersMethodget
Get the current value of the value option, or the value corresponding to the coordinates x, y if they are specified. x and y are pixe
Lib/lib-tk/ttk.py:1089
↓ 76 callersMethodgetvalue
(self)
Lib/_pyio.py:1998
↓ 76 callersMethodmkdir
(self, name)
Demo/pdist/RCSProxy.py:66
↓ 75 callersFunctionPyObject_CallFunction
Objects/abstract.c:2568
↓ 75 callersMethodget
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:158
↓ 75 callersMethodunpack
(self, archive, output=None, package=None)
Lib/plat-mac/pimp.py:197
↓ 74 callersMethodget
get: Get the data for an object. Required argument: the object for the command Keyword argument _attributes: AppleEvent attribute dict
Lib/plat-mac/lib-scriptpackages/SystemEvents/Standard_Suite.py:137
← previousnext →101–200 of 36,908, ranked by callers