ats_utilities package¶
Subpackages¶
- ats_utilities.abstract package
- ats_utilities.checker package
- ats_utilities.cli package
- ats_utilities.config_io package
- ats_utilities.console_io package
- ats_utilities.cooperative package
- ats_utilities.exceptions package
- Submodules
- ats_utilities.exceptions.ats_attribute_error module
- ats_utilities.exceptions.ats_bad_call_error module
- ats_utilities.exceptions.ats_file_error module
- ats_utilities.exceptions.ats_key_error module
- ats_utilities.exceptions.ats_lookup_error module
- ats_utilities.exceptions.ats_parameter_error module
- ats_utilities.exceptions.ats_type_error module
- ats_utilities.exceptions.ats_value_error module
- Module contents
- Submodules
- ats_utilities.final package
- ats_utilities.info package
- ats_utilities.logging package
- ats_utilities.option package
- ats_utilities.register package
- ats_utilities.singleton package
- ats_utilities.splash package
Module contents¶
- Module
- __init__.py
- Copyright
- Copyright (C) 2017 Vladimir Roncevic <elektron.ronca@gmail.com> ats_utilities is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. ats_utilities is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
- Info
- Defined class VerboseRoot with attribute(s) and method(s). Created API for setup verbose class path from metaclass.
-
class
ats_utilities.
VerboseRoot
[source]¶ Bases:
type
Defined class VerboseRoot with attribute(s) and method(s). Created API for setup verbose class path from metaclass. It defines:
attributes: ROOT_PACKAGE_NAME - root package name of framework.methods: __new__ - new constructor.__str__ - str dunder method for VerboseRoot.-
ROOT_PACKAGE_NAME
= 'ATS_UTILITIES'¶
-