![]() |
ROOT
6.06/08
Reference Guide
|
Go to the source code of this file.
Namespaces | |
| _pythonization | |
Functions | |
| def | _pythonization._set_backend (backend) |
| def | _pythonization.set_pythonization_scope (scope) |
| def | _pythonization.add_pythonization (pythonizor) |
| def | _pythonization.pin_type (derived_type, base_type) |
| def | _pythonization.make_interface (base_type) |
| def | _pythonization.ignore_type_pinning (some_type) |
| def | _pythonization.cast (some_object, new_type) |
| def | _pythonization.add_exception_mapping (cpp_exception, py_exception) |
| def | _pythonization.set_gil_policy (match_class, match_method, release_gil=True) |
| def | _pythonization.set_ownership_policy (match_class, match_method, python_owns_result) |
| def | _pythonization.set_smart_ptr_policy (match_class, match_method, manage_smart_ptr=False) |
| def | _pythonization.rename_attribute (match_class, orig_attribute, new_attribute, keep_orig=False) |
| def | _pythonization.add_overload (match_class, match_method, overload) |
| def | _pythonization.compose_method (match_class, match_method, g) |
| def | _pythonization.set_method_property (match_class, match_method, prop, value) |
| def | _pythonization.make_property (match_class, match_get, match_set=None, match_del=None, prop_name=None) |