D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
python3.14
/
test
/
support
/
Filename :
refleak_helper.py
back
Copy
""" Utilities for changing test behaviour while hunting for refleaks """ _hunting_for_refleaks = False def hunting_for_refleaks(): return _hunting_for_refleaks