B
Bluexcell
ok so i use import to import a py file into my script.
is there a way to list all the defined function labels that exist in the
imported file?
ie if i import a file called test and test has defined functions called
myfunction1 my function2 myfunction3 etc but i dont know them, is there a
method to list all the function labels in test and print them as a listing
test.mfunction1
test.myfunction2
test.myfunction3
etc.
is there a way to list all the defined function labels that exist in the
imported file?
ie if i import a file called test and test has defined functions called
myfunction1 my function2 myfunction3 etc but i dont know them, is there a
method to list all the function labels in test and print them as a listing
test.mfunction1
test.myfunction2
test.myfunction3
etc.