View Single Post
Old 02-24-2011, 08:38 AM   #3
meme
Sigil developer
meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.meme ought to be getting tired of karma fortunes by now.
 
Posts: 1,275
Karma: 1101600
Join Date: Jan 2011
Location: UK
Device: Kindle PW, K4 NT, K3, Kobo Touch
That was it, thanks. I've used the del statement elsewhere, and noticed that XMLConfig inherits from dict, but didn't connect using del on it would work like del for a dict. The del statement is a bit odd anyway since most everything else is called like a function - I was looking for a del() method and all I could see was __delitem__ (which given the __ I believe is an internal method).
meme is offline   Reply With Quote