From 20a896ed6a8d54c3e59baa33ce3fce7a26343c20 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Wed, 30 Sep 2015 00:54:23 -0700 Subject: HUGE rename project --- Pb_Api/Param/Options.py | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Pb_Api/Param/Options.py (limited to 'Pb_Api/Param/Options.py') diff --git a/Pb_Api/Param/Options.py b/Pb_Api/Param/Options.py deleted file mode 100644 index ebc6fc9..0000000 --- a/Pb_Api/Param/Options.py +++ /dev/null @@ -1,21 +0,0 @@ -from Pb_Api.Param.Option import Pb_Api_Param_Option -import sys -class Pb_Api_Param_Options: - def __init__(self, *args): - self._values = args - def __iter__(self): - return iter(self._values) - def __len__(self): - return len(self._values) - def __str__(self): - return str(self._values) - def __getitem__(self, i): - return self._values[i] - def search(self, s): - for i in self: - if str(s) in i.value: - return i - @classmethod - def from_dict(cls, *args): - options = map(lambda x: Pb_Api_Param_Option(**x), args); - return cls(*options); -- cgit v1.2.3-70-g09d2