MCPcopy Index your code
hub / github.com/SLiCAP/SLiCAP_python / new

Method new

SLiCAP/schematic/schematic_data.py:39–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37
38 @staticmethod
39 def new() -> "DocumentProperties":
40 return DocumentProperties(created=_date.today().isoformat())
41
42
43@dataclass

Callers 2

__init__Method · 0.80
_on_newMethod · 0.80

Calls 1

DocumentPropertiesClass · 0.85

Tested by

no test coverage detected