How to compare pandas DataFrame against None in Python?

How do I compare a pandas DataFrame with None? I have a constructor that takes one of a parameter_file or a pandas_df but never both. def __init__(self,copasi_file,row_to_insert=0,parameter_file=...