Searched refs:__get__ (Results 1 – 5 of 5) sorted by relevance
39 def __get__(self, instance, owner): member in SubscriptionHandle
40 def __get__(self, instance, owner): member in Binding
31 instance_binding = binding.__get__(instance, None)
109 bound_test_case = test_case_fn.__get__(self, BtCodecSweepTest)
166 def __get__(self, instance, owner): member in _TestInfoDecoratorFunc