ROOT
6.06/09
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 |
def | _pythonization.set_ownership_policy (match_class, match_method, python_owns_result) |
def | _pythonization.set_smart_ptr_policy |
def | _pythonization.rename_attribute |
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 |