示例#1
0
 def crosswalk(self):
     return Table(self.api, 't/crosswalk')
示例#2
0
 def monetize(self):
     return Table(self.api, 'places/monetize')
示例#3
0
 def table(self, table):
     return Table(self.api, 't/' + table)