ob file in JSON format
More...
|
| | fname = attr.ib() |
| |
| | content = attr.ib(init=False, default=attr.Factory(dict), repr=False) |
| |
| | templates = attr.ib(init=False, default=attr.Factory(list)) |
| |
| | params = attr.ib(init=False, default=attr.Factory(list)) |
| |
| | descr = attr.ib(init=False, default=None) |
| |
◆ load()
| def lib.objson.ObFile.load |
( |
|
self | ) |
|
◆ load_json()
| def lib.objson.ObFile.load_json |
( |
|
fname | ) |
|
|
static |
static ctor from json file
◆ name()
| def lib.objson.ObFile.name |
( |
|
self | ) |
|
◆ vars()
| def lib.objson.ObFile.vars |
( |
|
self | ) |
|
◆ content
| lib.objson.ObFile.content = attr.ib(init=False, default=attr.Factory(dict), repr=False) |
|
static |
◆ descr
| lib.objson.ObFile.descr = attr.ib(init=False, default=None) |
|
static |
◆ fname
| lib.objson.ObFile.fname = attr.ib() |
|
static |
◆ params
| lib.objson.ObFile.params = attr.ib(init=False, default=attr.Factory(list)) |
|
static |
◆ templates
| lib.objson.ObFile.templates = attr.ib(init=False, default=attr.Factory(list)) |
|
static |
The documentation for this class was generated from the following file: