MCPcopy Create free account

hub / github.com/BrightDaniel/alx-higher_level_programming / functions

Functions748 in github.com/BrightDaniel/alx-higher_level_programming

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
Functionadd_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
Functionadd_integer
Return the addition of two numbers.
0x07-python-test_driven_development/0-add_integer.py:8
Functionadd_tuple
(tuple_a=(), tuple_b=())
0x03-python-data_structures/7-add_tuple.py:3
Functionappend_after
appends "new_string" after a line containing "search_string" in "filename"
0x0B-python-input_output/100-append_after.py:7
Functionappend_write
eturns the number of characters added:
0x0B-python-input_output/2-append_write.py:7
Methodarea
returns the area of the rectangle
0x08-python-more_classes/7-rectangle.py:52
Methodarea
returns the area of the rectangle
0x08-python-more_classes/4-rectangle.py:42
Methodarea
returns the area of the rectangle
0x08-python-more_classes/5-rectangle.py:46
Methodarea
returns the area of the rectangle
0x08-python-more_classes/3-rectangle.py:42
Methodarea
returns the area of the rectangle
0x08-python-more_classes/6-rectangle.py:51
Methodarea
returns the area of the rectangle
0x08-python-more_classes/2-rectangle.py:42
Methodarea
calculates the square's area Returns: The area of the square
0x06-python-classes/5-square.py:19
Methodarea
Return the current area of the square.
0x06-python-classes/101-square.py:45
Methodarea
Calculaes the area of the circle
0x06-python-classes/103-magic_class.py:15
Methodarea
Return the current area of the square.
0x06-python-classes/6-square.py:45
Methodarea
calculates the square's area Returns: The area of the square
0x06-python-classes/4-square.py:19
Methodarea
calculates the square's area Returns: The area of the square
0x06-python-classes/102-square.py:19
Methodarea
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/7-rectangle.py:52
Methodarea
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/4-rectangle.py:42
Methodarea
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/5-rectangle.py:46
Methodarea
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/3-rectangle.py:42
Methodarea
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/6-rectangle.py:51
Methodarea
returns the area of the rectangle
0x09-python-everything_is_object/0x08-python-more_classes/2-rectangle.py:42
Methodarea
returns the area of the square
0x0A-python-inheritance/10-square.py:17
Methodarea
raises an exception when called
0x0A-python-inheritance/6-base_geometry.py:9
Methodarea
raises an exception when called
0x0A-python-inheritance/11-square.py:9
Methodarea
returns the area of the rectangle
0x0A-python-inheritance/11-square.py:30
Methodarea
returns the area of the square
0x0A-python-inheritance/11-square.py:47
Methodarea
raises an exception when called
0x0A-python-inheritance/7-base_geometry.py:9
Methodarea
raises an exception when called
0x0A-python-inheritance/9-rectangle.py:9
Methodarea
returns the area of the rectangle
0x0A-python-inheritance/9-rectangle.py:30
Functionbest_score
(my_dict)
0x04-python-more_data_structures/10-best_score.py:2
Functionbest_score
(my_dict)
0x02-python-import_modules/0x04-python-more_data_structures/10-best_score.py:2
Methodbigger_or_equal
returns the biggest rectangle based on the area
0x08-python-more_classes/8-rectangle.py:14
Methodbigger_or_equal
returns the biggest rectangle based on the area
0x08-python-more_classes/9-rectangle.py:19
Methodbigger_or_equal
returns the biggest rectangle based on the area
0x09-python-everything_is_object/0x08-python-more_classes/8-rectangle.py:14
Methodbigger_or_equal
returns the biggest rectangle based on the area
0x09-python-everything_is_object/0x08-python-more_classes/9-rectangle.py:19
MethodcharPrint
(c)
0x13-javascript_objects_scopes_closures/6-square.js:5
MethodcharPrint
(c)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/6-square.js:5
Functioncheck_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
Methodcircumference
Calculates the circumference of the circle
0x06-python-classes/103-magic_class.py:19
Functionclass_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
Functioncommon_elements
(set_1, set_2)
0x04-python-more_data_structures/3-common_elements.py:2
Functioncommon_elements
(set_1, set_2)
0x02-python-import_modules/0x04-python-more_data_structures/3-common_elements.py:2
Functioncomplex_delete
(my_dict, value)
0x04-python-more_data_structures/102-complex_delete.py:2
Functioncomplex_delete
(my_dict, value)
0x02-python-import_modules/0x04-python-more_data_structures/102-complex_delete.py:2
Methodconstructor
(w, h)
0x13-javascript_objects_scopes_closures/2-rectangle.js:3
Methodconstructor
(w, h)
0x13-javascript_objects_scopes_closures/4-rectangle.js:3
Methodconstructor
(w, h)
0x13-javascript_objects_scopes_closures/1-rectangle.js:3
Methodconstructor
(size)
0x13-javascript_objects_scopes_closures/5-square.js:5
Methodconstructor
(w, h)
0x13-javascript_objects_scopes_closures/3-rectangle.js:3
Methodconstructor
(w, h)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/2-rectangle.js:3
Methodconstructor
(w, h)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/4-rectangle.js:3
Methodconstructor
(w, h)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/1-rectangle.js:3
Methodconstructor
(size)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/5-square.js:5
Methodconstructor
(w, h)
0x12-javascript-warm_up/0x13-javascript_objects_scopes_closures/3-rectangle.js:3
Functioncopy_list
(lista)
0x09-python-everything_is_object/19-copy_list.py:2
Methoddata
Get/set the data of the Node.
0x06-python-classes/100-singly_linked_list.py:19
Functiondelete_at
(my_list=[], idx=0)
0x03-python-data_structures/11-delete_at.py:3
Functiondivisible_by_2
(my_list=[])
0x03-python-data_structures/10-divisible_by_2.py:3
Methoddouble
()
0x13-javascript_objects_scopes_closures/4-rectangle.js:26
← previousnext →101–200 of 748, ranked by callers