MCPcopy Create free account

hub / github.com/PacktPublishing/Python-3-Object-Oriented-Programming-Third-Edition / functions

Functions430 in github.com/PacktPublishing/Python-3-Object-Oriented-Programming-Third-Edition

↓ 65 callersMethodformat
(self, string)
Chapter02/inner_class.py:9
↓ 40 callersMethodappend
(self, integer)
Chapter04/even_integers.py:2
↓ 15 callersMethodclose
(self)
Chapter10/socket_decorator.py:33
↓ 11 callersMethodexecute
(self)
Chapter11/window_command.py:50
↓ 11 callersMethodsend
(self, data)
Chapter10/socket_decorator.py:25
↓ 10 callersMethodencode
(self, plaintext)
Chapter12/Case Study_ Vigenère cipher/vigenere_cipher.py:13
↓ 10 callersMethodsplit
(self, char)
Chapter11/age_calculator_adapter.py:32
↓ 8 callersMethodcall_after
(self, delay, callback)
Chapter07/event_timer.py:18
↓ 8 callersMethodcreate_color_button
(self, label, column, row)
Chapter09/Case Study_ Machine Learning/manual_classify.py:15
↓ 7 callersMethodstart
(self)
Chapter10/xml_state_parser.py:84
↓ 6 callersMethoddecode
(self, ciphertext)
Chapter12/Case Study_ Vigenère cipher/vigenere_cipher.py:16
↓ 6 callersMethodmk_grid
(self, widget, column, row, columnspan=1)
Chapter09/Case Study_ Machine Learning/check_output.py:19
↓ 5 callersMethodcalculate_distance
Calculate the distance from this point to a second point passed as a parameter. This function uses the Pythagorean Theorem to calcula
Chapter02/point.py:22
↓ 5 callersMethodend
(self)
Chapter05/Document.py:43
↓ 5 callersFunctionformat_time
(message, *args)
Chapter07/event_timer.py:34
↓ 5 callersMethodmatch
Determine if this note matches the filter text. Return True if it matches, False otherwise. Search is case sensitive and matches both
Chapter02/Case Study_ Notebook/notebook.py:22
↓ 5 callersMethodmove
Move the point to a new location in 2D space.
Chapter02/point.py:13
↓ 4 callersMethodadd_point
(self, point)
Chapter05/points.py:30
↓ 4 callersMethodcheck_assignment
(self, student, code)
Chapter03/Case Study_ Online Grader/grader.py:29
↓ 4 callersMethodconnect
(self)
Chapter10/car_sales_template.py:39
↓ 4 callersMethodmedian
(self)
Chapter12/stats.py:8
↓ 4 callersMethodmode
(self)
Chapter12/stats.py:15
↓ 3 callersMethodextend_keyword
(self, number)
Chapter12/Case Study_ Vigenère cipher/vigenere_cipher.py:19
↓ 3 callersFunctionfunny_division
(divider)
Chapter04/funny_division.py:1
↓ 3 callersMethodload
(self)
Chapter07/Case Study_ Mailing Lists/mailing_list.py:63
↓ 3 callersFunctionlog_calls
(func)
Chapter10/log_calls_decorator.py:4
↓ 3 callersMethodmean
(self)
Chapter12/stats.py:5
↓ 3 callersFunctionprint_verbose
print the message only if verbose is enabled
Chapter07/augmented_move.py:11
↓ 3 callersMethodsearch
Return all contacts that contain the search value in their name.
Chapter03/contact.py:2
↓ 2 callersMethod__init__
(self, phone="", **kwargs)
Chapter03/contact_multiple_inheritance.py:21
↓ 2 callersMethod_code
(self, text, combine_func)
Chapter12/Case Study_ Vigenère cipher/vigenere_cipher.py:5
↓ 2 callersMethod_encrypt_pw
Encrypt the password with the username and return the sha digest.
Chapter04/Case Study_ Authorization/auth.py:47
↓ 2 callersMethod_find_note
Locate the note with the given id.
Chapter02/Case Study_ Notebook/notebook.py:43
↓ 2 callersMethod_str_date
(self, date)
Chapter11/age_calculator_adapter.py:19
↓ 2 callersMethod_update_observers
(self)
Chapter10/inventory_observer.py:28
↓ 2 callersMethodadd_permission
Create a new permission that users can be added to
Chapter04/Case Study_ Authorization/auth.py:97
↓ 2 callersFunctionanother_function
(function)
Chapter07/passing_functions.py:15
↓ 2 callersMethodassignment_summary
(self, student)
Chapter03/Case Study_ Online Grader/grader.py:33
↓ 2 callersMethodcall_me
(self)
Chapter03/multiple_inheritance_super.py:30
↓ 2 callersMethodcall_me
(self)
Chapter03/multiple_inheritance_bad_demo.py:30
↓ 2 callersMethodchange_status
(self, flight, status)
Chapter12/flight_status_redis.py:11
↓ 2 callersMethodcheck
(self, code)
Chapter03/Case Study_ Online Grader/grader.py:51
↓ 2 callersFunctioncombine_character
(plain, keyword)
Chapter12/Case Study_ Vigenère cipher/vigenere_cipher.py:24
↓ 2 callersMethodexit
(self)
Chapter11/window_command.py:5
↓ 2 callersMethodget_lesson
(self, student)
Chapter03/Case Study_ Online Grader/grader.py:25
↓ 2 callersMethodis_permitted
(self, permission)
Chapter04/Case Study_ Authorization/auth_driver.py:34
↓ 2 callersMethodlesson
(self, student)
Chapter03/Case Study_ Online Grader/grader.py:47
↓ 2 callersMethodlogin
(self)
Chapter04/Case Study_ Authorization/auth_driver.py:20
↓ 2 callersMethodnext_color
(self)
Chapter09/Case Study_ Machine Learning/check_output.py:16
↓ 2 callersFunctionno_return
()
Chapter04/no_return.py:1
↓ 2 callersMethodrandom_color
(self)
Chapter09/Case Study_ Machine Learning/manual_classify.py:21
↓ 2 callersMethodregister
(self, assignment_class)
Chapter03/Case Study_ Online Grader/grader.py:10
↓ 2 callersMethodsave
(self)
Chapter11/window_command.py:14
↓ 2 callersMethodschedule
(self)
Chapter08/update_url.py:18
↓ 2 callersFunctionseparate_character
(cypher, keyword)
Chapter12/Case Study_ Vigenère cipher/vigenere_cipher.py:32
↓ 2 callersFunctionsplit_bits
(bits, width)
Chapter13/Case Study_ Compression/compress_bmp.py:31
↓ 2 callersMethodstart_assignment
(self, student, id)
Chapter03/Case Study_ Online Grader/grader.py:20
↓ 2 callersMethodupdate
(self)
Chapter08/update_url.py:13
↓ 2 callersFunctionwarnings_filter
(insequence)
Chapter09/warning_generators.py:47
↓ 1 callersMethod__init__
Create a new user object. The password will be encrypted before storing.
Chapter04/Case Study_ Authorization/auth.py:40
↓ 1 callersMethod__init__
(self, name)
Chapter09/filesystem_generator.py:2
↓ 1 callersMethod__init__
(self, name, contents)
Chapter11/folder_composite.py:29
↓ 1 callersMethodadd_user
(self, username, password)
Chapter04/Case Study_ Authorization/auth.py:67
↓ 1 callersFunctionaugmented_move
Move all filenames into the target_folder, allowing specific treatment of certain files.
Chapter07/augmented_move.py:5
↓ 1 callersFunctionaverage
(seq)
Chapter12/average_raises.py:4
↓ 1 callersMethodcalculate_age
(self, date)
Chapter11/age_calculator_adapter.py:10
↓ 1 callersMethodcheck_password
Return True if the password is valid for this user, false otherwise.
Chapter04/Case Study_ Authorization/auth.py:54
↓ 1 callersMethodcheck_permission
(self, perm_name, username)
Chapter04/Case Study_ Authorization/auth.py:118
↓ 1 callersMethodclick_color
(self, label)
Chapter09/Case Study_ Machine Learning/manual_classify.py:48
↓ 1 callersMethodcollect_links
(self)
Chapter06/Case Study_ Link Collector/link_collector.py:16
↓ 1 callersFunctioncolor_distance
(color1, color2)
Chapter09/Case Study_ Machine Learning/machine_learn.py:25
↓ 1 callersFunctioncolor_distance
(color1, color2)
Chapter09/Case Study_ Machine Learning/second_edition_machine_learn_with_coroutines.py:33
↓ 1 callersFunctioncompress_chunk
(chunk)
Chapter13/Case Study_ Compression/compress_bmp.py:17
↓ 1 callersFunctioncompress_dir
(in_dir, out_dir)
Chapter13/Case Study_ Compression/compress_bmp.py:62
↓ 1 callersFunctioncompress_image
(in_filename, out_filename, executor=None)
Chapter13/Case Study_ Compression/compress_bmp.py:48
↓ 1 callersFunctioncompress_in_executor
(executor, bits, width)
Chapter13/Case Study_ Compression/compress_bmp.py:36
↓ 1 callersMethodconstruct_query
(self)
Chapter10/car_sales_template.py:42
↓ 1 callersMethodcopy
(self, new_path)
Chapter11/folder_composite.py:33
↓ 1 callersMethodcount_next
(self)
Chapter09/Case Study_ Machine Learning/check_output.py:56
↓ 1 callersFunctioncount_sloc
(dir_path)
Chapter08/sloc.py:4
↓ 1 callersFunctioncreate_response
(data, ip)
Chapter13/dns_server.py:25
↓ 1 callersMethodcreate_widgets
(self)
Chapter09/Case Study_ Machine Learning/manual_classify.py:28
↓ 1 callersMethodcreate_widgets
(self)
Chapter09/Case Study_ Machine Learning/check_output.py:24
↓ 1 callersFunctiondecompress
(width, height, bytes)
Chapter13/Case Study_ Compression/decompress_to_bmp.py:5
↓ 1 callersFunctiondir_images_main
()
Chapter13/Case Study_ Compression/compress_bmp.py:84
↓ 1 callersMethoddisplay_menu
(self)
Chapter02/Case Study_ Notebook/menu.py:18
↓ 1 callersFunctiondistance
(p1, p2)
Chapter05/points.py:3
↓ 1 callersMethoddistance
(self, p2)
Chapter05/points.py:23
↓ 1 callersMethoddo_query
(self)
Chapter10/car_sales_template.py:45
↓ 1 callersMethodemails_in_groups
(self, *groups)
Chapter07/Case Study_ Mailing Lists/mailing_list.py:42
↓ 1 callersMethodfind_replace
(self)
Chapter05/zip_find_replace.py:24
↓ 1 callersFunctionfive_sleepers
()
Chapter13/async_sleep.py:12
↓ 1 callersMethodformat_results
(self)
Chapter10/car_sales_template.py:49
↓ 1 callersFunctionformat_string
Format a string using the formatter object, which is expected to have a format() method that accepts a string.
Chapter02/inner_class.py:1
↓ 1 callersMethodforward
(self)
Chapter05/Document.py:30
↓ 1 callersFunctionfunny_division2
(divider)
Chapter04/funny_division.py:13
↓ 1 callersFunctiongenerate_colors
(count=100)
Chapter09/Case Study_ Machine Learning/machine_learn.py:20
↓ 1 callersFunctiongenerate_colors
(count=100)
Chapter09/Case Study_ Machine Learning/second_edition_machine_learn_with_coroutines.py:28
↓ 1 callersFunctionget_path
(path)
Chapter11/folder_composite.py:40
↓ 1 callersFunctionget_serials
(filename)
Chapter09/xfs_error_log.py:13
next →1–100 of 430, ranked by callers