Class: FFIDB::Exporters::Python
- Inherits:
-
FFIDB::Exporter
- Object
- FFIDB::Exporter
- FFIDB::Exporters::Python
- Defined in:
- lib/ffidb/exporters/python.rb
Overview
Code generator for the Python programming language (using ctypes).
Constant Summary collapse
- TYPE_MAP =
'python.yaml'
Instance Attribute Summary
Attributes inherited from FFIDB::Exporter
Instance Method Summary collapse
Methods inherited from FFIDB::Exporter
#begin, #begin_library, #close, #debug?, #dlopen_paths_for, #emit, #export_enum, #export_function, #export_header, #export_struct, #export_symbol, #export_typedef, #export_union, #finish_library, for, #header?, #initialize, #verbose?
Constructor Details
This class inherits a constructor from FFIDB::Exporter
Instance Method Details
#finish ⇒ Object
13 14 15 |
# File 'lib/ffidb/exporters/python.rb', line 13 def finish puts self.render_template('python.erb') end |