Please enable JavaScript.
Coggle requires JavaScript to display documents.
Python-Clang (Cursor (location (sourceLocation (file (File ( name
…
Python-Clang (
Cursor
,
Color scheme explain,
Variable Name Explaination,
Index
- The top-level object which manages some global library state.
,
Translation Unit
- High-level object encapsulating the AST for a single translation unit. These can be loaded from .ast files or parsed on the fly.
,
Cursor
- Generic object for representing a node in the AST.
,
SourceRange, SourceLocation and File
- Objects representing information about the input source.
,
Version : 35)