del: should work similarly to def:, but it can take multiple arguments. This is for object attributes (including _ns_ and module globals), but doesn't otherwise delete items in mappings. Use operator..delattr for that instead.
Also some tweaks to older macros.
attach (which I just wrote today) now returns its target object.
begin (and begin0) now have simpler expansions for small cases.
del:
should work similarly todef:
, but it can take multiple arguments. This is for object attributes (including_ns_
and module globals), but doesn't otherwise delete items in mappings. Useoperator..delattr
for that instead.Also some tweaks to older macros.
attach
(which I just wrote today) now returns its target object.begin
(andbegin0
) now have simpler expansions for small cases.