Lines Matching refs:newconfig
48 def newconfig(self, defaults=None):
65 cf = self.newconfig(defaults)
411 cf = self.newconfig()
440 cf = self.newconfig()
482 cf = self.newconfig()
522 cf = self.newconfig({"foo": "Bar"})
526 cf = self.newconfig({"Foo": "Bar"})
532 cf = self.newconfig()
569 cf = self.newconfig()
620 cf = self.newconfig()
723 cf = self.newconfig()
728 cf = self.newconfig()
733 cf = self.newconfig()
738 cf = self.newconfig()
743 cf = self.newconfig()
747 cf = self.newconfig()
756 cf = self.newconfig()
760 cf = self.newconfig()
764 cf = self.newconfig()
825 cf = self.newconfig({"foo": "Bar"})
883 cf = self.newconfig()
980 cf = self.newconfig()
985 cf = self.newconfig(defaults={1: 2.4})
988 cf = self.newconfig(defaults={"A": 5.2})
1017 cf = self.newconfig()
1078 cf = self.newconfig()
1093 cf_from_file = self.newconfig()
1122 cf = self.newconfig()
1144 self.newconfig(defaults={1: 2.4})
1147 cf = self.newconfig(defaults={"A": 5.2})
1166 cf = self.newconfig()
1184 cf = self.newconfig(defaults)
1360 cf = self.newconfig()
1392 cf = self.newconfig()
1475 cf = self.newconfig(defaults)
1477 cf_copy = self.newconfig()
1966 def newconfig(self, defaults=None):
1967 instance = super().newconfig(defaults=defaults)
1973 cfg = self.newconfig()