Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eshirazi/python-with-braces
/ functions
Functions
36,908 in github.com/eshirazi/python-with-braces
⨍
Functions
36,908
◇
Types & classes
5,945
↳
Endpoints
2
↓ 140 callers
Function
PyList_Append
Objects/listobject.c:285
↓ 140 callers
Function
write
(s, output=output, lineEnd='\n')
Lib/quopri.py:59
↓ 139 callers
Method
find
(self, offset)
Lib/tarfile.py:2508
↓ 138 callers
Function
PyDict_New
Objects/dictobject.c:240
↓ 138 callers
Method
add
Add an element to a set. This has no effect if the element is already present.
Lib/sets.py:499
↓ 137 callers
Function
ffi_prep_cif
Modules/_ctypes/libffi/src/prep_cif.c:210
↓ 137 callers
Method
visit
Visit a node.
Lib/ast.py:237
↓ 136 callers
Function
PyErr_ExceptionMatches
Python/errors.c:134
↓ 132 callers
Method
bind
(self, sequence=None, func=None, add=None)
Lib/idlelib/MultiCall.py:324
↓ 132 callers
Function
ffi_call
Modules/_ctypes/libffi/src/sh/ffi.c:412
↓ 132 callers
Method
grid
(self, xsize=0, ysize=0)
Lib/lib-tk/Tix.py:253
↓ 132 callers
Method
keys
(self)
Lib/shelve.py:100
↓ 131 callers
Method
find_binding
(self, name, string, package=None)
Lib/lib2to3/tests/test_util.py:151
↓ 130 callers
Method
append
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 callers
Method
write
(self, *lines)
Tools/scripts/texi2html.py:116
↓ 128 callers
Function
PyString_InternFromString
Objects/stringobject.c:4777
↓ 128 callers
Method
search
(self, event=None)
Lib/pydoc.py:2186
↓ 124 callers
Function
PyTuple_Size
Objects/tupleobject.c:110
↓ 122 callers
Method
main
(self)
Tools/pybench/pybench.py:816
↓ 121 callers
Function
PyObject_CallMethod
Objects/abstract.c:2608
↓ 120 callers
Method
bind
(self, sequence=None, command=None)
Demo/tkinter/guido/solitaire.py:37
↓ 118 callers
Function
PyFloat_FromDouble
Objects/floatobject.c:141
↓ 118 callers
Function
Py_FatalError
Parser/pgenmain.c:126
↓ 117 callers
Method
has_key
Return True if the keyed message exists, False otherwise.
Lib/mailbox.py:1068
↓ 117 callers
Method
insert
(self, index, cnf={}, **kw)
Lib/lib-tk/Tix.py:1479
↓ 116 callers
Method
readline
(self)
Lib/mimify.py:56
↓ 115 callers
Function
PyObject_IsInstance
Objects/abstract.c:2925
↓ 114 callers
Method
get_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 callers
Function
PyDict_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 callers
Method
items
Get all of a message's headers. Returns a list of name, value tuples.
Lib/rfc822.py:454
↓ 109 callers
Function
PyDict_GetItemString
Objects/dictobject.c:2418
↓ 109 callers
Function
PyErr_BadInternalCall
Python/errors.c:528
↓ 109 callers
Method
append
(self, item)
Demo/classes/bitvec.py:98
↓ 108 callers
Function
PyArg_UnpackTuple
Python/getargs.c:1824
↓ 107 callers
Method
unlink
(self)
Lib/xml/dom/minidom.py:261
↓ 106 callers
Function
PyModule_GetDict
Objects/moduleobject.c:45
↓ 104 callers
Function
dict
(items)
Lib/wsgiref/handlers.py:14
↓ 104 callers
Function
warnpy3k
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 callers
Method
addTest
(self, test)
Lib/unittest/suite.py:46
↓ 102 callers
Method
isdir
(self)
Lib/tarfile.py:1457
↓ 102 callers
Method
listdir
(self, x)
Lib/ihooks.py:201
↓ 102 callers
Function
make_type
Python/Python-ast.c:506
↓ 101 callers
Method
get_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 callers
Function
_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 callers
Method
_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 callers
Function
def_op
(name, op)
Lib/opcode.py:27
↓ 99 callers
Method
sub
(self, s)
Lib/distutils/msvccompiler.py:148
↓ 98 callers
Function
_PyString_Resize
Objects/stringobject.c:3891
↓ 97 callers
Function
PyDict_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 callers
Function
ffi_prep_closure_loc
Modules/_ctypes/libffi/src/sh/ffi.c:456
↓ 94 callers
Function
PyInt_FromSsize_t
Objects/intobject.c:123
↓ 94 callers
Method
compile
(self, display=0)
Lib/compiler/pycodegen.py:111
↓ 94 callers
Function
enumerate
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 callers
Method
extend
(self, other)
Lib/UserList.py:84
↓ 93 callers
Function
PyObject_IsTrue
Objects/object.c:1566
↓ 93 callers
Function
PyType_GenericNew
Objects/typeobject.c:783
↓ 93 callers
Function
ffi_closure_alloc
Modules/_ctypes/libffi/src/arm/ffi.c:485
↓ 93 callers
Method
read
(self, n = -1)
Lib/bsddb/dbrecio.py:68
↓ 92 callers
Method
chdir
(self, dir)
Lib/lib-tk/Tix.py:672
↓ 91 callers
Method
dispatch
Dispatcher function, dispatching tree type T to method _T.
Demo/parser/unparse.py:56
↓ 90 callers
Function
PyErr_BadArgument
Python/errors.c:268
↓ 90 callers
Function
PyTuple_SetItem
Objects/tupleobject.c:135
↓ 89 callers
Method
items
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:176
↓ 88 callers
Function
Name
Return a NAME leaf
Lib/lib2to3/fixer_util.py:38
↓ 88 callers
Method
upper
(self)
Lib/UserString.py:130
↓ 86 callers
Method
clone
Return a cloned (deep) copy of self. This must be implemented by the concrete subclass.
Lib/lib2to3/pytree.py:88
↓ 86 callers
Method
index
Return string version of index decoded according to current text.
Lib/idlelib/idle_test/mock_tk.py:92
↓ 86 callers
Function
ins
Modules/posixmodule.c:9084
↓ 85 callers
Function
OutRbrace
Decrease the indentation level and output a '}' on a line by itself.
Tools/bgen/bgen/bgenOutput.py:124
↓ 85 callers
Method
sort
(self)
Lib/distutils/filelist.py:58
↓ 84 callers
Function
OutLbrace
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 callers
Function
Py_FatalError
Python/pythonrun.c:1660
↓ 83 callers
Method
getopt
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 callers
Method
pop
Remove and return an arbitrary set element.
Lib/sets.py:535
↓ 81 callers
Method
com_node
(self, node)
Lib/compiler/transformer.py:800
↓ 81 callers
Method
mainloop
(self)
Demo/tix/samples/SHList2.py:155
↓ 80 callers
Function
PyString_FromFormat
Objects/stringobject.c:399
↓ 80 callers
Method
close
Close the current file and forget everything we know about it (filename, current line number).
Lib/distutils/text_file.py:124
↓ 80 callers
Method
open
(self, key, *args, **kwargs)
Lib/bsddb/test/test_all.py:406
↓ 80 callers
Function
validate_ntype
Modules/parsermodule.c:982
↓ 79 callers
Function
Bfree
Python/dtoa.c:367
↓ 79 callers
Function
PyMem_Malloc
Objects/object.c:2340
↓ 79 callers
Method
append
(self, item)
Lib/idlelib/ScrolledList.py:39
↓ 79 callers
Function
converterr
Python/getargs.c:531
↓ 79 callers
Method
end
(self, tag, join=string.join)
Lib/xmlrpclib.py:816
↓ 79 callers
Method
warn
(self, msg, *args)
Lib/distutils/log.py:42
↓ 78 callers
Function
asdl_seq_new
Python/asdl.c:4
↓ 78 callers
Method
rstrip
(self, chars=None)
Lib/UserString.py:117
↓ 78 callers
Method
write_file
Writes a file in the given path. path can be a string or a sequence.
Lib/distutils/tests/support.py:87
↓ 77 callers
Method
close
(self)
Tools/scripts/ftpmirror.py:352
↓ 77 callers
Method
join
(self, name)
Demo/pdist/cvslock.py:169
↓ 77 callers
Function
posix_error
Modules/posixmodule.c:645
↓ 76 callers
Method
flush
Write any pending changes to the disk.
Lib/mailbox.py:1091
↓ 76 callers
Method
get
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 callers
Method
getvalue
(self)
Lib/_pyio.py:1998
↓ 76 callers
Method
mkdir
(self, name)
Demo/pdist/RCSProxy.py:66
↓ 75 callers
Function
PyObject_CallFunction
Objects/abstract.c:2568
↓ 75 callers
Method
get
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:158
↓ 75 callers
Method
unpack
(self, archive, output=None, package=None)
Lib/plat-mac/pimp.py:197
↓ 74 callers
Method
get
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
← previous
next →
101–200 of 36,908, ranked by callers