예제 #1
0
 def getCachedContext(self, context):
     if self.sharedContextCache is None:
         return context
     visited = dict()
     return getCachedPredictionContext(context, self.sharedContextCache, visited)
예제 #2
0
 def getCachedContext(self, context):
     if self.sharedContextCache is None:
         return context
     visited = dict()
     return getCachedPredictionContext(context, self.sharedContextCache,
                                       visited)