TypingManager
Functions
check_typing_name_compatibility @classmethod
Method to check if the typing name is compatible with the current lab
typing_name :
str get_and_check_type_from_name @classmethod
typing_name :
str Return type :
type get_object_with_typing_name_and_id @classmethod
typing_name :
str id_ :
str Return type :
gws_core.core.model.model.Model | None get_type_from_name @classmethod
typing_name :
str Return type :
type | None get_typing_from_name @classmethod
Get typing from name and return None if not found
typing_name :
str Return type :
gws_core.model.typing.Typing | None get_typing_from_name_and_check @classmethod
Get typing from name and check if it exists
typing_name :
str Return type :
Typing init_typings @classmethod
Call this method after all the bricks are loaded to refresh the ancestors list and brick version of typing
register_typing @classmethod
Register the typing into the manager to save it in the database Return the typing unique name
typing :
Typing object_class :
type save_object_types_in_db @classmethod
type_is_register @classmethod
model_type :
type Return type :
bool