コード例 #1
0
 def domainSpecValidate(self, spec):
     for ob in spec:
         am = addr_match(ob)
         hm = host_match(ob)
         if am is None and hm is None:
             return 0
     return 1
コード例 #2
0
ファイル: userfolder.py プロジェクト: goschtl/zope
 def domainSpecValidate(self, spec):
     for ob in spec:
         am = addr_match(ob)
         hm = host_match(ob)
         if am is None and hm is None:
             return 0
     return 1