Esempio n. 1
0
 def detect(cls, path, source):
     return module_common._is_binary(source)
Esempio n. 2
0
 def detect(self, invocation):
     return module_common._is_binary(invocation.module_source)
Esempio n. 3
0
 def detect(self):
     return module_common._is_binary(self._inv.module_source)
Esempio n. 4
0
 def detect(self):
     return module_common._is_binary(self._inv.module_source)