79458857

Date: 2025-02-21 23:52:22
Score: 1.5
Natty:
Report link

You can try the python package detective-snapshot

Any run of the python program will log the inputs/outputs of the function to a file under _snapshots/

from detective import snapshot
    
@snapshot()
def main():
    # your main code here
    pass

if __name__ == "__main__":
    main()
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29748703