예제 #1
0
 def endSection(self, parent, type_, name, matcher):
     sectvalue = matcher.finish()
     parent.addSection(type_, name, sectvalue)
예제 #2
0
파일: loader.py 프로젝트: steffann/ZConfig
 def endSection(self, parent, type_, name, matcher):
     sectvalue = matcher.finish()
     parent.addSection(type_, name, sectvalue)