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