mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
6 lines
67 B
Python
6 lines
67 B
Python
a = BrokenPipeError()
|
|
def q(f):
|
|
print(id(f))
|
|
|
|
print(id(a))
|
|
q(a) |