lib.meta module
Functions/classes which make use of Python’s dynamic nature to inspect a program’s internals.
- exception BugyiDepreciationWarning[source]
Bases:
WarningDepreciationWarning that doesn’t get ignored by default.
- class Inspector(*, up=0)[source]
Bases:
objectHelper class for python introspection (e.g. What line number is this?)
- Parameters
up (
int) –
- cname(obj)[source]
Helper function for getting an object’s class name as a string.
- Parameters
obj (
object) –- Return type
str