MCPcopy Create free account

hub / github.com/ActiveState/code / functions

Functions29,190 in github.com/ActiveState/code

↓ 22 callersMethodout
(self)
recipes/Python/52275_sparse_dictionary_based_sparse_matrix/recipe-52275.py:80
↓ 22 callersMethodpack
(self, *args, **kwargs)
recipes/Python/578887_Text_widget_width_height_pixels/recipe-578887.py:17
↓ 22 callersMethodparse
Parse ICMP packet and return an instance of Packet
recipes/Python/576662_icmplib/recipe-576662.py:141
↓ 22 callersMethodset
(self, newSize)
recipes/Python/576576_Thread_Pool/recipe-576576.py:15
↓ 22 callersMethodset_text
(self, text)
recipes/Python/580729_Metro_UI_Tkinter/recipe-580729.py:381
↓ 22 callersMethodshow
(self)
recipes/Python/577716_Simple_Sudoku/recipe-577716.py:29
↓ 22 callersFunctionshow_qry
shows SQL query results
recipes/Python/576534_Dump_Oracle_db_schema_to_text/recipe-576534.py:501
↓ 22 callersFunctionstrmap
Hardcode a particular ast Node to string representation 'show'.
recipes/Python/576671_Parse_call_functiPy26_Py27_/recipe-576671.py:48
↓ 22 callersMethodsum
(self)
recipes/Python/409366_Implementing_Javinner_classes_using/recipe-409366.py:10
↓ 22 callersMethodvalues
(self)
recipes/Python/580645_LRU_dictionary/recipe-580645.py:76
↓ 21 callersMethodRefresh
(*a)
recipes/Python/535165_stock_market_check_v2/recipe-535165.py:194
↓ 21 callersMethod__request
(self, stat)
recipes/Python/577989_Yahoo_Stock_Information/recipe-577989.py:23
↓ 21 callersMethodappend
(self, item)
recipes/Python/205451_Povray_for_python/recipe-205451.py:60
↓ 21 callersMethodbuild_opener
(self,url,postdata=None,extraheaders={},forbid_redirect=False)
recipes/Python/572202_Web_browser_emulator/recipe-572202.py:77
↓ 21 callersFunctioncase
(value)
recipes/Python/410695_Exceptionbased_SwitchCase/recipe-410695.py:10
↓ 21 callersMethodclose
blocking call, return after close/cancel is done.
recipes/Python/577505_Command_Threads/recipe-577505.py:72
↓ 21 callersMethodescape
(self, s)
recipes/Python/578138_gprof2dotpy/recipe-578138.py:2733
↓ 21 callersMethodget
DS.get(k[,v]) -> DS[v] if k in DS, else set(v). v defaults to None.
recipes/Python/577702_DictSet__specialized_Pythcontainer_datatype/recipe-577702.py:563
↓ 21 callersMethodgetSize
Return the total size of the regular files in the list. Used for the read-only property 'size'.
recipes/Python/259147_FSList/recipe-259147.py:141
↓ 21 callersMethodmakeCode
Create the binary code return a string which contains "0" for white bar, "1" for black bar, "L" for long bar
recipes/Python/426069_EAN_Bar_code_image_generator/recipe-426069.py:79
↓ 21 callersMethodparseString
(self, d)
recipes/Python/157358_Lightweight_XML_constructor/recipe-157358.py:90
↓ 21 callersFunctionpartial
Partial derivative at a given point >>> func = lambda x, y: x*y + sin(x) >>> point = (2.5, 3.5) >>> partial(func, point, 0)
recipes/Python/580610_Auto_differentiation/recipe-580610.py:181
↓ 21 callersMethodpush
(self, item)
recipes/Python/59884_RPN_Stack_class/recipe-59884.py:39
↓ 21 callersMethodseek
(self, pos=None)
recipes/Python/578907_Python_Awesome_DD/recipe-578907.py:220
↓ 21 callersMethodsend
Sends one Python object over a socket.
recipes/Python/496872_zservicepy/recipe-496872.py:24
↓ 21 callersMethodsend
Send one object.
recipes/Python/511433_spots_V1/recipe-511433.py:37
↓ 21 callersMethodsend_response
(self, code, message=None)
recipes/Python/440665_Asynchronous_HTTP_server/recipe-440665.py:368
↓ 21 callersFunctionseq
seq(n1, n2, base=, by=, length=, ztol=) Minimum number is 1 and maximum number of args is 2. Any misspecification will result in
recipes/Python/492234_Inclusive_regular_sequences_or_fully_closed/recipe-492234.py:1
↓ 21 callersFunctionserialize
FAQ: How do I copy bytes to Python from a ctypes.Structure?
recipes/Python/577994_EMMG_simulator/recipe-577994.py:12
↓ 21 callersMethodvalues
od.values() -> list of od's values
recipes/Python/577826_Yet_Another_Ordered_Dictionary/recipe-577826.py:217
↓ 20 callersFunctionMidArc
(p1, p2, p0, nR)
recipes/Python/577405_Penrose_Tiler/recipe-577405.py:63
↓ 20 callersFunctionScalar
(midx, midy, nR, x0, y0)
recipes/Python/577405_Penrose_Tiler/recipe-577405.py:51
↓ 20 callersMethod_debug_dump
(self)
recipes/Python/465156_Shared_lock_akreaderwriter_lock_timeouts_FIFO/recipe-465156.py:120
↓ 20 callersFunctionatan2
Arc tangent
recipes/Python/52272_vector_list_based_vector_class_supporting/recipe-52272.py:294
↓ 20 callersMethodclose
(self, timeout=None)
recipes/Python/578488_Threaded/recipe-578488.py:49
↓ 20 callersMethodcompress
perform compression and return compressed script
recipes/Python/496882_JavaScript_code_compression/recipe-496882.py:49
↓ 20 callersMethodend_headers
Send the blank line ending the MIME headers, send the buffered response and headers on the connection
recipes/Python/440665_Asynchronous_HTTP_server/recipe-440665.py:284
↓ 20 callersMethodexception
(self, msg, *args)
recipes/Python/578827_NondurableLogger_class_use/recipe-578827.py:103
↓ 20 callersMethodflush
(*args, **kwargs)
recipes/Python/496854_zcgipy/recipe-496854.py:13
↓ 20 callersMethodget
Get the oldest item off the queue. QueueEmpty is raised if no items are left on the queue.
recipes/Python/327082_Pseudo_threads_generators/recipe-327082.py:146
↓ 20 callersMethodget
(self)
recipes/Python/303108_thread_pool_example_2__easypool/recipe-303108.py:27
↓ 20 callersFunctiongetcmd
(cmdlist)
recipes/Python/578636_Droids_2__IF_/recipe-578636.py:1088
↓ 20 callersMethodgetx
(self)
recipes/Python/59884_RPN_Stack_class/recipe-59884.py:103
↓ 20 callersMethodlift
restore the root object to it's un-flattened state
recipes/Python/302535_Handling_Deeply_NestedRecursive/recipe-302535.py:124
↓ 20 callersMethodline
(key, value, alias)
recipes/Python/415345_write_sql_via_python/recipe-415345.py:601
↓ 20 callersFunctionnamedtuple
Returns a new subclass of tuple with named fields. >>> Point = namedtuple('Point', 'x y') >>> Point.__doc__ # docstring for
recipes/Python/578918_Yet_Another_NamedTuple/recipe-578918.py:50
↓ 20 callersMethodpop
(self)
recipes/Python/306864_List_and_dictionary_observer/recipe-306864.py:58
↓ 20 callersMethodpop
(self)
recipes/Python/580748_Tkinter_draggable_list_V2/recipe-580748.py:231
↓ 20 callersMethodput_nowait
put an item to the list immediatelly or raise an exception
recipes/Python/576632_Queue_with_tagged_items/recipe-576632.py:178
↓ 20 callersFunctionputvoxel
(x, y, z, r, g, b)
recipes/Python/580495_Random_Planet_Generator_Using/recipe-580495.py:24
↓ 20 callersMethodrecv
(self, tag='*', func=lambda _: True, wait=5, sleep=0.5)
recipes/Python/577001_sqlite_message_bus/recipe-577001.py:74
↓ 20 callersMethodremove
(self, n)
recipes/Python/577660_Representing_set_compact/recipe-577660.py:12
↓ 20 callersFunctiontan
Elementwise tangent.
recipes/Python/52272_vector_list_based_vector_class_supporting/recipe-52272.py:200
↓ 20 callersFunctiontrace_string
(tb = None)
recipes/Python/444746_Formats_current_exceptistack_trace_so_that_it/recipe-444746.py:95
↓ 19 callersMethodExecute
(self, simulate=True)
recipes/Python/574448_WxFileRenamer__GUI_app_renaming_files_regular/recipe-574448.py:185
↓ 19 callersFunction_basic
Return basicsize of type and add type.
recipes/Python/544288_Size_of_Python_objects/recipe-544288.py:187
↓ 19 callersMethod_log
(self, s)
recipes/Python/465156_Shared_lock_akreaderwriter_lock_timeouts_FIFO/recipe-465156.py:112
↓ 19 callersMethod_readBytes
Read some bytes from the file. This method implements the "unsynchronization" scheme, where 0xFF bytes may have had 0x00 byte
recipes/Python/576811_Rename_MP3_files_ID3_tags_does_not_require/recipe-576811.py:235
↓ 19 callersMethodclose
Close the queue. Implicitly synchronizes memory caches to disk. No further accesses should be made through this queue instance.
recipes/Python/579124_Persistent_Queue/recipe-579124.py:163
↓ 19 callersMethodclose
Close this key
recipes/Python/476229_YARW__Yet_Another_Registry/recipe-476229.py:250
↓ 19 callersMethodcols
The number of columns in the matrix
recipes/Python/189971_Basic_Linear_Algebra_Matrix/recipe-189971.py:256
↓ 19 callersMethodend
(self, gs)
recipes/Python/580811_Uno_TextBased/recipe-580811.py:821
↓ 19 callersMethodfull
Return True if the queue is full, regardless of tags
recipes/Python/576632_Queue_with_tagged_items/recipe-576632.py:114
↓ 19 callersFunctionfunction
()
recipes/Python/279155_linenumpy/recipe-279155.py:47
↓ 19 callersMethodget
od.get(k[,d]) -> od[k] if k in od, else d. d defaults to None.
recipes/Python/577826_Yet_Another_Ordered_Dictionary/recipe-577826.py:113
↓ 19 callersMethodget
This function returns the records for which <idVar> == <key> if <key> in <savFileName>, else <default>. Thus, the function mimics dic
recipes/Python/577811_Pythreader__writer_spss_sav_files_Linux_Mac_/recipe-577811.py:2269
↓ 19 callersMethodgetLink
Get link by its index, return None if there is no link with such an index
recipes/Python/577898_23_Tree/recipe-577898.py:175
↓ 19 callersMethodindex
(self, item)
recipes/Python/580756_Ordered_Listbox_for_Tkinter/recipe-580756.py:144
↓ 19 callersMethoditems
od.items() -> list of od's (key, value) pairs, as 2-tuples
recipes/Python/577826_Yet_Another_Ordered_Dictionary/recipe-577826.py:221
↓ 19 callersMethodnext
Kick the iterator interface. Used under the covers to support: for line in filetail.Tail('log.txt'): # do stuff pass
recipes/Python/436477_filetailpy/recipe-436477.py:189
↓ 19 callersMethodpop
(self, i=None)
recipes/Python/440656_List_mixin/recipe-440656.py:175
↓ 19 callersFunctionpow
(x, p=2)
recipes/Python/466320_Another_memoize/recipe-466320.py:52
↓ 19 callersMethodread
(self, typeName)
recipes/Python/577610_Decoding_Binary_Files/recipe-577610.py:27
↓ 19 callersMethodreadlines
Read file lines since last access until EOF is reached and invoke callback.
recipes/Python/577968_Log_watcher_tail_F_log/recipe-577968.py:199
↓ 19 callersMethodrecv
Receives one Python object over a socket.
recipes/Python/496872_zservicepy/recipe-496872.py:28
↓ 19 callersMethodrows
The number of rows in the matrix
recipes/Python/189971_Basic_Linear_Algebra_Matrix/recipe-189971.py:251
↓ 19 callersMethodsearch
do, save, and return pattern.search(string, flags)
recipes/Python/456151_Using_rematch_research_regroif__elif__elif_/recipe-456151.py:48
↓ 19 callersMethodsearch
Start search thread while GUI automatically updates.
recipes/Python/577635_Directory_Pruner_3/recipe-577635.py:1088
↓ 19 callersMethodshow
(self)
recipes/Python/578622_ascii_anamation_module/recipe-578622.py:34
↓ 19 callersMethodstart
Start the Micrev_Timer object.
recipes/Python/576636_Paratessares_Time/recipe-576636.py:106
↓ 19 callersMethodunion
(self, bfilter)
recipes/Python/577686_Bloom_Filter/recipe-577686.py:23
↓ 19 callersMethodupdate
(self,other)
recipes/Python/325205_Cache_decorator_in_python_24/recipe-325205.py:39
↓ 19 callersMethodwrite
Writes the given chunk to the output buffer. To write the output to the network, use the flush() method below. If the given chunk is
recipes/Python/576906_Python_3_WSGI_Server/recipe-576906.py:276
↓ 18 callersFunction_refs
Return specific attribute objects of an object.
recipes/Python/546530_Size_of_Python_objects_revised/recipe-546530.py:628
↓ 18 callersMethodabs
(self)
recipes/Python/52275_sparse_dictionary_based_sparse_matrix/recipe-52275.py:77
↓ 18 callersMethodadd
(self,item)
recipes/Python/325823_Draw_SVG_Images_In_Python/recipe-325823.py:24
↓ 18 callersMethodaddErrback
(self, errback)
recipes/Python/365292_Active_Objects/recipe-365292.py:62
↓ 18 callersMethodadd_element
(self, x, y)
recipes/Python/577976_extensible_Conways_Game/recipe-577976.py:87
↓ 18 callersMethodadd_separator
create a separator in a menu - uses a 1 pixel border around a one pixel bitmap it will be pack()ed with options side = TOP, expand = Y
recipes/Python/442500_ExtraMenu__TkInter_menu_arbitrary_widgets/recipe-442500.py:613
↓ 18 callersMethodappendleft
Add an element to the left side of the OrderedSet.
recipes/Python/528878_Ordered_Set/recipe-528878.py:79
↓ 18 callersMethodbind
(self, event, handler, add=None)
recipes/Python/578885_Draggable_desktop_Note_or_Sticky_Notes/recipe-578885.py:212
↓ 18 callersMethodcommit
Write the database to a file
recipes/Python/496770_PyDbLite_small_inmemory_database/recipe-496770.py:149
↓ 18 callersMethodcopy
copy(): return a shallow copy of the graph.
recipes/Python/466329_Graph/recipe-466329.py:207
↓ 18 callersMethodcopy
(self)
recipes/Python/578615_graph/recipe-578615.py:589
↓ 18 callersMethodcount
(self)
recipes/Python/66454_CookieInfo/recipe-66454.py:64
↓ 18 callersMethoddrawScreen
(self, hide=False, wildSeed=0)
recipes/Python/580811_Uno_TextBased/recipe-580811.py:1230
↓ 18 callersMethoddump
(self, name)
recipes/Python/492214_dal6py/recipe-492214.py:24
↓ 18 callersMethoderror
print error message to stderr, possibly with filename and lineno, and exit
recipes/Python/302262_Handling_commline_arguments_options_arguments/recipe-302262.py:108
↓ 18 callersMethoderror
wrap Exception so that user better sees what happened where.
recipes/Python/465508_Yaptoo_Yaptu_outrageously_obfuscated__or_yet/recipe-465508.py:45
↓ 18 callersMethodfind
(self)
recipes/Python/306435_locustfetchmail_draft/recipe-306435.py:41
← previousnext →501–600 of 29,190, ranked by callers