diff options
author | albert-github <albert.tests@gmail.com> | 2019-04-07 16:30:34 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2019-04-07 16:30:34 (GMT) |
commit | 315733970daf1abe2ec088a61332880e24b415cc (patch) | |
tree | 8b42b0e6f8a1f9c820318385c23762976bdd085f /.editorconfig | |
parent | 16d025c8a08b485f5d43ade0986d716bd6aa06f8 (diff) | |
download | Doxygen-315733970daf1abe2ec088a61332880e24b415cc.zip Doxygen-315733970daf1abe2ec088a61332880e24b415cc.tar.gz Doxygen-315733970daf1abe2ec088a61332880e24b415cc.tar.bz2 |
Class definition with collections
Class definitions can have collections and these can have strings e.g.:
class Url(namedtuple('Url', url_attrs)):
and this results in:
warning: Detected potential recursive class relation between class conda::_vendor::urllib3::util::url::Url and base class Url!
Strings are now possible and seen as strings.
See also (including example with namedtuble): https://docs.python.org/3/library/collections.html
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions