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 3
3
# Distributed under the Boost Software License, Version 1.0.
4
4
# See http://www.boost.org/LICENSE_1_0.txt
5
5
6
- """Python CastXML or GCC-XML front end.
6
+ """Python CastXML front end.
7
7
8
8
This package provides functionality to extract and inspect
9
9
declarations 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,
11
11
which parses a header file and dumps the declarations as a
12
12
XML file. This XML file is then read by pygccxml and the contents
13
13
are made available as appropriate Python objects.
39
39
# to know what is deprecated.
40
40
warnings .simplefilter ("always" , DeprecationWarning )
41
41
42
- # TODO:
43
- # 1. Add "explicit" property for constructors
44
-
45
42
version = sys .version_info
46
43
47
44
if version < (3 , 8 ):
You can’t perform that action at this time.
0 commit comments