delItem_
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <000b01c4593b$588bdc80$da01a8c0@walker> |
> It is also not clear how to use .delItem_()? Should I always make
> a Slice object for it? If so, how do I make a Slice?
There is no Slice contructor at the moment. I will add that to the to-do list.
delItem_() was meant for internal use.
replace
Main.attrs_.delItem_($q)
with
del Main.q