We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aadc0b commit e387540Copy full SHA for e387540
py/type.go
@@ -1,5 +1,9 @@
1
// Type objects - these make objects
2
3
+// FIXME should be caching the expensive lookups in the superclasses
4
+// and using the cache clearing machinery to clear the caches when the
5
+// heirachy changes
6
+
7
package py
8
9
import (
0 commit comments