rawtypes.parser.function_cursor module

Inheritance diagram of rawtypes.parser.function_cursor
rawtypes.parser.function_cursor.rindex(l, target) int
class rawtypes.parser.function_cursor.FunctionCursor(result_type, cursors)

ベースクラス: NamedTuple

result_type: rawtypes.clang.cindex.Type

Alias for field number 0

cursors: Tuple[rawtypes.clang.cindex.Cursor, ...]

Alias for field number 1

property mangled_name: str
property cursor: rawtypes.clang.cindex.Cursor
property path: pathlib.Path
property spelling: str
property result: rawtypes.parser.type_context.ResultContext
property params: List[rawtypes.parser.type_context.ParamContext]
property is_variadic: bool
property return_struct_byvalue: bool