From 1eddfd07cad491ce8d216ee3fda72bdd9ecb9eae Mon Sep 17 00:00:00 2001 From: bd Date: Sun, 20 Jul 2025 13:43:17 -0600 Subject: Aergia.get_deepest_traceable_frame refactor, tests Generators and list comprehension gives correct but less ideal results, matching yappi. Can this be improved in the future? --- .dir-locals.el | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..8f02dcf --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,4 @@ +;;; Directory Local Variables -*- no-byte-compile: t -*- +;;; For more information see (info "(emacs) Directory Variables") + +((python-mode . ((compile-command . "python3 ./run_tests.py")))) -- cgit v1.2.3