HomeSort by relevance Sort by last modified time
    Searched full:check_track_dynamic (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_tuple.py 120 def check_track_dynamic(self, tp, always_track): member in class:TupleTest
143 self.check_track_dynamic(tuple, False)
150 self.check_track_dynamic(MyTuple, True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_tuple.py 120 def check_track_dynamic(self, tp, always_track): member in class:TupleTest
143 self.check_track_dynamic(tuple, False)
150 self.check_track_dynamic(MyTuple, True)

Completed in 68 milliseconds