mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-14 00:38:11 -05:00
7 lines
149 B
Python
7 lines
149 B
Python
# Copyright 2019 Ram Rachum and collaborators.
|
|
# This program is distributed under the MIT license.
|
|
|
|
def bar_function(y):
|
|
x = 7 * y
|
|
return x
|