From 4ae4fe8a42597848b9759a4b0e7662deb76c382e Mon Sep 17 00:00:00 2001 From: Jake Cobb Date: Tue, 28 Feb 2017 11:24:08 -0500 Subject: [PATCH 1/2] %pythonappend docs and memory management example Document 'val' variable for the %pythonappend directive. Add memory management example equivalent to Java and C# docs using %pythonappend. --- Doc/Manual/Python.html | 82 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html index 27ce084bd..0b9a3eeec 100644 --- a/Doc/Manual/Python.html +++ b/Doc/Manual/Python.html @@ -96,6 +96,7 @@
  • Mapping Python tuples into small arrays
  • Mapping sequences to C arrays
  • Pointer handling +
  • Memory management when returning references to member variables
  • Docstring Features