Properties
¶
digraph inheritancec3596f6b48 {
bgcolor=transparent;
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"Properties" [URL="#taurus.core.util.propertyfile.Properties",color=dodgerblue1,fillcolor=white,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,target="_top",tooltip="A Python replacement for java.util.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
-