Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #30797
| From | Peter Otten <__peter__@web.de> |
|---|---|
| Subject | Re: How can I hide my stack frames in a TestCase subclass? |
| Date | 2012-10-05 11:26 +0200 |
| Organization | None |
| References | <52b17563-966c-46bc-bd77-da29e944c909@googlegroups.com> <mailman.1826.1349400392.27098.python-list@python.org> <k4lum6$c9q$1@thue.elzevir.fr> <mailman.1841.1349424768.27098.python-list@python.org> <k4m715$74m$1@thue.elzevir.fr> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1846.1349429195.27098.python-list@python.org> (permalink) |
Manuel Pégourié-Gonnard wrote: > However, there was an implied question in the "documented" part: can > we rely on it? Isn't it considered an implementation detail (names > starting with underscores)? "Not documented" was my implied answer. I think you have a valid use case, though, so you could make a feature request for an official way to hide stack frames on the bugtracker http://bugs.python.org or the python-ideas mailing list.
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
How can I hide my stack frames in a TestCase subclass? David Banks <amoebae@gmail.com> - 2012-10-04 08:53 -0700
Re: How can I hide my stack frames in a TestCase subclass? Peter Otten <__peter__@web.de> - 2012-10-05 00:41 +0200
Re: How can I hide my stack frames in a TestCase subclass? Manuel Pégourié-Gonnard <mpg@elzevir.fr> - 2012-10-05 08:28 +0200
Re: How can I hide my stack frames in a TestCase subclass? Peter Otten <__peter__@web.de> - 2012-10-05 10:12 +0200
Re: How can I hide my stack frames in a TestCase subclass? Manuel Pégourié-Gonnard <mpg@elzevir.fr> - 2012-10-05 10:50 +0200
Re: How can I hide my stack frames in a TestCase subclass? Peter Otten <__peter__@web.de> - 2012-10-05 11:26 +0200
csiph-web