<html><body><div style="color:#000; background-color:#fff; font-family:bookman old style, new york, times, serif;font-size:12pt"><div><font face="bookman old style, new york, times, serif">Hello,</font></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'bookman old style', 'new york', times, serif; background-color: transparent; font-style: normal;"><font face="bookman old style, new york, times, serif"><br></font></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: 'bookman old style', 'new york', times, serif; background-color: transparent; font-style: normal;"><font face="bookman old style, new york, times, serif">I am studying swift source code.</font></div><div><font face="bookman old style, new york, times, serif"><br></font></div><div><font face="bookman old style, new york, times, serif">My problem is:</font></div><div><font face="bookman old style, new york, times, serif">1) What are the roles of class
 AccountController defined in swift / proxy / controllers / account.py and class AccountController defined in swift / account / server.py</font></div><div><font face="bookman old style, new york, times, serif">2) How these two classes differ from each other and </font></div><div><font face="bookman old style, new york, times, serif">3) How these two class interact with each other i.e. </font></div><div><font face="bookman old style, new york, times, serif">According to my understanding, when a user make a request, __call__() function defined in Application class in swift / proxy /server.py is executed, which ,in turn, calls handle_request() function which sends the control to the swift / proxy / controllers </font></div><div><font face="bookman old style, new york, times, serif"><br></font></div><div><font face="bookman old style, new york, times, serif">Now, I can't understand through which function call will the control go to account
 server</font></div><div><font face="bookman old style, new york, times, serif"><br></font></div><div><font face="bookman old style, new york, times, serif">Please help me in this regard</font></div><div style="font-family: 'bookman old style', 'new york', times, serif; font-size: 12pt;"><br></div></div></body></html>