Skip to main content

Void Object for Python

Project description

void-object

Python Void Object

Example use case:

from void_object import Void

void = Void()

void.this_method_does_not_exist()
void.random_attribute
void['asd'][1]
with void as ctx:
    ctx.asd()

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

void-object-0.1.3.tar.gz (13.2 kB view hashes)

Uploaded Source

Built Distribution

void_object-0.1.3-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

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