File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 33# Distributed under the Boost Software License, Version 1.0.
44# See http://www.boost.org/LICENSE_1_0.txt
55
6- """Python CastXML or GCC-XML front end.
6+ """Python CastXML front end.
77
88This package provides functionality to extract and inspect
99declarations from C/C++ header files. This is accomplished
10- by invoking an external tool like CastXML or GCC-XML ,
10+ by invoking an external tool like CastXML,
1111which parses a header file and dumps the declarations as a
1212XML file. This XML file is then read by pygccxml and the contents
1313are made available as appropriate Python objects.
3939# to know what is deprecated.
4040warnings .simplefilter ("always" , DeprecationWarning )
4141
42- # TODO:
43- # 1. Add "explicit" property for constructors
44-
4542version = sys .version_info
4643
4744if version < (3 , 8 ):
You can’t perform that action at this time.
0 commit comments