python_Lib
Overview
python_Lib is a class in Aspose.Font FOSS for Python.
This class provides 5 methods for working with python_Lib objects in Python programs.
Available methods include: anonAsDict, anonToDict, dictAsAnon, print, println.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Methods
| Signature | Description |
|---|---|
print(v) | Prints the given value to standard output without a trailing newline |
println(v) | Prints the given value to standard output followed by a newline |
anonToDict(o) | Calls anonToDict on this python_Lib instance. |
anonAsDict(o) | Returns an anonymous object represented as a dict |
dictAsAnon(d) | Creates an anonymous object from the dictionary d |