Skip to main content

Utils to inspect a stack to quickly debug 'magic' libraries.

Project description

Example Usage

def get_prefetch_queryset(self, instances, queryset=None):
    query = {'%s__in' % self.field.name: instances}

    from py_debug_inspect_utils import debug_print
    debug_print(query=query)

Output:

/Users/Development/venv/lib/python3.7/site-packages/django/db/models/fields/related_descriptors.py:625 (get_prefetch_queryset)
()
{'query': {'attribute__in': [<Attribute: Flavor>]}}

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

py-debug-inspect-utils-0.1.0.tar.gz (1.7 kB view hashes)

Uploaded Source

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