Searched refs:__call__ (Results 1 – 6 of 6) sorted by relevance
/tools/asuite/aidegen/lib/ | ||
D | singleton.py | 35 def __call__(cls, *args, **kwds): member in Singleton |
/tools/test/connectivity/acts/framework/acts/ | ||
D | test_decorators.py | 163 def __call__(self, *args, **kwargs): member in _TestInfoDecoratorFunc |
/tools/test/connectivity/acts/framework/acts/event/ | ||
D | subscription_handle.py | 65 def __call__(self, *args, **kwargs): member in SubscriptionHandle |
/tools/test/connectivity/acts/framework/acts/libs/test_binding/ | ||
D | binding.py | 59 def __call__(self, *args, **kwargs): member in Binding |
/tools/test/connectivity/acts/framework/acts/libs/ | ||
D | version_selector.py | 217 def __call__(self, *args, **kwargs): member in _VersionSelector |
/tools/acloud/internal/lib/ | ||
D | utils.py | 718 def __call__(self, func): member in TimeExecute |