MCPcopy Create free account

hub / github.com/charlax/python-education / functions

Functions20 in github.com/charlax/python-education

↓ 4 callersFunctioncompute
Compute a Polish Notation expression.
advanced-python/exercises/decorator_1.py:19
↓ 4 callersFunctioncompute
Compute a Polish Notation expression.
advanced-python/exercises/decorator_1_solution.py:45
↓ 1 callersFunctionburn
()
where-to-mock/a.py:1
↓ 1 callersMethodburn
(cls)
where-to-mock/a.py:8
↓ 1 callersFunctionget_variables
(template: str)
intro-to-python/exercises/render_template/render-template.py:12
↓ 1 callersFunctionmain
(template_filename: str)
intro-to-python/exercises/render_template/render-template.py:16
↓ 1 callersFunctionmain
()
intro-to-sqlalchemy/simplest_example.py:18
↓ 1 callersFunctionread_file
(filename: str)
intro-to-python/exercises/render_template/render-template.py:7
↓ 1 callersFunctiontest_compute
()
advanced-python/exercises/decorator_1.py:24
↓ 1 callersFunctiontest_compute
()
advanced-python/exercises/decorator_1_solution.py:52
↓ 1 callersFunctiontest_toast
(mock_burn, mock_t_burn)
where-to-mock/test.py:8
↓ 1 callersFunctiontoast
()
where-to-mock/b.py:7
Functionadd
(v1: int, v2: int)
advanced-python/exercises/decorator_1_solution.py:26
Functiondiv
(v1: int, v2: int)
advanced-python/exercises/decorator_1_solution.py:41
Functionhello
(name: str)
intro-to-python/examples/export.py:1
Functionmul
(v1: int, v2: int)
advanced-python/exercises/decorator_1.py:15
Functionmul
(v1: int, v2: int)
advanced-python/exercises/decorator_1_solution.py:36
Functionregister
(func)
advanced-python/exercises/decorator_1_solution.py:11
Functionsub
(v1: int, v2: int)
advanced-python/exercises/decorator_1_solution.py:31
Functionwrapped
(v1: int, v2: int)
advanced-python/exercises/decorator_1_solution.py:14