No project description provided
Project description
autostr
Небольшой модуль, который добавляет класс AutostrMixin
Вы можете наследоваться от данного класса и тогда вам не придётся писать __str__
Пример:
class A(AutostrMixin):
b = 0
def __init__(self):
self.a = 1
t = A()
print(t)
Вывод:
Экземпляр класса: A
Атрибуты класса:
·b: 0
Атрибуты экземпляра:
·a: 1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
autostr-1.4.tar.gz
(2.0 kB
view details)
File details
Details for the file autostr-1.4.tar.gz.
File metadata
- Download URL: autostr-1.4.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
822eef7e791a1782e14f04e79c7cd15b173caf3da83f116e2640791a6be3f093
|
|
| MD5 |
4b54d0c3415cd3a580d4e85745e7dd54
|
|
| BLAKE2b-256 |
be0e9b142d658ecc308e7099938abad418fd01d215a91aeaa4687115d4894ddd
|