def mainResearchInterpreter(self, beautifulOut=None): print u'Enter the username(id or shortname) for the report' while True: x = raw_input() x = self.vk.mainResearch(int(x)) if beautifulOut is not None: auxMath.beatifulOut(x) else: print x
def vkApiInterpreter(self, beautifulOut=None): print u'input you method' while True: x = raw_input() x = self.vk.eval(x) if beautifulOut is not None: auxMath.beatifulOut(x) else: print x
def mainResearchInterpreter(self,beautifulOut=None): print u'Enter the username(id or shortname) for the report' while True: x = raw_input() x = self.vk.mainResearch(int(x)) if beautifulOut is not None: auxMath.beatifulOut(x) else: print x
def vkApiInterpreter(self,beautifulOut=None): print u'input you method' while True: x = raw_input() x = self.vk.eval(x) if beautifulOut is not None: auxMath.beatifulOut(x) else: print x
def report(self, id): report = self.vk.mainResearch(id) report = auxMath.beatifulOut(report) return report
def report(self,id): report = self.vk.mainResearch(id) report = auxMath.beatifulOut(report) return report