Exemplo n.º 1
0
 def __init__(self, user):
     self.user = LibraryUser(self, user)
     self._circulation_links = get_circulation_links()
Exemplo n.º 2
0
 def __init__(self, user):
     self.user = LibraryUser(self, user)
     self._circulation_links = get_circulation_links()
Exemplo n.º 3
0
 def __init__(self, user=None):
     self.user = LibraryUser(self, user) if user else None
     self._circulation_links = get_circulation_links()
Exemplo n.º 4
0
 def __init__(self, user=None):
     self.user = LibraryUser(self, user) if user else None
     self._circulation_links = get_circulation_links()