We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab0e54 commit 99a47d4Copy full SHA for 99a47d4
compiler_opt/rl/corpus.py
@@ -122,8 +122,7 @@ def filter(self, p: re.Pattern):
122
"""Filters module specs, keeping those which match the provided pattern."""
123
self._module_specs = [ms for ms in self._module_specs if p.match(ms.name)]
124
125
- @property
126
- def modules(self):
+ def get_modules_copy(self):
127
return list(self._module_specs)
128
129
def __len__(self):
0 commit comments