コード例 #1
0
 def get_volume(self):
     """Determine which volume is it in a multi-volume archive. Returns None if it's not a 
     multi-volume archive, 0-based volume number otherwise."""
     return RarFileImplementation.get_volume(self)
コード例 #2
0
ファイル: __init__.py プロジェクト: 2mny/mylar
 def get_volume(self):
     """Determine which volume is it in a multi-volume archive. Returns None if it's not a 
     multi-volume archive, 0-based volume number otherwise."""
     return RarFileImplementation.get_volume(self)