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.1.tar.gz
(2.0 kB
view details)
File details
Details for the file autostr-1.1.tar.gz.
File metadata
- Download URL: autostr-1.1.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 |
9bd83a25b16bacf3022cf35e07210ac6659d7828d48c6a77685af2d9cb2a96a3
|
|
| MD5 |
2321ea14a75161e6e485ac6cd6376e7f
|
|
| BLAKE2b-256 |
cd1c41dd205e9820c3c62100f8fccea6044d1f370d156ac373b6b43aad5ccc84
|