コード例 #1
0
ファイル: user.py プロジェクト: RemiBauzac/easyPKI
 def __str__(self):
     return tools.to_str(self, remove=('password')) 
コード例 #2
0
ファイル: cert.py プロジェクト: RemiBauzac/easyPKI
 def __str__(self):
     return tools.to_str(self, remove=('private_key','request'))
コード例 #3
0
ファイル: user.py プロジェクト: RemiBauzac/easyPKI
 def __str__(self):
     return tools.to_str(self)