diff options
Diffstat (limited to 'Examples/python/extend/index.html')
-rw-r--r-- | Examples/python/extend/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Examples/python/extend/index.html b/Examples/python/extend/index.html new file mode 100644 index 0000000..959e8c6 --- /dev/null +++ b/Examples/python/extend/index.html @@ -0,0 +1,19 @@ +<html> +<head> +<title>SWIG:Examples:python:extend</title> +</head> + +<body bgcolor="#ffffff"> + + +<tt>SWIG/Examples/python/extend/</tt> +<hr> + +<H2>Extending a simple C++ class in Python</H2> + +<p> +This example illustrates the extending of a C++ class with cross language polymorphism. + +<hr> +</body> +</html> |