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
↓ 28 callers
Method
add_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 callers
Method
clear
Remove all elements from this set.
Lib/sets.py:493
↓ 28 callers
Function
crc32
========================================================================= */
Modules/zlib/crc32.c:219
↓ 28 callers
Method
get_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 callers
Function
join
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 callers
Function
log
(x, copts, fn)
Demo/pdist/rrcs.py:89
↓ 28 callers
Method
mainloop
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 callers
Method
put
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:182
↓ 28 callers
Method
register
Register a virtual subclass of an ABC.
Lib/abc.py:105
↓ 28 callers
Method
reverse
(self)
Lib/UserList.py:82
↓ 28 callers
Method
set_flags
(self, *args, **kwargs)
Lib/bsddb/dbobj.py:196
↓ 27 callers
Function
PyImport_ImportModule
Python/import.c:2120
↓ 27 callers
Method
__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 callers
Method
compare
(self, index1, op, index2)
Lib/idlelib/idle_test/mock_tk.py:228
↓ 27 callers
Method
end
(self, tag)
Lib/xml/etree/ElementTree.py:1433
↓ 27 callers
Method
expandtabs
(self, tabsize=8)
Lib/UserString.py:85
↓ 27 callers
Method
get_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 callers
Method
loadTestsFromNames
Return a suite of all tests cases found using the given sequence of string specifiers. See 'loadTestsFromName()'.
Lib/unittest/loader.py:126
↓ 27 callers
Method
putheader
Send a request header line to the server. For example: h.putheader('Accept', 'text/html')
Lib/httplib.py:945
↓ 27 callers
Function
register
Register a browser connector and, optionally, connection.
Lib/webbrowser.py:20
↓ 27 callers
Function
reportDefault
Modules/expat/xmlparse.c:5327
↓ 27 callers
Method
seek
(self, pos, mode = 0)
Lib/bsddb/dbrecio.py:54
↓ 27 callers
Method
write
(self, file_or_filename, # keyword arguments encoding=None, xml_decl
Lib/xml/etree/ElementTree.py:787
↓ 27 callers
Method
write
(self, s, tags=())
Lib/idlelib/PyShell.py:1288
↓ 26 callers
Function
PyDict_Update
Objects/dictobject.c:1543
↓ 26 callers
Function
PyErr_Warn
Python/_warnings.c:734
↓ 26 callers
Function
PyErr_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 callers
Method
_do
(self, cmd, *args)
Lib/lib-tk/Canvas.py:136
↓ 26 callers
Method
add
(self, name, x, y, w, h, text, value = None)
Tools/msi/msilib.py:622
↓ 26 callers
Function
checkTxnObj
verify that an obj is either None or a DBTxn, and set the txn pointer */
Modules/_bsddb.c:740
↓ 26 callers
Function
cmp
(a, b)
Lib/bsddb/test/test_compare.py:16
↓ 26 callers
Method
coords
(self, *pts)
Lib/lib-tk/Canvas.py:158
↓ 26 callers
Method
count
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 callers
Method
cursor
(self, *args, **kwargs)
Doc/includes/sqlite3/countcursors.py:8
↓ 26 callers
Function
decode_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 callers
Method
delete
(self, card)
Demo/tkinter/guido/solitaire.py:299
↓ 26 callers
Method
end_paragraph
(self, blankline)
Lib/formatter.py:42
↓ 26 callers
Method
event_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 callers
Method
expand
(self, text)
Tools/scripts/texi2html.py:432
↓ 26 callers
Method
finalize_options
(self)
Lib/distutils/tests/setuptools_build_ext.py:103
↓ 26 callers
Method
get_children
Returns a tuple of children belonging to item. If item is not specified, returns root children.
Lib/lib-tk/ttk.py:1187
↓ 26 callers
Method
get_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 callers
Function
getbaseclasses
(v)
Lib/plat-mac/lib-scriptpackages/SystemEvents/__init__.py:53
↓ 26 callers
Function
instance_getattr
Objects/classobject.c:770
↓ 26 callers
Function
joinpath
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 callers
Function
pflush
()
Demo/curses/ncurses.py:48
↓ 26 callers
Function
saywhat
(text)
Demo/curses/ncurses.py:27
↓ 26 callers
Method
validate
(self, code)
Lib/lib2to3/tests/test_parser.py:35
↓ 26 callers
Function
wait_a_while
()
Demo/curses/ncurses.py:21
↓ 26 callers
Method
wrap
(self, param)
Lib/ctypes/test/test_as_parameter.py:17
↓ 25 callers
Function
PyLong_AsLong
Objects/longobject.c:328
↓ 25 callers
Function
PySequence_Size
Objects/abstract.c:1839
↓ 25 callers
Function
PyThread_release_lock
Python/thread_nt.h:255
↓ 25 callers
Function
PyUnicode_AsEncodedString
Objects/unicodeobject.c:1339
↓ 25 callers
Method
_getints
Internal function.
Lib/lib-tk/Tkinter.py:1072
↓ 25 callers
Method
_options
Internal function.
Lib/lib-tk/Tkinter.py:1100
↓ 25 callers
Method
acquire
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 callers
Method
bell
(self)
Lib/idlelib/idle_test/test_idlehistory.py:61
↓ 25 callers
Method
get_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 callers
Method
has_key
(self, key)
Demo/classes/Dbm.py:39
↓ 25 callers
Method
j
(self,a,b)
Tools/pybench/Calls.py:308
↓ 25 callers
Function
poolStoreString
Modules/expat/xmlparse.c:6197
↓ 25 callers
Method
print_exc
Helper to print a traceback from the timed code. Typical use: t = Timer(...) # outside the try/except try:
Lib/timeit.py:151
↓ 25 callers
Method
recv
(self, buflen=1024, flags=0)
Lib/ssl.py:235
↓ 25 callers
Function
runCommand
Run a command and raise RuntimeError if it fails. Output is suppressed unless the command fails.
Mac/BuildScript/build-installer.py:473
↓ 25 callers
Method
setdefault
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 callers
Method
text
(self, name, x, y, w, h, attr, text)
Lib/msilib/__init__.py:455
↓ 25 callers
Method
values
Get all of a message's header field values.
Lib/rfc822.py:450
↓ 25 callers
Function
win32_error
Modules/posixmodule.c:674
↓ 24 callers
Function
PyFile_AsFile
Objects/fileobject.c:73
↓ 24 callers
Function
PyObject_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 callers
Function
PyThread_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 callers
Function
TRYMAP_DEC
Modules/cjkcodecs/_codecs_jp.c:271
↓ 24 callers
Method
_callmethod
Try to call a method of the referrent and return a copy of the result
Lib/multiprocessing/managers.py:746
↓ 24 callers
Method
_untagged_response
(self, typ, dat, name)
Lib/imaplib.py:1073
↓ 24 callers
Method
add
(self, entry, cnf={}, **kw)
Lib/lib-tk/Tix.py:880
↓ 24 callers
Method
add_flag
Set the given flag(s) without changing others.
Lib/mailbox.py:1511
↓ 24 callers
Method
announce
If the current verbosity level is of greater than or equal to 'level' print 'msg' to stdout.
Lib/distutils/cmd.py:180
↓ 24 callers
Method
append
(self, value, txn=None)
Lib/bsddb/test/test_all.py:273
↓ 24 callers
Function
ast_for_suite
Python/ast.c:2728
↓ 24 callers
Method
close
(self)
Demo/pdist/rcvs.py:363
↓ 24 callers
Function
deepcopy
Deep copy operation on arbitrary Python objects. See the module's __doc__ string for more info.
Lib/copy.py:145
↓ 24 callers
Method
format
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 callers
Function
h
()
Lib/idlelib/testcode.py:14
↓ 24 callers
Method
load
Read a pickled object representation from the open file. Return the reconstituted object hierarchy specified in the file.
Lib/pickle.py:845
↓ 24 callers
Method
loadTestsFromName
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 callers
Method
makefile
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 callers
Method
match
(self, node)
Lib/lib2to3/fixes/fix_ne.py:17
↓ 24 callers
Method
message
(self, msg, level=0)
Lib/plat-mac/bundlebuilder.py:220
↓ 24 callers
Function
pprint
Pretty-print a Python object to a stream [default is sys.stdout].
Lib/pprint.py:55
↓ 24 callers
Method
release
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 callers
Method
report
(self, format, *args)
Tools/bgen/bgen/scantools.py:167
↓ 24 callers
Method
update
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 callers
Method
voidcmd
Send a command and expect a response beginning with '2'.
Lib/ftplib.py:251
↓ 24 callers
Method
warn
Counts the number of warnings that occurs.
Lib/distutils/command/check.py:61
↓ 23 callers
Function
OSTypeType
(typename)
Tools/bgen/bgen/macsupport.py:54
↓ 23 callers
Function
PyErr_WarnEx
Function to issue a warning message; may raise an exception. */
Python/_warnings.c:709
↓ 23 callers
Function
PyFile_FromFile
Objects/fileobject.c:468
↓ 23 callers
Function
PyNumber_Check
Objects/abstract.c:882
↓ 23 callers
Function
PyObject_GC_Track
Modules/gcmodule.c:1462
← previous
next →
501–600 of 36,908, ranked by callers