tlc.core
#
The tlc.core
module contains the 3LC object model and base functionality for data access and representation.
The key classes in this module are:
Modules and Packages#
Module |
Description |
---|---|
Module for managing references to objects with lazy resolution and type safety. |
|
Base class for all 3LC objects |
|
The URL module provides functionality for working with URLs within the 3LC framework. |
|
Maintains a global list of registered 3LC object types. |
|
Maintains a list of currently registered TableRowSerializers. |
|
Utility class for JSON manipulation |
|
Provides a unified interface for URL-based file operations across different schemes and storage backends. |
|
Initialization utilities for global singleton objects used throughout the tlc package |
|
Defines Schema, which is a class for describing atomic or (possibly nested) composite structures |
|
Abstract base class for table row serializers. |
|
Module for managing and caching Object instances with URL-based access and serialization support. |
|
A list of registered UrlAdapters |
|
A class with helper methods for working transforming values between types. |
|
Helper methods for working with Schemas |
|
Custom exception classes for the TLC module |
|
Helper methods for working with Object serialization versions |
|
Operations provide a common abstraction for the computation on values |
|
Builtin types and schemas for tlc core |
|
Implementations of Object subclasses |
|
Implementation of MetricsTableWriter and TableWriter |
|
The export module contains the Exporter class and its subclasses. |
|
Implementations of specific table row serializers. |
|
Implementations of specific url adapters. |