Exemple #1
0
   def getProc(self, dataSource, proc):
      """
      Pass through to the BaseHub.getProc() method.

      Parameters:
         dataSource - data source to retrive proc from
         proc - full proc path ex: mysql.selects.get_stuff

      Returns:
         proc datastructure from the data source
      """
      return BaseHub.getProc(dataSource, proc)