https://discuss.python.org/t/pep-726-module-setattr-and-delattr/32640/19
PEP 726: Module __setattr__ and __delattr__ - #19 by effigies - PEPs - Discussions on Python.org
Sep 6, 2023 - This PEP proposes supporting user-defined __setattr__ and __delattr__ methods on modules to extend customization of module attribute access beyond PEP 562....
https://www.w3schools.com/python/ref_func_delattr.asp
Python delattr() Function
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML...
pythonfunction