tlc.core.objects.null_object
#
A minimal empty object
Module Contents#
Classes#
Class |
Description |
---|---|
A minimal empty object |
API#
- class tlc.core.objects.null_object.NullObject(url: tlc.core.url.Url | None = None, created: str | None = None, init_parameters: Any = None)#
Bases:
tlc.core.object.Object
A minimal empty object
- Parameters:
url – The URL of the object.
created – The creation time of the object.
init_parameters – A dictionary containing the initial values of the object’s properties.
- should_include_schema_in_json(_: tlc.core.schema.Schema) bool #