Searched refs:mycallable (Results 1 – 1 of 1) sorted by relevance
1449 def skip_if_callable(test, mycallable, reason): argument1450 if six.callable(mycallable):1451 if mycallable(test):