Source¶
-
class
propertyestimator.datasets.
Source
[source]¶ Container class for information about how a property was measured / calculated.
Todo
Swap this out with a more general provenance class.
-
__init__
()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
Initialize self.
from_json
(file_path)Create this object from a JSON file.
json
([file_path, format])Creates a JSON representation of this class.
parse_json
(string_contents[, encoding])Parses a typed json string into the corresponding class structure.
-
classmethod
from_json
(file_path)¶ Create this object from a JSON file.
- Parameters
file_path (str) – The path to load the JSON from.
- Returns
The parsed class.
- Return type
cls
-
json
(file_path=None, format=False)¶ Creates a JSON representation of this class.
-