예제 #1
0
 def capabilities(cls):
     return tuple(c for c in ReceivePackHandler.capabilities()
                  if c != 'side-band-64k')
예제 #2
0
 def capabilities(cls):
     return [
         c
         for c in ReceivePackHandler.capabilities()
         if c != CAPABILITY_SIDE_BAND_64K
     ]
예제 #3
0
 def capabilities(cls):
     return tuple(c for c in ReceivePackHandler.capabilities()
                  if c != b'side-band-64k')
예제 #4
0
 def capabilities(cls):
     return [c for c in ReceivePackHandler.capabilities()
             if c != CAPABILITY_SIDE_BAND_64K]