WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

jameskabbes/parent_class

Repository files navigation

parent_class

Parent Class for generic Python use. Contains many helpful standard methods to speed up development for future classes. Designed to be inherited by Child classes.

Documentation
PyPI


Installation

pip install kabbes_parent_class


Usage

For more in-depth documentation, read the information provided on the Pages. Or better yet, read the source code.

from parent_class import ParentClass
Obj = ParentClass()
Obj.print_atts()
>>>
---ParentClass Class---
type:   ParentClass
Obj.type
>>> 'ParentClass'

Author

James Kabbes

About

Parent Class for generic Python use

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages