Lines Matching refs:globs

65         self.globs = {
88 depr = decorators.is_deprecated(self.globs, "Helium")
105 self.globs, "Helium", with_successor="new_function"
126 depr = decorators.is_deprecated(self.globs, "Beryllium")
146 self.globs, "Beryllium", with_successor="old_function"
166 del self.globs["_new_function"]
167 self.globs["__opts__"]["use_deprecated"] = ["test.new_function"]
168 depr = decorators.with_deprecated(self.globs, "Beryllium")
187 del self.globs["_new_function"]
188 self.globs["__pillar__"]["use_deprecated"] = ["test.new_function"]
189 depr = decorators.with_deprecated(self.globs, "Beryllium")
209 self.globs["__opts__"]["use_deprecated"] = ["test.new_function"]
210 self.globs["_new_function"] = self.old_function
211 depr = decorators.with_deprecated(self.globs, "Beryllium")
228 self.globs["__pillar__"]["use_deprecated"] = ["test.new_function"]
229 self.globs["_new_function"] = self.old_function
230 depr = decorators.with_deprecated(self.globs, "Beryllium")
247 self.globs["__opts__"]["use_deprecated"] = ["test.new_function"]
248 self.globs["_new_function"] = self.old_function
249 depr = decorators.with_deprecated(self.globs, "Helium")
271 self.globs["__pillar__"]["use_deprecated"] = ["test.new_function"]
272 self.globs["_new_function"] = self.old_function
273 depr = decorators.with_deprecated(self.globs, "Helium")
295 self.globs["_new_function"] = self.old_function
296 depr = decorators.with_deprecated(self.globs, "Beryllium")
309 self.globs["__opts__"]["use_deprecated"] = ["test.new_function"]
311 self.globs, "Beryllium", with_name="old_function"
331 self.globs["__opts__"]["use_deprecated"] = ["test.new_function"]
333 self.globs, "Helium", with_name="old_function"
356 self.globs, "Beryllium", policy=decorators._DeprecationDecorator.OPT_IN
372 self.globs["__opts__"]["use_superseded"] = ["test.new_function"]
374 self.globs, "Beryllium", policy=decorators._DeprecationDecorator.OPT_IN
387 self.globs["__pillar__"]["use_superseded"] = ["test.new_function"]
389 self.globs, "Beryllium", policy=decorators._DeprecationDecorator.OPT_IN
401 self.globs["__opts__"]["use_deprecated"] = ["test.new_function"]
402 self.globs["__opts__"]["use_superseded"] = ["test.new_function"]
403 depr = decorators.with_deprecated(self.globs, "Beryllium")
414 self.globs["__pillar__"]["use_deprecated"] = ["test.new_function"]
415 self.globs["__pillar__"]["use_superseded"] = ["test.new_function"]
416 depr = decorators.with_deprecated(self.globs, "Beryllium")