Files
Argenta/mock/local_test.py
T
2026-01-18 23:53:52 +03:00

6 lines
67 B
Python

a = BrokenPipeError()
def q(f):
print(id(f))
print(id(a))
q(a)