Top "Inspect" questions

DO NOT USE!

Inspect python class attributes

I need a way to inspect a class so I can safely identify which attributes are user-defined class attributes. The …

python class attributes introspection inspect
How to get all methods of a python class with given decorator

How to get all methods of a given class A that are decorated with the @decorator2? class A(): def method_…

python class methods decorator inspect
get current function name inside that function using python

For my logging purpose i want to log all the names of functions where my code is going Does not …

python inspect
How to locate .php code and file on the server when inspecting elements from an internet browser?

When I inspect an element of my webpage using Firebug, I cannot identify which .php code it using and on …

php browser firebug inspect
How can I inspect elements on native iOS application

I am running an iOS native app on iOS Simulator and would like to inspect the elements on the app …

ios inspect
Python debugging: get filename and line number from which a function is called?

I'm currently building quite a complex system in Python, and when I'm debugging I often put simple print statements in …

python debugging line-numbers inspect
Is there a way to use INSPECT TALLYING with a check for multiple characters?

I have a string for which I wish to tally the count of characters till a certain pattern of characters …

cobol mainframe inspect
How to show a dockerfile of image docker

I download a image from docker repository and Im trying to display the Dockerfile of 'X' image to create my …

docker dockerfile inspect
What is the difference between a stack and a frame?

Under what situations would I want to use one over the other? What is the difference between: >>> …

python inspect traceback sys
How to list Docker mounted volumes from within the container

I want to list all container directories that are mounted volumes. I.e. to be able to get similar info …

docker mount inspect