Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52693
| Date | 2013-08-19 18:48 +0200 |
|---|---|
| From | Tamer Higazi <th982a@googlemail.com> |
| Subject | opposite of __init__.py |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.32.1376930910.19984.python-list@python.org> (permalink) |
Hi people! I have asked myself a question, if there is a opposite of "__init__.py" like "__del__.py" ?! I want, that when the application ends, certain functions are executed. I know I could make a constructor and a destructor, but I simply want to know if there is a opposite.... Thanks Tamer
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
opposite of __init__.py Tamer Higazi <th982a@googlemail.com> - 2013-08-19 18:48 +0200 Re: opposite of __init__.py Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-19 17:13 +0000
csiph-web