MCPcopy Create free account

hub / github.com/ActiveState/code / functions

Functions29,190 in github.com/ActiveState/code

↓ 96 callersMethodjoin
Join given arguments into the same set. Accepts one or more arguments.
recipes/Python/387776_Grouping_objects_indisjoint/recipe-387776.py:31
↓ 96 callersFunctionreversed
(items)
recipes/Python/577025_LoggingWebMonitor__central_logging_server/recipe-577025.py:75
↓ 94 callersMethodfind
Return first item with a key == k. Raise ValueError if not found.
recipes/Python/577197_SortedCollection/recipe-577197.py:160
↓ 94 callersMethodjoin
String join with reversed semantics.
recipes/Python/161403_Functional_dictionary_list_types/recipe-161403.py:234
↓ 93 callersMethodappend
Add an element to the right side of the OrderedSet.
recipes/Python/528878_Ordered_Set/recipe-528878.py:75
↓ 93 callersMethodrfind
(self, other, *args)
recipes/Python/194371_Case_Insensitive_Strings/recipe-194371.py:54
↓ 91 callersMethodgetcwd
(self)
recipes/Python/492214_dal6py/recipe-492214.py:53
↓ 90 callersMethodtrace
helper method to print "<name>.<func> [: <args> <kwargs>]"
recipes/Python/577383_Object_snoop__experiment_Pythspecial/recipe-577383.py:27
↓ 89 callersMethodfindall
(self,path)
recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:185
↓ 89 callersMethoditems
(self)
recipes/Python/578224_DoubleDict/recipe-578224.py:144
↓ 89 callersMethodreadlines
(self)
recipes/Python/572196_RSA/recipe-572196.py:225
↓ 88 callersMethodsocket
(self)
recipes/Python/577490_MongoDB_Pool_gevent_pymongo/recipe-577490.py:34
↓ 87 callersMethodappend
(self, value)
recipes/Python/577185_List_fast_membership_test/recipe-577185.py:45
↓ 87 callersMethodclose
(self)
recipes/Python/572196_RSA/recipe-572196.py:236
↓ 87 callersMethodremove
Remove node and its subtree. dn --- distinguished name of node.
recipes/Python/576966_DnTree/recipe-576966.py:177
↓ 86 callersFunctioncallable
(obj)
recipes/Python/578770_Method_chaining_or_cascading/recipe-578770.py:5
↓ 86 callersFunctionexit
(index)
recipes/Python/576418_Multithreaded_FIFO_Gate/recipe-576418.py:150
↓ 86 callersMethodinfo
(self, msg, *args)
recipes/Python/578827_NondurableLogger_class_use/recipe-578827.py:91
↓ 84 callersMethodfind
(self, block, name)
recipes/Python/492212_dal4py/recipe-492212.py:202
↓ 84 callersFunctionsin
Elementwise sine.
recipes/Python/52272_vector_list_based_vector_class_supporting/recipe-52272.py:191
↓ 84 callersMethodtitle
Read-only title property identifying this file's contents.
recipes/Python/577049_Bible_Verse_Quiz__librarypy/recipe-577049.py:222
↓ 83 callersMethoditems
(self)
recipes/Python/577515_interval_mapping/recipe-577515.py:224
↓ 82 callersMethodmutate
(self, row, column, value)
recipes/Python/464727_War_Game_Version_4/recipe-464727.py:226
↓ 82 callersMethodmutate
(self, row, column, string)
recipes/Python/442483_War_Game_Version_3/recipe-442483.py:167
↓ 81 callersMethod_dispatch
(self, ast)
recipes/Python/498270_Yielding_out_nested_routines_metaclass/recipe-498270.py:85
↓ 81 callersMethoddebug
(self, msg)
recipes/Python/576887_Shared_Clipboard/recipe-576887.py:85
↓ 81 callersMethodreplace
Equivalent to "x = heap.popmin(); heap.push(); return x" but more efficient.
recipes/Python/440673_Safe_heap_queue_class/recipe-440673.py:30
↓ 81 callersMethodwrite
(self,*items)
recipes/Python/205451_Povray_for_python/recipe-205451.py:25
↓ 80 callersFunctionfunc
(self,*args, **kwargs)
recipes/Python/577207_Immutable_objectsubclass/recipe-577207.py:19
↓ 79 callersMethodwrite
(self, astring)
recipes/Python/52295_Automatic_delegatialternative/recipe-52295.py:4
↓ 78 callersMethodpop
(self, key, default)
recipes/Python/578615_graph/recipe-578615.py:587
↓ 77 callersMethodkeys
Returns a list of keys in the database file
recipes/Python/577003_Extending_anydbm_with_marshal/recipe-577003.py:47
↓ 77 callersMethodseek
Seek to virtual positon in file.
recipes/Python/572159_SPICE/recipe-572159.py:141
↓ 77 callersMethodvalues
(self)
recipes/Python/578224_DoubleDict/recipe-578224.py:205
↓ 76 callersMethodclose
(self, force)
recipes/Python/492214_dal6py/recipe-492214.py:185
↓ 76 callersMethodlocaltime
(self, secs=None)
recipes/Python/502286_timehook_modify_Pythinterpreter/recipe-502286.py:60
↓ 75 callersMethodsplit
Split this iterator into two pieces. The original iterator is still callable, as is the sub-iterator.
recipes/Python/213027_Splitting_iterators/recipe-213027.py:51
↓ 74 callersFunctioncos
Elementwise cosine.
recipes/Python/52272_vector_list_based_vector_class_supporting/recipe-52272.py:209
↓ 74 callersFunctionpow
Takes the elements of a and raises them to the b-th power
recipes/Python/52272_vector_list_based_vector_class_supporting/recipe-52272.py:282
↓ 74 callersMethodwrite
(self, *msg)
recipes/Python/576589_Compare_MySQL_DB/recipe-576589.py:124
↓ 73 callersMethodClose
(self)
recipes/Python/200946_quick_dirty_Client_Server_Socket/recipe-200946.py:20
↓ 73 callersMethodmkdir
(self, path)
recipes/Python/492214_dal6py/recipe-492214.py:63
↓ 73 callersMethodprint
Provides a convenient way of printing representation of the table.
recipes/Python/577825_Rudimentary_Database_Engine/recipe-577825.py:410
↓ 71 callersMethodencode
Counter part of decode helper function, does the opposite of that function (but is not a decorator)
recipes/Python/577811_Pythreader__writer_spss_sav_files_Linux_Mac_/recipe-577811.py:740
↓ 71 callersMethodwriteLine
(self,strLine, delimit, newline)
recipes/Python/52267_Reverse_engineer_MS_AccessJet/recipe-52267.py:223
↓ 70 callersMethodclose
Returns any unprocessed data (without processing it) and resets the parser. Should be used after all the data has been handled using feed and
recipes/Python/286269_HTML_Scraper/recipe-286269.py:45
↓ 70 callersMethodfetchall
(self)
recipes/Python/578906_PythDatabase_Interface_MS_SQL_Server__Pyth3/recipe-578906.py:164
↓ 70 callersMethodwrite
(self, s)
recipes/Python/580767_Unix_teelike_functionality/recipe-580767.py:39
↓ 69 callersMethodappend
(self, row)
recipes/Python/334621_List_Dictionaries_Memory/recipe-334621.py:13
↓ 68 callersMethodreadline
(self)
recipes/Python/572196_RSA/recipe-572196.py:217
↓ 68 callersMethodtime
(self)
recipes/Python/475215_Discreet_SimulatiRound/recipe-475215.py:67
↓ 67 callersMethodappend
(self, indi)
recipes/Python/578491_Genetic_Optimisati_SLM_Holograms_/recipe-578491.py:163
↓ 67 callersMethodappend
(self, func, *args, **kw)
recipes/Python/498271_chaexecutifunctions_using/recipe-498271.py:5
↓ 67 callersMethodextend
Add a set of columns to the database (fast)
recipes/Python/577698_Simple_numeric_database/recipe-577698.py:37
↓ 67 callersMethodget
(self, k, x=None)
recipes/Python/498195_Another_Odict/recipe-498195.py:153
↓ 67 callersMethodopen
(self, status)
recipes/Python/492210_dal2py/recipe-492210.py:26
↓ 66 callersMethodappend
(self, iterable)
recipes/Python/578092_Flattening_arbitrarily_deep_list_or_any/recipe-578092.py:15
↓ 66 callersMethodfileno
(self)
recipes/Python/577662_ASIO/recipe-577662.py:65
↓ 66 callersMethodhas_key
(self,name)
recipes/Python/572202_Web_browser_emulator/recipe-572202.py:56
↓ 66 callersMethodseek
(self, offset, from_start=False)
recipes/Python/492214_dal6py/recipe-492214.py:218
↓ 65 callersMethodgetvalue
The current value of the semaphore.
recipes/Python/577655_POSIX_Semaphore_FreeBSD/recipe-577655.py:120
↓ 65 callersMethodlistdir
(self, path)
recipes/Python/492214_dal6py/recipe-492214.py:57
↓ 65 callersMethodread
(self)
recipes/Python/576887_Shared_Clipboard/recipe-576887.py:117
↓ 64 callersMethodappend
(self, value, alias=None)
recipes/Python/415345_write_sql_via_python/recipe-415345.py:617
↓ 63 callersMethodindex
Find the position of an item. Raise ValueError if not found.
recipes/Python/577197_SortedCollection/recipe-577197.py:126
↓ 63 callersFunctionlog
(msg, level=1, abort=False)
recipes/Python/576777_Simple_FTP_Mirror/recipe-576777.py:71
↓ 62 callersMethodclose
(self)
recipes/Python/578907_Python_Awesome_DD/recipe-578907.py:211
↓ 62 callersMethodsave
(self)
recipes/Python/576899_model_teste/recipe-576899.py:44
↓ 61 callersMethodappend
(self, *args, **kwargs)
recipes/Python/577714_Function_Pipelines/recipe-577714.py:41
↓ 60 callersMethodfind
\ Find the root of the set that an object is in. If the object was not known, will make it known, and it becomes its own set. Object must be Python ha
recipes/Python/215912_Union_Find_data_structure/recipe-215912.py:71
↓ 60 callersFunctionfunc
(t)
recipes/Python/579010_oscylator/recipe-579010.py:10
↓ 59 callersMethodclose
(self)
recipes/Python/303349_Python_DAO_interface_class/recipe-303349.py:119
↓ 59 callersMethodhexdigest
(self)
recipes/Python/551777_Accurately_find_duplicate_files/recipe-551777.py:58
↓ 58 callersMethodget
Returns the result when it arrives. If timeout is not None and the result does not arrive within timeout seconds then Timeout
recipes/Python/576519_Thread_pool_same_API/recipe-576519.py:365
↓ 58 callersFunctionwrite
(win=None, line=None, col=None, txt=None, attrs=None)
recipes/Python/577933_DistCC_top/recipe-577933.py:8
↓ 57 callersMethodadd
Add the vertices and/or edges. Parameters can be single vertex or list of vertices. If no second parameter given, assume vertex additi
recipes/Python/578615_graph/recipe-578615.py:395
↓ 57 callersMethodsample
(self)
recipes/Python/578869_Monte_Carlo_Engine__How_find_optimised_wager/recipe-578869.py:278
↓ 57 callersFunctionsqrt
Elementwise sqrt.
recipes/Python/52272_vector_list_based_vector_class_supporting/recipe-52272.py:245
↓ 57 callersMethodtranslate
Moves the polygon by the specified offset.
recipes/Python/578004_processing/recipe-578004.py:18
↓ 56 callersFunctionStringIO
Add support for 'with' statement to StringIO - http://bugs.python.org/issue1286
recipes/Python/576650_with_statement_for_StringIO/recipe-576650.py:2
↓ 56 callersMethodadd_command
create a Button within a menu. When the menu is posted, it will be pack()ed with options side = TOP, expand = YES, fill = X Enter will
recipes/Python/442500_ExtraMenu__TkInter_menu_arbitrary_widgets/recipe-442500.py:596
↓ 56 callersFunctiond
()
recipes/Python/578620_music_module/recipe-578620.py:6
↓ 56 callersMethodindex
(self, value)
recipes/Python/578070_extending_xrange_support_slicing/recipe-578070.py:76
↓ 56 callersMethodinsert
Inserts provided data into a new row of the database.
recipes/Python/577825_Rudimentary_Database_Engine/recipe-577825.py:424
↓ 56 callersMethodwrite
(self,text)
recipes/Python/579132_Print_Hook/recipe-579132.py:44
↓ 55 callersMethodconfigure
(self)
recipes/Python/576830_analog_clock/recipe-576830.py:74
↓ 55 callersMethoddelete
Delete this node (optionally, return parent).
recipes/Python/577635_Directory_Pruner_3/recipe-577635.py:706
↓ 55 callersMethoditeritems
Iterate in order over the (interval, value) pairs of the mapping. If yield_nothing is true, the self.nothing marker is returned for u
recipes/Python/577515_interval_mapping/recipe-577515.py:103
↓ 55 callersMethodpack
create and post Button for opening menu. If this is a sub-menu, the pack method does nothing. Return and left-click will be bound to
recipes/Python/442500_ExtraMenu__TkInter_menu_arbitrary_widgets/recipe-442500.py:82
↓ 55 callersMethodputpixel
(int x,int y,int c)
recipes/Java/577146_Moving_Plasma_Fractal_Applet/recipe-577146.java:17
↓ 54 callersMethodappend
(self, bound_method)
recipes/Python/576854_Components_Abilities_different/recipe-576854.py:114
↓ 54 callersFunctionapply
Return a new IntervalMapping applying func to all values of mappings. For example, apply(lambda x, y: x + y, m1, m2) returns a new matchi
recipes/Python/577515_interval_mapping/recipe-577515.py:252
↓ 54 callersMethodwalk
(self, dir)
recipes/Python/574453_Automate_creatinew/recipe-574453.py:89
↓ 54 callersMethodwrite
Writes configuration to the registry path.
recipes/Python/335817_RegConfig__Use_registry/recipe-335817.py:216
↓ 53 callersFunctionPOINTER
(obj)
recipes/Python/578849_Reimplementatirmtree_supporting_Windows_reparse_/recipe-578849.py:18
↓ 53 callersMethodinsert
(self, i, texel)
recipes/Python/577978_Text_Model/recipe-577978.py:120
↓ 53 callersMethodtitle
(self)
recipes/Python/580781_Metro_Accordion_for_Tkinter/recipe-580781.py:103
↓ 53 callersMethodunpack
return the unpack bit fields in dec [ n1, n2, n3...] with length given in pack [ l1, l2, l3...]
recipes/Python/578922_bitfield_rev2/recipe-578922.py:57
↓ 52 callersMethodcount
Counts the total number of 'non-null' cells in the given column.
recipes/Python/577825_Rudimentary_Database_Engine/recipe-577825.py:597
↓ 52 callersMethodencode
Encode the string and show the cipher-text in the output.
recipes/Python/578076_Markov/recipe-578076.py:203
← previousnext →101–200 of 29,190, ranked by callers