Skip to main content

Module introspection

Module introspection 

Source

Structsยง

ChunkArgument ๐Ÿ”’
ChunkArguments ๐Ÿ”’

Enumsยง

Chunk ๐Ÿ”’
ChunkConstant
ChunkExpr ๐Ÿ”’
ChunkOperator

Functionsยง

convert_argument ๐Ÿ”’
convert_attribute ๐Ÿ”’
convert_class ๐Ÿ”’
convert_expr ๐Ÿ”’
convert_function ๐Ÿ”’
convert_members ๐Ÿ”’
Convert a list of members of a module or a class
convert_module ๐Ÿ”’
convert_variable_length_argument ๐Ÿ”’
deserialize_chunk ๐Ÿ”’
find_introspection_chunks_in_binary_object ๐Ÿ”’
find_introspection_chunks_in_elf ๐Ÿ”’
find_introspection_chunks_in_macho ๐Ÿ”’
find_introspection_chunks_in_pe ๐Ÿ”’
introspect_cdylib
Introspect a cdylib built with PyO3 and returns the definition of a Python module.
introspection_id_to_type_hint_for_root_module ๐Ÿ”’
Returns the type hint for each class introspection id defined in the module and its submodule
is_introspection_symbol ๐Ÿ”’
parse_chunks ๐Ÿ”’
Parses the introspection chunks found in the binary

Type Aliasesยง

Members ๐Ÿ”’
โš ๏ธ Internal Docs โš ๏ธ Not Public API ๐Ÿ‘‰ Official Docs Here