App: Add support for in-memory Metadata creation

This commit is contained in:
Chris Hennes
2023-02-09 17:50:08 -08:00
committed by Chris Hennes
parent a637937cac
commit 766923a3da
4 changed files with 98 additions and 50 deletions

View File

@@ -28,7 +28,10 @@ Copy constructor.
metadata : App.Metadata\n
Metadata(file)
Reads the XML file and provides access to the metadata it specifies.
file : str\n XML file name.</UserDocu>
file : str\n XML file name.\n
Metadata(bytes)
Treats the bytes as UTF-8-encoded XML data and provides access to the metadata it specifies.
bytes : bytes\n Python bytes-like object.</UserDocu>
<DeveloperDocu>Metadata</DeveloperDocu>
</Documentation>