App: Add support for in-memory Metadata creation
This commit is contained in:
committed by
Chris Hennes
parent
a637937cac
commit
766923a3da
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user