https://github.com/hurricanemark/pyreflection
Python reflection/introspection tests
https://github.com/hurricanemark/pyreflection
Last synced: 7 months ago
JSON representation
Python reflection/introspection tests
- Host: GitHub
- URL: https://github.com/hurricanemark/pyreflection
- Owner: hurricanemark
- Created: 2018-01-05T08:11:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T08:38:08.000Z (almost 8 years ago)
- Last Synced: 2025-01-27T05:27:16.190Z (9 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyreflection
Python reflection/introspection tests
A simple test script to demonstrate reflection-enabling functions: type(), isinstance(), inspect(), dir() and getattr()