mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bit vector is now implemented
This commit is contained in:
parent
411588c888
commit
2219afcdfa
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ def main():
|
|||
|
||||
go = raw_input('Press return to capture ' + `queuesize` + ' frames: ')
|
||||
result = v.CaptureBurst(svci)
|
||||
## svci, buffer, bitvec = result # XXX Bit vector not yet implemented
|
||||
svci, buffer = result
|
||||
svci, buffer, bitvec = result
|
||||
## svci, buffer = result # XXX If bit vector not yet implemented
|
||||
|
||||
print 'Captured', svci[3], 'frames, i.e.', len(buffer)/1024, 'K bytes'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue