This is a dummy package.


Keywords
python
Install
pip install objectname==0.0.0

Documentation

CodeFactor CodeClimate Scrutinizer BetterCodeHub Sonarcloud

Codecov CircleCI Scrutinizer Semaphore CI Travis

Install

$ [sudo] pip install objectname

Usage

>>> from fullname import fullname

>>> fullname(obj)

Examples

>>> import inspect

>>> fullname(inspect)
'inspect'

>>> fullname(inspect.isclass)
'inspect.isclass'

>>> fullname(inspect.isclass,True)
'inspect.isclass'

Sources