Skip to main content

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


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.3.tar.gz (2.0 kB view details)

Uploaded Source

File details

Details for the file autostr-1.3.tar.gz.

File metadata

  • Download URL: autostr-1.3.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

Hashes for autostr-1.3.tar.gz
Algorithm Hash digest
SHA256 27166ba67a090c06eb5a5bea457706ec3d2448d118e987e5d73898195da2a8f8
MD5 8cd440620acfa8946c1e2f94bfd430e1
BLAKE2b-256 fffdb18f4e6f376ab04136111965351bdd1dfe43e8d7c4e4f662007275220858

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page