X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FParameter.py;h=3f0d42a1c1409f223ce6652185e4218795d48ea0;hb=fe81b2c91b436b1882f63023413c7f51b29538ed;hp=ad721063caa7ec8501110a5a461df9a82c3c1be8;hpb=c652f3ad9decac58ea08c6b8e6345f70a34399f4;p=plcapi.git diff --git a/PLC/Parameter.py b/PLC/Parameter.py index ad72106..3f0d42a 100644 --- a/PLC/Parameter.py +++ b/PLC/Parameter.py @@ -61,7 +61,6 @@ class Mixed(tuple): def __new__(cls, *types): return tuple.__new__(cls, types) - def python_type(arg): """ Returns the Python type of the specified argument, which may be a