A=object ()
B=object ()
C=object ()
A.=b
Biggest=c
A. b. c # he doesn't know at this time is the attribute of a.
Is there a way to let pycharm can conduct such code hinting
Rather than through
A.=b
A.B.C=c
This form
A=object ()
B=object ()
C=object ()
A.=b
Biggest=c
A. b. c # he doesn't know at this time is the attribute of a.
A.=b
A.B.C=c