Properties
¶

-
class
Properties
(props=None)[source]¶ Bases:
object
A Python replacement for java.util.Properties
-
list
(out=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]¶ Prints a listing of the properties to the stream ‘out’ which defaults to the standard output
-
propertyNames
()[source]¶ Return an iterator over all the keys of the property dictionary, i.e the names of the properties
-