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.8.tar.gz
(2.6 kB
view details)
File details
Details for the file autostr-1.8.tar.gz.
File metadata
- Download URL: autostr-1.8.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c5ddae95d1bab22177fcf659301ed6d5c2c4f7d2960fcafcdf7961f20046fb5
|
|
| MD5 |
0097d284edbc819f9bf073a1e43376b7
|
|
| BLAKE2b-256 |
6941b12af2a503a647b418bd86efd8ff994834466df82427bf467f36953bd6c3
|