Beispiel #1
0
 def byte_compile(self, files):
     files = list(filter(_not_async, files))
     install_lib.byte_compile(self, files)
Beispiel #2
0
 def byte_compile(self, files):
     files = list(filter(_not_async, files))
     install_lib.byte_compile(self, files)
Beispiel #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)
Beispiel #4
0
 def byte_compile(self, files):
     _install_lib.byte_compile(self, files)
     for f in files:
         os.unlink(f)
Beispiel #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)