示例#1
0
文件: __init__.py 项目: patlx/betty
 def __init__(self, source: Source):
     Citation.__init__(self, source)
     self.location = _(
         "A citation is available, but has not been published in order to protect people's privacy"
     )
示例#2
0
 def __init__(self, source: Source):
     Citation.__init__(self, source)