Show More
@@ -1849,7 +1849,7 b' if rustmod is not None:' | |||
|
1849 | 1849 | nonnorm, otherparents = self._rustmap.nonnormalentries() |
|
1850 | 1850 | return nonnorm |
|
1851 | 1851 | |
|
1852 | @property | |
|
1852 | @propertycache | |
|
1853 | 1853 | def otherparentset(self): |
|
1854 | 1854 | nonnorm, otherparents = self._rustmap.nonnormalentries() |
|
1855 | 1855 | return otherparents |
General Comments 0
You need to be logged in to leave comments.
Login now