Skip to main content

formatclass(cls,...) - format class representation

Project description

https://img.shields.io/pypi/pyversions/formatclass.svg?maxAge=86400

https://www.codefactor.io/repository/github/looking-for-a-job/formatclass.py/badge https://codeclimate.com/github/looking-for-a-job/formatclass.py/badges/gpa.svg https://img.shields.io/scrutinizer/g/looking-for-a-job/formatclass.py.svg https://bettercodehub.com/edge/badge/looking-for-a-job/formatclass.py?branch=master https://sonarcloud.io/api/project_badges/measure?project=formatclass.py&metric=code_smells

Install

`[sudo] pip install formatclass`

Usage

>>> from formatclass import formatclass

>>> formatclass(cls)

Examples

>>> class Cls(object): pass
>>> class Cls2(Cls):
    def __init__(self,arg,arg2="default"): pass

# default
>>> formatclass(CLS2)
'Cls2(__main__.Cls)(arg, arg2="default")'

# args - False/True (default True)
>>> formatclass(CLS2,args=False)
'Cls2(__main__.Cls)'

# fullname - False/True (default True)
>>> formatclass(CLS2,fullname=False)
'Cls2(Cls)(arg, arg2="default")'

https://img.shields.io/github/followers/looking-for-a-job.svg?style=social&label=Follow&maxAge=86400 https://img.shields.io/github/stars/looking-for-a-job/formatclass.py.svg?style=social&label=Stars&maxAge=86400 https://img.shields.io/github/issues/looking-for-a-job/formatclass.py.svg?maxAge=86400

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

formatclass-1.0.2.tar.gz (2.2 kB view details)

Uploaded Source

File details

Details for the file formatclass-1.0.2.tar.gz.

File metadata

  • Download URL: formatclass-1.0.2.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for formatclass-1.0.2.tar.gz
Algorithm Hash digest
SHA256 cfa112ac507092804730bda3ae5a72087f44bdc0fb9231a707c8244ceb6b4c69
MD5 b1dfee377318cc71adb8f211bc636da2
BLAKE2b-256 bca4afbcec4ae4e44a97344bf04d7c79cd0f4536614435e5c57fd7f5825fc900

See more details on using hashes here.

Supported by

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