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
↓ 18 callers
Method
flush
(*args, **kwargs)
recipes/Python/578187_Calendar_Maker/recipe-578187.py:545
↓ 18 callers
Method
get
(self, key, default=None)
recipes/Python/543263_Shelf_alternative_using_hashed_keys_filenames/recipe-543263.py:15
↓ 18 callers
Method
get
(bias, *colors)
recipes/Python/577638_File_Share_Messenger_25/recipe-577638.py:312
↓ 18 callers
Method
getNeighbours
(self, vertex)
recipes/Python/579141_Simple_Graph_library/recipe-579141.py:79
↓ 18 callers
Method
getenv
(self, name)
recipes/Python/577621_Manage_environment_variables/recipe-577621.py:21
↓ 18 callers
Method
getsockname
Return first registered socket's own address.
recipes/Python/578504_Server_supporting_IPv4_and_IPv6/recipe-578504.py:228
↓ 18 callers
Method
insert
(self, index, element)
recipes/Python/576403_Arbitrary_order_attribute_writing/recipe-576403.py:295
↓ 18 callers
Method
isSet
(self)
recipes/Python/473863_A_threadingEvent_you_can_pickle/recipe-473863.py:15
↓ 18 callers
Method
items
Return a list containing all items.
recipes/Python/52258_a_Set_class_for_python/recipe-52258.py:42
↓ 18 callers
Method
iteritems
D.iteritems() -> an iterator over (key, value) pairs sorted by keys (add reverse=True for reverse ordering).
recipes/Python/576998_Sorted_dictionary/recipe-576998.py:93
↓ 18 callers
Function
join
Join iterable's items as a path string >>> join(('a', 'b')) == os.path.join('a', 'b') True
recipes/Python/577016_Path_entire_split__commonprefix/recipe-577016.py:36
↓ 18 callers
Function
listdir
(path)
recipes/Python/577091_Windows_TREE_Emulator/recipe-577091.py:40
↓ 18 callers
Method
out
(self,line)
recipes/Python/259175_ConfigObj__Lightweight_Config_File/recipe-259175.py:468
↓ 18 callers
Method
put
Put item on the queue. If the queue size is limited ...
recipes/Python/327082_Pseudo_threads_generators/recipe-327082.py:135
↓ 18 callers
Method
quit
(self)
recipes/Python/578569_Text_Editor_in_Python_33/recipe-578569.py:96
↓ 18 callers
Method
recv
(self)
recipes/Python/578348_WebSocket_interface/recipe-578348.py:71
↓ 18 callers
Method
release
(self)
recipes/Python/300019_Coroutines_in_Python/recipe-300019.py:182
↓ 18 callers
Method
select
(self)
recipes/Python/580794_Simple_multicolumn_listbox/recipe-580794.py:37
↓ 18 callers
Method
send
Send the email message represented by this object.
recipes/Python/576858_Send_HTML_or_Text_email_or_without/recipe-576858.py:34
↓ 18 callers
Method
sendall
Encrypt and send all on socket.
recipes/Python/572159_SPICE/recipe-572159.py:218
↓ 18 callers
Method
values
(self)
recipes/Python/498195_Another_Odict/recipe-498195.py:176
↓ 18 callers
Method
write
(self, textToOutput)
recipes/Python/225299_Use_IISASP_or_Apachemodpythsame/recipe-225299.py:176
↓ 18 callers
Method
y
(self)
recipes/Python/580748_Tkinter_draggable_list_V2/recipe-580748.py:40
↓ 17 callers
Method
_invariant
(self)
recipes/Python/465156_Shared_lock_akreaderwriter_lock_timeouts_FIFO/recipe-465156.py:160
↓ 17 callers
Function
_slots
Returns the private version of names for __slots__ on a class.
recipes/Python/577825_Rudimentary_Database_Engine/recipe-577825.py:21
↓ 17 callers
Method
acquire
(self, coroutine)
recipes/Python/300019_Coroutines_in_Python/recipe-300019.py:175
↓ 17 callers
Method
add
(self, key)
recipes/Python/576694_OrderedSet/recipe-576694.py:18
↓ 17 callers
Method
add
Add an element v to a set DS[k]. This has no effect if the element v is already present in DS[k]. When v is not supp
recipes/Python/577702_DictSet__specialized_Pythcontainer_datatype/recipe-577702.py:519
↓ 17 callers
Method
append
(self, instance, position, visible = True, index = None)
recipes/Python/442483_War_Game_Version_3/recipe-442483.py:216
↓ 17 callers
Function
assertEqual
(a, b)
recipes/Python/578529_easyjsonpy__parsing_JSbuffer/recipe-578529.py:121
↓ 17 callers
Method
bind
(self, event, handler)
recipes/Python/580746_Tkinter_treeview_like_table_or_multicolumn/recipe-580746.py:1041
↓ 17 callers
Method
clear
(self)
recipes/Python/578990_Hangman/recipe-578990.py:39
↓ 17 callers
Method
close
(self)
recipes/Python/465531_threaded_multipart_FTP_download/recipe-465531.py:157
↓ 17 callers
Method
close
(self)
recipes/Python/578194_Distributed_lock_manager/recipe-578194.py:57
↓ 17 callers
Method
dot
(self,widget)
recipes/Python/576623_simple_pygtk_Calculator/recipe-576623.py:187
↓ 17 callers
Function
echo
"arg" is a string or None if "arg" is None : the terminal is reset to his default values. if "arg" is a string it must contai
recipes/Python/574451_Handling_ANSI_Terminal/recipe-574451.py:15
↓ 17 callers
Function
enumerate
enumerate([start,] iterable)
recipes/Python/307582_Flexible_enumerate/recipe-307582.py:3
↓ 17 callers
Method
extend
Extend the right side of the OrderedSet with elements from the iterable.
recipes/Python/528878_Ordered_Set/recipe-528878.py:88
↓ 17 callers
Function
f
(func)
recipes/Python/359874_xmlrpc_parameter_mapping_OOstyle/recipe-359874.py:60
↓ 17 callers
Function
format
(x)
recipes/Python/577618_Formatting_numbers_state_machine/recipe-577618.py:37
↓ 17 callers
Method
get
(self, first, last=None)
recipes/Python/578805_MultiListbox_Tkinter_widget/recipe-578805.py:50
↓ 17 callers
Method
get
(self, first, last=None)
recipes/Python/52266_MultiListbox_Tkinter_widget/recipe-52266.py:50
↓ 17 callers
Method
get
(self, local, flags=None)
recipes/Python/473884_VSS_Integration_Module/recipe-473884.py:154
↓ 17 callers
Method
items
(self)
recipes/Python/578096_MutableMapping_that_CUse_Unhashable_Objects/recipe-578096.py:23
↓ 17 callers
Method
iteritems
( self, unique = True )
recipes/Python/465748_Network_Of_Linked_Dictionaries/recipe-465748.py:237
↓ 17 callers
Method
measure
(self)
recipes/Python/573457_Converter/recipe-573457.py:21
↓ 17 callers
Method
next
(self)
recipes/Python/523026_subscriptable_generator/recipe-523026.py:22
↓ 17 callers
Method
plotPoint
( self, x, y )
recipes/Python/577674_Bitmap_Maker/recipe-577674.py:194
↓ 17 callers
Method
poll
(self)
recipes/Python/576830_analog_clock/recipe-576830.py:123
↓ 17 callers
Method
pprint
(self)
recipes/Python/579141_Simple_Graph_library/recipe-579141.py:439
↓ 17 callers
Method
remove
Remove the first occurence of an item, the caseless way.
recipes/Python/284569_caselessList/recipe-284569.py:53
↓ 17 callers
Method
search
Start search thread while GUI automatically updates.
recipes/Python/578154_Directory_Pruner_4/recipe-578154.py:302
↓ 17 callers
Method
setValue
(self,Chromosome,value)
recipes/Python/578491_Genetic_Optimisati_SLM_Holograms_/recipe-578491.py:100
↓ 17 callers
Function
sizeof
(o)
recipes/Python/577504_Compute_Memory_footprint_object_its/recipe-577504.py:33
↓ 17 callers
Function
start
(armory, programs, droids)
recipes/Python/578636_Droids_2__IF_/recipe-578636.py:39
↓ 17 callers
Function
test
(f, *args, **kws)
recipes/Python/578993_Keywordonly_arguments/recipe-578993.py:139
↓ 17 callers
Function
write
(links)
recipes/Python/440647_Smart_Links/recipe-440647.py:43
↓ 17 callers
Method
write
(self, s)
recipes/Python/163969_Win32_registry_file/recipe-163969.py:191
↓ 17 callers
Method
writeln
(self,s="")
recipes/Python/205451_Povray_for_python/recipe-205451.py:31
↓ 16 callers
Function
Find
(x)
recipes/Python/577225_UnionFind/recipe-577225.py:27
↓ 16 callers
Method
Timer
(self, timeOut)
recipes/Python/120687_Low_resource_Win32_splashscreen/recipe-120687.py:87
↓ 16 callers
Method
__init__
(self, callee_id)
recipes/Python/578138_gprof2dotpy/recipe-578138.py:169
↓ 16 callers
Method
__init__
(self,v1,v2,*opts,**kwargs)
recipes/Python/205451_Povray_for_python/recipe-205451.py:127
↓ 16 callers
Method
__mul__
(self, obj)
recipes/Python/576908_Python_Vectors/recipe-576908.py:118
↓ 16 callers
Function
_method
Method objects.
recipes/Python/544288_Size_of_Python_objects/recipe-544288.py:106
↓ 16 callers
Method
acquire
Acquire a lock, returning self if successful, False otherwise
recipes/Python/498171_Simple_lockfile_detect_previous_instances/recipe-498171.py:24
↓ 16 callers
Method
add
adds a function to the list of functions @param function is expected to be a lambda expression
recipes/Python/578061_Sequence_Builder/recipe-578061.py:43
↓ 16 callers
Function
append
(a, v)
recipes/Python/578777_Easy_Bit_Arrays_using_Long/recipe-578777.py:37
↓ 16 callers
Method
call
Call this scheduled function.
recipes/Python/577808_asyncore_scheduler/recipe-577808.py:53
↓ 16 callers
Function
check
(value, *expected)
recipes/Python/577191_IP_and_MAC_addresses/recipe-577191.py:797
↓ 16 callers
Method
check_map
(self,a,b,c)
recipes/Python/578980_TicTacToe/recipe-578980.py:34
↓ 16 callers
Method
close
(self, to=-1, to_sever=3)
recipes/Python/576759_Subprocess_async_IO_pipes/recipe-576759.py:136
↓ 16 callers
Method
copy
(self)
recipes/Python/259174_bag_collection_class/recipe-259174.py:55
↓ 16 callers
Method
dedent
(self)
recipes/Python/205451_Povray_for_python/recipe-205451.py:13
↓ 16 callers
Method
difference
(self, other)
recipes/Python/577660_Representing_set_compact/recipe-577660.py:28
↓ 16 callers
Method
drawLine
( self, x1, y1, x2, y2, type=LINE_SOLID )
recipes/Python/577674_Bitmap_Maker/recipe-577674.py:292
↓ 16 callers
Method
execute
(self, cmd, args=None)
recipes/Python/576698_Transparently_execute_SQL_queries_prepared/recipe-576698.py:105
↓ 16 callers
Method
first
Returns the first row or column of specified row.
recipes/Python/577825_Rudimentary_Database_Engine/recipe-577825.py:402
↓ 16 callers
Method
get
(self)
recipes/Python/496730_QuackTemplateWrapper/recipe-496730.py:86
↓ 16 callers
Method
get
(key)
recipes/Python/511491_Getting_system/recipe-511491.py:27
↓ 16 callers
Function
get_func
Retrieve a function from a library, and set the data types.
recipes/Python/577655_POSIX_Semaphore_FreeBSD/recipe-577655.py:13
↓ 16 callers
Method
gmtime
(self, secs=None)
recipes/Python/502286_timehook_modify_Pythinterpreter/recipe-502286.py:54
↓ 16 callers
Method
insert
(self, place, iterable)
recipes/Python/578092_Flattening_arbitrarily_deep_list_or_any/recipe-578092.py:18
↓ 16 callers
Method
insert
Insert a new node with text at position in current node.
recipes/Python/577635_Directory_Pruner_3/recipe-577635.py:682
↓ 16 callers
Function
is_prime
(n, k=30)
recipes/Python/578797_Public_Key_Encryption_RSA/recipe-578797.py:21
↓ 16 callers
Method
iterate_basis_functions
(self,j=0)
recipes/Python/578515_Hartree_Fock_SCF/recipe-578515.py:21
↓ 16 callers
Function
list_get
(list_, index, default="")
recipes/Python/577366_TRAC_Interpreter__Sixties_programming/recipe-577366.py:13
↓ 16 callers
Method
load
Load subkey from file.
recipes/Python/510392_winreg_Wrapper/recipe-510392.py:194
↓ 16 callers
Method
match
Match the boolean expression, behaviour is same as the 'match' method of re
recipes/Python/252526_Complex_BooleRegular/recipe-252526.py:74
↓ 16 callers
Method
pop
( self, key, default = Misfit )
recipes/Python/465748_Network_Of_Linked_Dictionaries/recipe-465748.py:304
↓ 16 callers
Method
pop
od.pop(k[,d]) -> v, remove specified key and return the corresponding value. If key is not found, d is returned if given, otherwise KeyError
recipes/Python/577826_Yet_Another_Ordered_Dictionary/recipe-577826.py:140
↓ 16 callers
Method
read
(self, filename)
recipes/Python/576603_Huffman_coding_EncoderDeconder/recipe-576603.py:175
↓ 16 callers
Method
recv
Receive one object.
recipes/Python/511433_spots_V1/recipe-511433.py:46
↓ 16 callers
Method
release
Release the currently held lock. In case the current thread holds no lock, a ValueError is thrown.
recipes/Python/502283_ReadWrite_Lock_class_RLock_like/recipe-502283.py:195
↓ 16 callers
Method
release
Release lock, returning self
recipes/Python/498171_Simple_lockfile_detect_previous_instances/recipe-498171.py:47
↓ 16 callers
Function
self
()
recipes/Python/440641_Custom_Made_CGI_Module/recipe-440641.py:15
↓ 16 callers
Method
set
(self, new_func)
recipes/Python/465868_A_ThunkSpace_for_Python/recipe-465868.py:12
↓ 16 callers
Method
set_title
(self,title)
recipes/Python/576614_palette_similar_GLADE_palette/recipe-576614.py:48
↓ 16 callers
Method
terminate
Stops the worker processes immediately without completing outstanding work. When the pool object is garbage collected terminate() will
recipes/Python/576519_Thread_pool_same_API/recipe-576519.py:226
↓ 16 callers
Method
unpack
(self)
recipes/Python/576834_Interrogating_linux_devusbhiddev0/recipe-576834.py:26
← previous
next →
601–700 of 29,190, ranked by callers