unable to get python -tt script.py to work to diagnose AttributeError -


i getting attributeerror when trying call class in python. saw excellent post on diagnosing it:

python attributeerror: object has no attribute.

however when enter diagnostic command suggested in post following command

python -tt script.py  

into cell jupyter notebook returns:

syntaxerror: invalid syntax

can tell me how modify command works in jupyter notebook , returns doing wrong?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -