Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ functions
Functions
29,190 in github.com/ActiveState/code
⨍
Functions
29,190
◇
Types & classes
4,822
↳
Endpoints
10
↓ 52 callers
Method
extend
(self,aList)
recipes/Python/578813_Fixed_Lengh_List/recipe-578813.py:26
↓ 52 callers
Method
getch
(self)
recipes/Python/203830_Checking_keypress_without_stop_executiunix/recipe-203830.py:26
↓ 52 callers
Method
getopt
get options and merge into dict 'opt
recipes/Python/302262_Handling_commline_arguments_options_arguments/recipe-302262.py:79
↓ 52 callers
Method
parse_args
(self, *args, **kwargs)
recipes/Python/574459_Easier_positional_arguments/recipe-574459.py:20
↓ 52 callers
Method
start
(self)
recipes/Python/492231_timerpy/recipe-492231.py:19
↓ 51 callers
Method
close
(self)
recipes/Python/577662_ASIO/recipe-577662.py:177
↓ 51 callers
Method
error
()
recipes/Python/576992_wsgi_SPNEGO_middleware/recipe-576992.py:11
↓ 51 callers
Method
get
(self)
recipes/Python/577321_Win_Shortcuts_wrapper/recipe-577321.py:25
↓ 51 callers
Method
remove
(self,item)
recipes/Python/578813_Fixed_Lengh_List/recipe-578813.py:14
↓ 51 callers
Method
sub
(self)
recipes/Python/577110_Whitespace_Interpreter/recipe-577110.py:406
↓ 51 callers
Method
update
Merges one graph with another. All vertices will be convertex to VertexType. Takes union of edge lists. >>> g1, g2 = Graph(VertexType=Vertex
recipes/Python/578615_graph/recipe-578615.py:382
↓ 50 callers
Method
close
(self)
recipes/Python/576574_Login_Logger/recipe-576574.py:110
↓ 50 callers
Method
count
(self)
recipes/Python/578438_Cstyle_enumerations/recipe-578438.py:64
↓ 50 callers
Method
get
(self, index)
recipes/Python/580794_Simple_multicolumn_listbox/recipe-580794.py:79
↓ 50 callers
Function
random
Returns a random vector of length n.
recipes/Python/52272_vector_list_based_vector_class_supporting/recipe-52272.py:123
↓ 50 callers
Method
remove
(self, path)
recipes/Python/492214_dal6py/recipe-492214.py:80
↓ 50 callers
Method
save
(self, filename)
recipes/Python/577365_MineSweep/recipe-577365.py:1131
↓ 50 callers
Method
unlink
Remove a named semaphore.
recipes/Python/577655_POSIX_Semaphore_FreeBSD/recipe-577655.py:165
↓ 50 callers
Method
write
(self, text = "")
recipes/Python/102263_Logfilepy__Singletlog_file/recipe-102263.py:63
↓ 49 callers
Method
getLogger
(self, name)
recipes/Python/577551_Trace_decorator_for_debugging/recipe-577551.py:181
↓ 49 callers
Method
write
(self, data)
recipes/Python/440665_Asynchronous_HTTP_server/recipe-440665.py:470
↓ 48 callers
Function
f
()
recipes/Python/474122_neat/recipe-474122.py:3
↓ 48 callers
Method
get
A case insensitive get.
recipes/Python/283455_caselessDict/recipe-283455.py:117
↓ 48 callers
Method
index
(self, x, i=0, j=None)
recipes/Python/440656_List_mixin/recipe-440656.py:162
↓ 48 callers
Method
write
(self, stream=None, indentation=' ')
recipes/Python/578252_Python_Exception_Chains_or_Trees/recipe-578252.py:54
↓ 47 callers
Function
_typedef_both
Adds new typedef for both data and code.
recipes/Python/546530_Size_of_Python_objects_revised/recipe-546530.py:1296
↓ 47 callers
Method
has_key
Returns whether the given key is valid
recipes/Python/163605_resultsetpy/recipe-163605.py:104
↓ 47 callers
Function
method
(self, other, fn=fn)
recipes/Python/576932_Sets_custom_equalityuniqueness/recipe-576932.py:63
↓ 47 callers
Method
rename
Rename node. old_dn --- old distinguished name of node. new_dn --- new distinguished name of node.
recipes/Python/576966_DnTree/recipe-576966.py:164
↓ 47 callers
Method
split
Split expression on rightmost symbol.
recipes/Python/577469_Evaluator_20/recipe-577469.py:167
↓ 46 callers
Method
__init__
(self, *boolexprs)
recipes/Python/415345_write_sql_via_python/recipe-415345.py:330
↓ 46 callers
Method
append
(self, item)
recipes/Python/578780_Priority_Queue_with_deletion/recipe-578780.py:18
↓ 46 callers
Method
bind
(self, data)
recipes/Python/578348_WebSocket_interface/recipe-578348.py:112
↓ 46 callers
Method
close
(self)
recipes/Python/580767_Unix_teelike_functionality/recipe-580767.py:46
↓ 46 callers
Method
set
(self, target)
recipes/Python/577321_Win_Shortcuts_wrapper/recipe-577321.py:19
↓ 46 callers
Method
where
Select rows that fit criteria given by the test.
recipes/Python/577825_Rudimentary_Database_Engine/recipe-577825.py:538
↓ 45 callers
Method
asctime
(self, t=None)
recipes/Python/502286_timehook_modify_Pythinterpreter/recipe-502286.py:42
↓ 45 callers
Method
join
(self, left, right)
recipes/Python/415345_write_sql_via_python/recipe-415345.py:859
↓ 45 callers
Method
main
(self)
recipes/Python/578990_Hangman/recipe-578990.py:187
↓ 45 callers
Method
open
(self)
recipes/Python/577926_ProgressBar_class/recipe-577926.py:21
↓ 44 callers
Function
dot
vector-matrix, matrix-vector or matrix-matrix product
recipes/Python/52275_sparse_dictionary_based_sparse_matrix/recipe-52275.py:258
↓ 44 callers
Method
get
(self,key,default="")
recipes/Python/440665_Asynchronous_HTTP_server/recipe-440665.py:147
↓ 44 callers
Method
get_children
(self)
recipes/Python/579138_Simple_breadthfirst_depthfirst_tree/recipe-579138.py:48
↓ 44 callers
Method
keys
(self)
recipes/Python/498195_Another_Odict/recipe-498195.py:167
↓ 44 callers
Method
plot
(self)
recipes/Python/578834_Hierarchical_Clustering_Heatmap/recipe-578834.py:231
↓ 44 callers
Method
pop
(self, k, x=_nil)
recipes/Python/498195_Another_Odict/recipe-498195.py:222
↓ 43 callers
Method
Draw
(self)
recipes/Python/578808_Python_Game_of_Life/recipe-578808.py:203
↓ 43 callers
Function
cls
()
recipes/Python/577588_Clear_screen_beep_various/recipe-577588.py:147
↓ 43 callers
Method
has_key
(self, key)
recipes/Python/498072_Implementing_Immutable/recipe-498072.py:66
↓ 43 callers
Method
has_key
(self)
recipes/Python/305888_way_deal__checking/recipe-305888.py:90
↓ 43 callers
Method
loads
decrypt and unpickle a python object
recipes/Python/576980_Authenticated/recipe-576980.py:64
↓ 43 callers
Method
read
return the character over the head
recipes/Python/252486_Turing_Machine_Simulator/recipe-252486.py:60
↓ 42 callers
Method
encode
Convert unicode string to latex.
recipes/Python/252124_LaTeX_codec/recipe-252124.py:45
↓ 42 callers
Method
items
(self)
recipes/Python/498195_Another_Odict/recipe-498195.py:186
↓ 42 callers
Method
keys
(self)
recipes/Python/265879_Rating_class_mapping/recipe-265879.py:119
↓ 42 callers
Method
put
(self, command, request=True)
recipes/Python/578488_Threaded/recipe-578488.py:40
↓ 42 callers
Method
write
(self, text)
recipes/Python/577638_File_Share_Messenger_25/recipe-577638.py:1314
↓ 41 callers
Function
all
(iterable)
recipes/Python/578918_Yet_Another_NamedTuple/recipe-578918.py:15
↓ 41 callers
Method
connect
(self, slot)
recipes/Python/576477_Yet_another_signalslot/recipe-576477.py:21
↓ 41 callers
Method
has_key
(self, aKey)
recipes/Python/52270_OrderedDictionary/recipe-52270.py:30
↓ 41 callers
Method
remove
Remove element v from a set DS[k]; it must be a member. If the element v is not a member of D[k], raise a KeyError.
recipes/Python/577702_DictSet__specialized_Pythcontainer_datatype/recipe-577702.py:599
↓ 41 callers
Function
sum
(args)
recipes/Python/474094_UrlAppServer/recipe-474094.py:52
↓ 41 callers
Function
unpack
(values, keys)
recipes/Python/475112_Schedule_Maker/recipe-475112.py:108
↓ 40 callers
Function
_
(n)
recipes/Python/577064_Simple_FunctiOverloading/recipe-577064.py:35
↓ 40 callers
Method
append
(self, x)
recipes/Python/435902_Ring_List_fixed_size_circular/recipe-435902.py:8
↓ 40 callers
Method
append
Include definitions from func into database
recipes/Python/360698_Extending_pythprolog_syntax/recipe-360698.py:103
↓ 40 callers
Method
extend
(self,iterable)
recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:204
↓ 40 callers
Method
flush
(self)
recipes/Python/572196_RSA/recipe-572196.py:202
↓ 40 callers
Method
read
read up to 'size' bytes from the file Default is -1, which means to read to end of file.
recipes/Python/173071_ReseekFile/recipe-173071.py:67
↓ 40 callers
Function
sorted
(seq)
recipes/Python/465156_Shared_lock_akreaderwriter_lock_timeouts_FIFO/recipe-465156.py:89
↓ 39 callers
Method
append
(self,new)
recipes/Python/223610_Yet_another_way_use_fields/recipe-223610.py:57
↓ 39 callers
Function
compile
given a mapping dictionary and a generic regular expression returns it compiled
recipes/Python/576806_Regular_Expressigeneric_sequences/recipe-576806.py:33
↓ 39 callers
Method
compile
Return a compiled re object for the format string.
recipes/Python/56036_Pure_Python_strptime/recipe-56036.py:311
↓ 39 callers
Method
has_key
A case insensitive test for keys.
recipes/Python/283455_caselessDict/recipe-283455.py:98
↓ 39 callers
Function
pack
Get the source, compress it, and create a packed file.
recipes/Python/577485_Self_Extracting_Archiver/recipe-577485.py:25
↓ 39 callers
Method
pack
(self, *args, **kargs)
recipes/Python/578870_Tkinter_Grid_with_panes/recipe-578870.py:464
↓ 39 callers
Method
remove
Remove first occurence of item. Raise ValueError if not found
recipes/Python/577197_SortedCollection/recipe-577197.py:154
↓ 39 callers
Method
replace
(self,line,new_char)
recipes/Python/259100_multireplace/recipe-259100.py:18
↓ 39 callers
Method
tostring
creates a string representation using our etree object
recipes/Python/577267_XML_Pythdatstructure/recipe-577267.py:31
↓ 39 callers
Method
walk
(self)
recipes/Python/502268_Win_Registry_module/recipe-502268.py:76
↓ 39 callers
Method
write
(self, s)
recipes/Python/578138_gprof2dotpy/recipe-578138.py:2741
↓ 38 callers
Method
ctime
(self, secs=None)
recipes/Python/502286_timehook_modify_Pythinterpreter/recipe-502286.py:48
↓ 38 callers
Method
dumps
pickle and encrypt a python object
recipes/Python/576980_Authenticated/recipe-576980.py:60
↓ 38 callers
Function
rnd
()
recipes/Python/580495_Random_Planet_Generator_Using/recipe-580495.py:21
↓ 38 callers
Method
setFont
(self, font_data)
recipes/Python/577674_Bitmap_Maker/recipe-577674.py:603
↓ 37 callers
Method
delete
Delete this node (optionally, return parent).
recipes/Python/578154_Directory_Pruner_4/recipe-578154.py:801
↓ 37 callers
Method
function
(self, name)
recipes/Python/577382__Keyword_Argument_InjectiPythDecorators_/recipe-577382.py:26
↓ 37 callers
Method
get
(self, key, default=None)
recipes/Python/576403_Arbitrary_order_attribute_writing/recipe-576403.py:375
↓ 37 callers
Method
next
(self)
recipes/Python/572196_RSA/recipe-572196.py:230
↓ 37 callers
Method
parse_args
Callback function called by argument parser. Helps to remove duplicate code
recipes/Python/532908_Text_to_PDF_Converter_rewrite/recipe-532908.py:135
↓ 37 callers
Function
run_one_test
(func, first_kwonly_arg_name, *args, **kwargs)
recipes/Python/580639_Python2_keywordonly_argument_emulatidecorator/recipe-580639.py:128
↓ 37 callers
Method
set
Sets some options. See also method **reset**. Any options not set remain unchanged from the previous setting. The available options
recipes/Python/546530_Size_of_Python_objects_revised/recipe-546530.py:2266
↓ 36 callers
Method
Request
(self)
recipes/Python/413268_Dependency/recipe-413268.py:76
↓ 36 callers
Method
add
(self, name, score)
recipes/Python/577365_MineSweep/recipe-577365.py:916
↓ 36 callers
Method
add_header
You can add additional mime headers, for example a "Content-Type" header with "text/plain" value with optional parameters like charset="UTF-8
recipes/Python/578846_Composing_POSTable_HTTP_request/recipe-578846.py:88
↓ 36 callers
Method
attach
(self, observer)
recipes/Python/578484_Observer_Pattern/recipe-578484.py:23
↓ 36 callers
Function
bytes
(var, *args)
recipes/Python/577518_Rsync_Algorithm/recipe-577518.py:31
↓ 36 callers
Method
count
(self, orig, expect)
recipes/Python/496869_Computing_permutations/recipe-496869.py:49
↓ 36 callers
Method
destroy
Destroy the session
recipes/Python/577524_Python_Sessions/recipe-577524.py:140
↓ 36 callers
Method
digest
(self)
recipes/Python/551777_Accurately_find_duplicate_files/recipe-551777.py:60
← previous
next →
201–300 of 29,190, ranked by callers