Re: [AD] trouble with scons build system |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
I just committed the fake class way where __getitem__ returns 0 if the internal dictionary doesnt have the key. Do you like the way you proposed better?More pythonic way would be: if platform.get("foobar"): dosomething.. dict.get returns None if the key is not found, else the key
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |