Skip to content

native-api/dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dump

dump() dump contents of a Python object

Prints all object attributes and their values. Excludes arguments that should be of no interest by default. The output is tailored to be human-readable. Originally designed for IronPython and CodedUI Test objects (e.g. excludes attributes that yield NotSupportedException) but works in CPython, too.

enum() dump members of a .NET enum and their values

cls() clear the screen and cmd console buffer

Installation

pip install git+https://github.com/native-api/dump

About

dump contents of a Python object in a human-readable form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages