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