Searched refs:synopsis (Results 1 – 4 of 4) sorted by relevance
272 synopsis = '%(name)s [option] files...' variable in Application494 if self.synopsis:498 synopsis = self.synopsis % self.name500 synopsis = self.synopsis % self.__dict__501 print ' ' + synopsis
212 def synopsis(filename, cache={}): function
257 def synopsis(filename, cache={}): function