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
↓ 36 callers
Method
fetchall
(self)
recipes/Python/144183_PythDatabase_Interface_MS_SQL/recipe-144183.py:155
↓ 36 callers
Method
get
(self, *args, **kwargs)
recipes/Python/576906_Python_3_WSGI_Server/recipe-576906.py:187
↓ 36 callers
Method
pop
(self, last=True)
recipes/Python/577624_OrderedSet/recipe-577624.py:46
↓ 36 callers
Method
write
Writes the text to bottom-left of location.
recipes/Python/578004_processing/recipe-578004.py:54
↓ 35 callers
Method
append
(self, instance, position, visible = True, index = None)
recipes/Python/442489_Artificial_Windows/recipe-442489.py:64
↓ 35 callers
Method
capitalize
Make first char capital (if letter); make other letters lower
recipes/Python/580616_Python_method_chaining_examples/recipe-580616.py:29
↓ 35 callers
Method
center
(self)
recipes/Python/576959_Boids_20_for_Python_31/recipe-576959.py:389
↓ 35 callers
Method
connect
(self, callback)
recipes/Python/578307_Python_A_eventsignal_dispatcher/recipe-578307.py:56
↓ 35 callers
Method
connect
(self, detailed_signal, handler, *args)
recipes/Python/521881_GtkWorker/recipe-521881.py:97
↓ 35 callers
Method
execute
(self)
recipes/Python/578251_Ghoster__Windows_program_create_0kb_clone/recipe-578251.py:383
↓ 35 callers
Method
execute
Execute a DDE command.
recipes/Python/577654_DDE_Client/recipe-577654.py:170
↓ 35 callers
Method
extend
subclass the extend method to handle wildcards, recursing and file filter.
recipes/Python/259147_FSList/recipe-259147.py:287
↓ 35 callers
Method
get
(self)
recipes/Python/578372_COW_with_DDX/recipe-578372.py:21
↓ 35 callers
Method
get_nowait
get tagged item immediatelly or raise an exception
recipes/Python/576632_Queue_with_tagged_items/recipe-576632.py:148
↓ 35 callers
Function
key
Returns a valid key.
recipes/Python/496857_zcryptpy/recipe-496857.py:23
↓ 35 callers
Method
pop
(self, last=True)
recipes/Python/576694_OrderedSet/recipe-576694.py:44
↓ 35 callers
Method
seed
(self, seed=None)
recipes/Python/576707_Long_period_random_number/recipe-576707.py:30
↓ 35 callers
Method
wait
Increment the value of the semaphore, wait up to timeout or wait indefinitly.
recipes/Python/577655_POSIX_Semaphore_FreeBSD/recipe-577655.py:170
↓ 35 callers
Method
write
(self,text)
recipes/Python/119404_Print_Hook/recipe-119404.py:44
↓ 34 callers
Function
NextWave
()
recipes/Python/580636_Space_Assault/recipe-580636.py:1593
↓ 34 callers
Function
any
(iterable)
recipes/Python/578918_Yet_Another_NamedTuple/recipe-578918.py:21
↓ 34 callers
Function
classmethod
Impulate py2.2 classmethod function. -> class method
recipes/Python/113645_Classmethod/recipe-113645.py:3
↓ 34 callers
Function
exp
Elementwise exponential.
recipes/Python/52272_vector_list_based_vector_class_supporting/recipe-52272.py:182
↓ 34 callers
Method
extend
(self, other)
recipes/Python/440656_List_mixin/recipe-440656.py:147
↓ 34 callers
Method
open
(self)
recipes/Python/580781_Metro_Accordion_for_Tkinter/recipe-580781.py:130
↓ 34 callers
Method
release
(self)
recipes/Python/519626_Simple_filebased_mutex_very_basic/recipe-519626.py:19
↓ 34 callers
Method
rmdir
(self, path)
recipes/Python/492214_dal6py/recipe-492214.py:69
↓ 34 callers
Method
warning
(self, msg, *args)
recipes/Python/578827_NondurableLogger_class_use/recipe-578827.py:94
↓ 34 callers
Method
write
(self, data)
recipes/Python/576887_Shared_Clipboard/recipe-576887.py:109
↓ 33 callers
Function
assertEquals
assertEquals(exp, got) Two objects test as "equal" if: * they are the same object as tested by the 'is' operator. *
recipes/Python/577473_Named_Sequences_environments_containing_large/recipe-577473.py:182
↓ 33 callers
Method
bind
(self, event, handler, add=None)
recipes/Python/578886_Automatic_resized_Text_widget/recipe-578886.py:131
↓ 33 callers
Method
start
(self)
recipes/Python/577525_Quiz_Me_25_main/recipe-577525.py:98
↓ 33 callers
Method
tell
Return the virtual position in file.
recipes/Python/572159_SPICE/recipe-572159.py:147
↓ 32 callers
Method
Show
(self)
recipes/Python/120687_Low_resource_Win32_splashscreen/recipe-120687.py:84
↓ 32 callers
Method
configure
(self)
recipes/Python/578493_Analog_stopclock/recipe-578493.py:96
↓ 32 callers
Function
f
()
recipes/Python/578620_music_module/recipe-578620.py:10
↓ 32 callers
Method
get
(self, section, option, raw=0, vars=None)
recipes/Python/534139_Enhanced_safe_string_formatting/recipe-534139.py:108
↓ 32 callers
Method
info
(self)
recipes/Python/492212_dal4py/recipe-492212.py:9
↓ 32 callers
Method
iteritems
(self)
recipes/Python/498195_Another_Odict/recipe-498195.py:179
↓ 32 callers
Function
output_line
outputs line
recipes/Python/576534_Dump_Oracle_db_schema_to_text/recipe-576534.py:441
↓ 32 callers
Method
pop
(self)
recipes/Python/577110_Whitespace_Interpreter/recipe-577110.py:428
↓ 31 callers
Method
append
append to the list; the object must be assignable to the ctype
recipes/Python/475199_resizable_ctypes_arrays/recipe-475199.py:51
↓ 31 callers
Method
append
(self, elm)
recipes/Python/534114_List_wrapper_generators_indexable/recipe-534114.py:202
↓ 31 callers
Method
close
(self)
recipes/Python/576638_Draft_for_an_sqlite3_based_DBM/recipe-576638.py:94
↓ 31 callers
Method
close
(self)
recipes/Python/496742_ShelfProxy/recipe-496742.py:65
↓ 31 callers
Method
connect
(self, slot)
recipes/Python/439356_Selfmanaging_maintenancefree_Signals/recipe-439356.py:48
↓ 31 callers
Method
connect
(self, slot)
recipes/Python/577980_Improved_SignalsSlots/recipe-577980.py:32
↓ 31 callers
Function
get_square
Returns the value of the given square.
recipes/Python/576661_TicTacToe/recipe-576661.py:116
↓ 31 callers
Method
open
(self, keyhandle, keypath, flags = None)
recipes/Python/578296_Treat_Win32_Registry_like_Pythdict__pure/recipe-578296.py:218
↓ 31 callers
Function
output_line
outputs line
recipes/Python/576621_Dump_Informix_schema_to_text/recipe-576621.py:445
↓ 31 callers
Method
place
Places a symbol at the designated space.
recipes/Python/580723_TicTacToe_text_based/recipe-580723.py:91
↓ 31 callers
Method
pop
(self, last=True)
recipes/Python/579071_OrderedSet/recipe-579071.py:44
↓ 31 callers
Method
tell
(self)
recipes/Python/492214_dal6py/recipe-492214.py:232
↓ 31 callers
Function
test
( exp, got, depth = None )
recipes/Python/577470_Fast_flatten_depth_control_oversight_over_which_/recipe-577470.py:201
↓ 31 callers
Method
write
prints a string
recipes/Python/511505_lprbased_printer_module_for_nix/recipe-511505.py:26
↓ 31 callers
Method
writerow
(self, record)
recipes/Python/577811_Pythreader__writer_spss_sav_files_Linux_Mac_/recipe-577811.py:2710
↓ 30 callers
Function
a
(n)
recipes/Python/576659_/recipe-576659.py:5
↓ 30 callers
Method
close
Closes the cd drive door.
recipes/Python/180919_Windows_CDRom_Module/recipe-180919.py:80
↓ 30 callers
Method
consume
(self)
recipes/Python/578138_gprof2dotpy/recipe-578138.py:772
↓ 30 callers
Method
execute
Perform time synchronization.
recipes/Python/576546_DateTimeSyncer_Daylight_Savings_Time/recipe-576546.py:300
↓ 30 callers
Method
execute
Start the worker
recipes/Python/521881_GtkWorker/recipe-521881.py:148
↓ 30 callers
Method
get_text
(self)
recipes/Python/580729_Metro_UI_Tkinter/recipe-580729.py:371
↓ 30 callers
Method
hypot
(self)
recipes/Python/578918_Yet_Another_NamedTuple/recipe-578918.py:189
↓ 30 callers
Function
isdir
@param path the absolute (?) path of the file
recipes/Python/498247_Lazy_Traversal_Directed/recipe-498247.py:51
↓ 30 callers
Function
join
(a, *cs)
recipes/Python/579064_Hex_Dump/recipe-579064.py:6
↓ 30 callers
Function
output_line
outputs line
recipes/Python/576557_Dump_PostgreSQL_db/recipe-576557.py:407
↓ 30 callers
Function
printf
(fmt, *args)
recipes/Python/577191_IP_and_MAC_addresses/recipe-577191.py:780
↓ 30 callers
Method
send
(self, dest, tag, **kwargs)
recipes/Python/577001_sqlite_message_bus/recipe-577001.py:84
↓ 30 callers
Method
sub
(self, s)
recipes/Python/576710_MultiRegex_Single_pass_replace_multiple/recipe-576710.py:13
↓ 29 callers
Method
acquire
(self)
recipes/Python/519626_Simple_filebased_mutex_very_basic/recipe-519626.py:9
↓ 29 callers
Method
addCallback
(self, callback, errback=None)
recipes/Python/365292_Active_Objects/recipe-365292.py:49
↓ 29 callers
Method
debug
Set the debugging status of servlet applications. This determines what happens when code raises an exception. if True: traceback is s
recipes/Python/577047_Bible_Verse_Quiz__servletpy/recipe-577047.py:43
↓ 29 callers
Method
dump
(self)
recipes/Python/578138_gprof2dotpy/recipe-578138.py:560
↓ 29 callers
Method
fill
Fills in the canvas with the given color.
recipes/Python/578004_processing/recipe-578004.py:62
↓ 29 callers
Function
func
(*args, **kwargs)
recipes/Python/474088_Tail_Call_Optimization_Decorator/recipe-474088.py:25
↓ 29 callers
Function
function
Adds an integer and a float and returns a str. >>> function(1, 3.0) '4.0'
recipes/Python/578767_Design_contract/recipe-578767.py:1
↓ 29 callers
Method
push
(self, item)
recipes/Python/578694_heap_class/recipe-578694.py:10
↓ 29 callers
Method
quit
(self, obj)
recipes/Python/576705_pyGTK_threading/recipe-576705.py:29
↓ 29 callers
Method
select
Select columns and process them with any given functions.
recipes/Python/577825_Rudimentary_Database_Engine/recipe-577825.py:482
↓ 29 callers
Method
sort
(self,cmpfunc=None)
recipes/Python/306864_List_and_dictionary_observer/recipe-306864.py:79
↓ 29 callers
Method
start
Randomly display an amount of change and ask how many of each coin type are needed to equal the amount displayed.
recipes/Python/578988_Money_Game/recipe-578988.py:21
↓ 29 callers
Method
status
(self, block)
recipes/Python/492211_dal3py/recipe-492211.py:421
↓ 29 callers
Function
unique
unique(seq, stable=False): return a list of the elements in seq in arbitrary order, but without duplicates. If stable=True it keeps the origin
recipes/Python/438599_Unique_stableunstable/recipe-438599.py:5
↓ 28 callers
Method
accept
Return a new Socket_Crypt and address.
recipes/Python/572159_SPICE/recipe-572159.py:175
↓ 28 callers
Method
clone
Creates a class preferring thread affinity after update.
recipes/Python/578152_threadboxpy/recipe-578152.py:30
↓ 28 callers
Method
close
(self)
recipes/Python/259176_StandOut__Flexible_Output_Object/recipe-259176.py:52
↓ 28 callers
Method
decode
Decorator to Utf-8 decode all str items contained in a dictionary If ioUtf8=True, the dictionary's keys and values are decoded, but only
recipes/Python/577811_Pythreader__writer_spss_sav_files_Linux_Mac_/recipe-577811.py:714
↓ 28 callers
Method
find
(self,path)
recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:182
↓ 28 callers
Method
items
(self)
recipes/Python/265879_Rating_class_mapping/recipe-265879.py:135
↓ 28 callers
Method
iteritems
(self)
recipes/Python/578147_Stack_Environment/recipe-578147.py:109
↓ 28 callers
Function
longToString
(i)
recipes/Python/577674_Bitmap_Maker/recipe-577674.py:62
↓ 28 callers
Method
pack
(self, *args, **kargs)
recipes/Python/578895_Simultaneous__paned_grids/recipe-578895.py:524
↓ 28 callers
Method
pow
(self)
recipes/Python/59884_RPN_Stack_class/recipe-59884.py:179
↓ 28 callers
Method
readline
(self)
recipes/Python/578138_gprof2dotpy/recipe-578138.py:635
↓ 28 callers
Method
save
Save the state of the entire Namespace tree structure.
recipes/Python/578195_Setting_Namespaces/recipe-578195.py:100
↓ 28 callers
Method
sleep
(self, sleeptime)
recipes/Python/300019_Coroutines_in_Python/recipe-300019.py:38
↓ 28 callers
Function
t
one file object + threading
recipes/Python/577404_fcntlflock_Unix_file_lock_behaviour_sampling/recipe-577404.py:89
↓ 27 callers
Method
close
Close the mutex and release the handle.
recipes/Python/577794_Win32_named_mutex_class_systemwide/recipe-577794.py:73
↓ 27 callers
Method
commit
Commit the changes to the session
recipes/Python/577524_Python_Sessions/recipe-577524.py:133
↓ 27 callers
Method
datetime
Generate the date/time stamp used in our log entries
recipes/Python/66452_Logpyl__basic_logfile_objects/recipe-66452.py:149
← previous
next →
301–400 of 29,190, ranked by callers