Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BrightDaniel/alx-higher_level_programming
/ functions
Functions
748 in github.com/BrightDaniel/alx-higher_level_programming
⨍
Functions
748
◇
Types & classes
117
Method
__init__
instantiation of the rectangle
0x0A-python-inheritance/8-rectangle.py:11
Method
__init__
initializes the object
0x0A-python-inheritance/1-my_list.py:9
Method
__init__
instantiation of the rectangle
0x0A-python-inheritance/9-rectangle.py:23
Method
__le__
Compare if square is less than or equal to another by area Args: other (Square): square to compare against Returns:
0x06-python-classes/102-square.py:59
Method
__lt__
Compare if square is less than another by area Args: other (Square): square to compare against Returns: True o
0x06-python-classes/102-square.py:50
Method
__ne__
Compare if square is not equal to another by area Args: other (Square): square to compare against Returns: Tru
0x06-python-classes/102-square.py:77
Method
__ne__
what was == is now !=
0x0A-python-inheritance/100-my_int.py:17
Method
__new__
create a new instance of the class
0x0A-python-inheritance/100-my_int.py:9
Method
__repr__
returns a string representation of the rectangle for reproduction
0x08-python-more_classes/7-rectangle.py:70
Method
__repr__
returns a string representation of the rectangle for reproduction
0x08-python-more_classes/4-rectangle.py:60
Method
__repr__
returns a string representation of the rectangle for reproduction
0x08-python-more_classes/8-rectangle.py:81
Method
__repr__
returns a string representation of the rectangle for reproduction
0x08-python-more_classes/5-rectangle.py:64
Method
__repr__
returns a string representation of the rectangle for reproduction
0x08-python-more_classes/6-rectangle.py:69
Method
__repr__
returns a string representation of the rectangle for reproduction
0x08-python-more_classes/9-rectangle.py:86
Method
__repr__
returns a string representation of the rectangle for reproduction
0x09-python-everything_is_object/0x08-python-more_classes/7-rectangle.py:70
Method
__repr__
returns a string representation of the rectangle for reproduction
0x09-python-everything_is_object/0x08-python-more_classes/4-rectangle.py:60
Method
__repr__
returns a string representation of the rectangle for reproduction
0x09-python-everything_is_object/0x08-python-more_classes/8-rectangle.py:81
Method
__repr__
returns a string representation of the rectangle for reproduction
0x09-python-everything_is_object/0x08-python-more_classes/5-rectangle.py:64
Method
__repr__
returns a string representation of the rectangle for reproduction
0x09-python-everything_is_object/0x08-python-more_classes/6-rectangle.py:69
Method
__repr__
returns a string representation of the rectangle for reproduction
0x09-python-everything_is_object/0x08-python-more_classes/9-rectangle.py:86
Method
__str__
returns printable string representation of the rectangle
0x08-python-more_classes/7-rectangle.py:62
Method
__str__
returns printable string representation of the rectangle
0x08-python-more_classes/4-rectangle.py:52
Method
__str__
returns printable string representation of the rectangle
0x08-python-more_classes/8-rectangle.py:73
Method
__str__
returns printable string representation of the rectangle
0x08-python-more_classes/5-rectangle.py:56
Method
__str__
returns printable string representation of the rectangle
0x08-python-more_classes/3-rectangle.py:52
Method
__str__
returns printable string representation of the rectangle
0x08-python-more_classes/6-rectangle.py:61
Method
__str__
returns printable string representation of the rectangle
0x08-python-more_classes/9-rectangle.py:78
Method
__str__
Define the print() representation of a SinglyLinkedList.
0x06-python-classes/100-singly_linked_list.py:70
Method
__str__
Define the print() representation of a Square.
0x06-python-classes/101-square.py:61
Method
__str__
returns printable string representation of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/7-rectangle.py:62
Method
__str__
returns printable string representation of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/4-rectangle.py:52
Method
__str__
returns printable string representation of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/8-rectangle.py:73
Method
__str__
returns printable string representation of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/5-rectangle.py:56
Method
__str__
returns printable string representation of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/3-rectangle.py:52
Method
__str__
returns printable string representation of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/6-rectangle.py:61
Method
__str__
returns printable string representation of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/9-rectangle.py:78
Method
__str__
informal string representation of the rectangle
0x0A-python-inheritance/11-square.py:34
Method
__str__
informal string reepresentation of the square
0x0A-python-inheritance/11-square.py:51
Method
__str__
informal string representation of the rectangle
0x0A-python-inheritance/9-rectangle.py:34
Function
add_attribute
Add a new attribute to an object if possible. Args: obj (any): The object to add an attribute to. att (str): The name of the attri
0x0A-python-inheritance/101-add_attribute.py:5
Function
add_integer
Return the addition of two numbers.
0x07-python-test_driven_development/0-add_integer.py:8
Function
add_tuple
(tuple_a=(), tuple_b=())
0x03-python-data_structures/7-add_tuple.py:3
Function
append_after
appends "new_string" after a line containing "search_string" in "filename"
0x0B-python-input_output/100-append_after.py:7
Function
append_write
eturns the number of characters added:
0x0B-python-input_output/2-append_write.py:7
Method
area
returns the area of the rectangle
0x08-python-more_classes/7-rectangle.py:52
Method
area
returns the area of the rectangle
0x08-python-more_classes/4-rectangle.py:42
Method
area
returns the area of the rectangle
0x08-python-more_classes/5-rectangle.py:46
Method
area
returns the area of the rectangle
0x08-python-more_classes/3-rectangle.py:42
Method
area
returns the area of the rectangle
0x08-python-more_classes/6-rectangle.py:51
Method
area
returns the area of the rectangle
0x08-python-more_classes/2-rectangle.py:42
Method
area
calculates the square's area Returns: The area of the square
0x06-python-classes/5-square.py:19
Method
area
Return the current area of the square.
0x06-python-classes/101-square.py:45
Method
area
Calculaes the area of the circle
0x06-python-classes/103-magic_class.py:15
Method
area
Return the current area of the square.
0x06-python-classes/6-square.py:45
Method
area
calculates the square's area Returns: The area of the square
0x06-python-classes/4-square.py:19
Method
area
calculates the square's area Returns: The area of the square
0x06-python-classes/102-square.py:19
Method
area
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/7-rectangle.py:52
Method
area
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/4-rectangle.py:42
Method
area
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/5-rectangle.py:46
Method
area
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/3-rectangle.py:42
Method
area
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/6-rectangle.py:51
Method
area
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/2-rectangle.py:42
Method
area
returns the area of the square
0x0A-python-inheritance/10-square.py:17
Method
area
raises an exception when called
0x0A-python-inheritance/6-base_geometry.py:9
Method
area
raises an exception when called
0x0A-python-inheritance/11-square.py:9
Method
area
returns the area of the rectangle
0x0A-python-inheritance/11-square.py:30
Method
area
returns the area of the square
0x0A-python-inheritance/11-square.py:47
Method
area
raises an exception when called
0x0A-python-inheritance/7-base_geometry.py:9
Method
area
raises an exception when called
0x0A-python-inheritance/9-rectangle.py:9
Method
area
returns the area of the rectangle
0x0A-python-inheritance/9-rectangle.py:30
Function
best_score
(my_dict)
0x04-python-more_data_structures/10-best_score.py:2
Function
best_score
(my_dict)
0x02-python-import_modules/0x04-python-more_data_structures/10-best_score.py:2
Method
bigger_or_equal
returns the biggest rectangle based on the area
0x08-python-more_classes/8-rectangle.py:14
Method
bigger_or_equal
returns the biggest rectangle based on the area
0x08-python-more_classes/9-rectangle.py:19
Method
bigger_or_equal
returns the biggest rectangle based on the area
0x09-python-everything_is_object/0x08-python-more_classes/8-rectangle.py:14
Method
bigger_or_equal
returns the biggest rectangle based on the area
0x09-python-everything_is_object/0x08-python-more_classes/9-rectangle.py:19
Method
charPrint
(c)
0x13-javascript_objects_scopes_closures/6-square.js:5
Method
charPrint
(c)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/6-square.js:5
Function
check_cycle
* check_cycle - function checks if a singly linked list has a cycle in it. * @list: pointer to the beginning of the node * Return: 0 if no cycle, 1
0x00-python-hello_world/10-check_cycle.c:8
Method
circumference
Calculates the circumference of the circle
0x06-python-classes/103-magic_class.py:19
Function
class_to_json
returns the dictionary description with simple data structure (list, dictionary, string, integer and boolean) for JSON serialization of an obj
0x0B-python-input_output/8-class_to_json.py:7
Function
common_elements
(set_1, set_2)
0x04-python-more_data_structures/3-common_elements.py:2
Function
common_elements
(set_1, set_2)
0x02-python-import_modules/0x04-python-more_data_structures/3-common_elements.py:2
Function
complex_delete
(my_dict, value)
0x04-python-more_data_structures/102-complex_delete.py:2
Function
complex_delete
(my_dict, value)
0x02-python-import_modules/0x04-python-more_data_structures/102-complex_delete.py:2
Method
constructor
(w, h)
0x13-javascript_objects_scopes_closures/2-rectangle.js:3
Method
constructor
(w, h)
0x13-javascript_objects_scopes_closures/4-rectangle.js:3
Method
constructor
(w, h)
0x13-javascript_objects_scopes_closures/1-rectangle.js:3
Method
constructor
(size)
0x13-javascript_objects_scopes_closures/5-square.js:5
Method
constructor
(w, h)
0x13-javascript_objects_scopes_closures/3-rectangle.js:3
Method
constructor
(w, h)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/2-rectangle.js:3
Method
constructor
(w, h)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/4-rectangle.js:3
Method
constructor
(w, h)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/1-rectangle.js:3
Method
constructor
(size)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/5-square.js:5
Method
constructor
(w, h)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/3-rectangle.js:3
Function
copy_list
(lista)
0x09-python-everything_is_object/19-copy_list.py:2
Method
data
Get/set the data of the Node.
0x06-python-classes/100-singly_linked_list.py:19
Function
delete_at
(my_list=[], idx=0)
0x03-python-data_structures/11-delete_at.py:3
Function
divisible_by_2
(my_list=[])
0x03-python-data_structures/10-divisible_by_2.py:3
Method
double
()
0x13-javascript_objects_scopes_closures/4-rectangle.js:26
← previous
next →
101–200 of 748, ranked by callers