◆ __init__()
def python.ConditionsContainerAccess.DescriptionDecoder.__init__ |
( |
|
self, |
|
|
|
descr |
|
) |
| |
◆ extract()
def python.ConditionsContainerAccess.DescriptionDecoder.extract |
( |
|
self, |
|
|
|
start, |
|
|
|
stop |
|
) |
| |
Definition at line 64 of file ConditionsContainerAccess.py.
64 def extract(self, start, stop) :
65 print(
'descr, size', self.descr, len(self.descr))
66 begin = string.find(self.descr, start)
69 end = string.find(self.descr, stop)
71 if begin < len(self.descr)
and end < len(self.descr) :
72 result = self.descr[begin:end]
74 result =
"Unable to find: " + start +
", " + stop
◆ descr
python.ConditionsContainerAccess.DescriptionDecoder.descr |
The documentation for this class was generated from the following file: