From 269f6dab0b9d3f3d1475a1ff11528b40c1f51af1 Mon Sep 17 00:00:00 2001 From: Stefan Israelsson Tampe Date: Thu, 28 Sep 2017 22:46:02 +0200 Subject: improved fastmap and dir function --- modules/oop/pf-objects.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/oop/pf-objects.scm') diff --git a/modules/oop/pf-objects.scm b/modules/oop/pf-objects.scm index 8e08b3e..e84605b 100644 --- a/modules/oop/pf-objects.scm +++ b/modules/oop/pf-objects.scm @@ -687,3 +687,9 @@ explicitly tell it to not update etc. (define (pyclass? x) (and (is-a? x

) (not (ref x '__class__)))) + + + + + + -- cgit v1.2.3