Fully qualified names for Python objects
Project description
The fully qualified name of an object in Python is the full dotted “path” to its definition.
fullqualname provides fully qualified names for a variety of types in Python 2 and 3.
Install
$ pip install fullqualname
Use
In [1]: from fullqualname import fullqualname
In [2]: import datetime
In [3]: obj = datetime.timedelta.days
In [4]: fullqualname(obj)
Out[4]: 'datetime.timedelta.days'
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
fullqualname-0.1.0.zip
(4.1 kB
view details)
Built Distribution
File details
Details for the file fullqualname-0.1.0.zip
.
File metadata
- Download URL: fullqualname-0.1.0.zip
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2c79a8b33aea202669a23b2d35c9339f23524fd678ca0b7c8125196d1b37911 |
|
MD5 | 899071b987b9871fd9e0165ed3ca623a |
|
BLAKE2b-256 | 26e9df327f4a7995d5f52dd478b436a22f3677a2d3d42ca3c48d3d03d9a324ed |
File details
Details for the file fullqualname-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: fullqualname-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0504dc837cfea573d2c7eed8dc65609038becc103ac9e9834e1754a8326a43b |
|
MD5 | 0390229d52bbe0f148078e7863f59b5c |
|
BLAKE2b-256 | a97546bfa8c489078079eb3427026a3675375455da08a655f39f0a4f2dd1a524 |