mirror of
https://github.com/romanz/amodem.git
synced 2026-03-17 07:05:59 +08:00
rename receiver args "pylab" -> "plt"
This commit is contained in:
@@ -19,7 +19,9 @@ import pytest
|
||||
class Args(object):
|
||||
def __init__(self, **kwargs):
|
||||
self.__dict__.update(kwargs)
|
||||
self.pylab = None
|
||||
|
||||
def __getattr__(self, name):
|
||||
return None
|
||||
|
||||
|
||||
def run(size, chan=None, df=0, success=True):
|
||||
|
||||
Reference in New Issue
Block a user