Ejemplo n.º 1
0
 def byte_compile(self, files):
     files = list(filter(_not_async, files))
     install_lib.byte_compile(self, files)
Ejemplo n.º 2
0
 def byte_compile(self, files):
     files = list(filter(_not_async, files))
     install_lib.byte_compile(self, files)
Ejemplo n.º 3
0
 def byte_compile(self, files):
     if not ASYNC_AVAILABLE:
         files = [f for f in files if 'rtlsdraio.py' not in f]
     _install_lib.byte_compile(self, files)
Ejemplo n.º 4
0
 def byte_compile(self, files):
     _install_lib.byte_compile(self, files)
     for f in files:
         os.unlink(f)
Ejemplo n.º 5
0
 def byte_compile(self, files):
     if not ASYNC_AVAILABLE:
         files = [f for f in files if 'rtlsdraio.py' not in f]
     _install_lib.byte_compile(self, files)