class documentation

class RemoteListOfArchives(_td.StrList):

Constructor: RemoteListOfArchives(name)

View In Hierarchy

Elements of this list can be used directly with cocopp.archiving.get.

The only purpose of this list is to propose (or remind) known archive remote locations to the user. For this purpose, the current listing file is downloaded.

Method __init__ Undocumented
Method save Undocumented
Class Variable location Undocumented
Method _download Undocumented

Inherited from StrList:

Method __call__ alias to find
Method find return entries that match all substrs.
Method find_indices same as find but returns indices instead of names
Method print print the result of find(*substrs) with indices.
Property as_string return space separated string concatenation surrounded by spaces.
Property found StrList of elements found during the last call to find.
Instance Variable _names_found Undocumented
def __init__(self, name='known_archives'):

Undocumented

def save(self):

Undocumented

location =

Undocumented

def _download(self, name):

Undocumented