You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An object is some Python entity. For our purpose, it can be:
Module
Class
Function
Function can be either standalone or of a class. Each object has a parent,
with module having parent module as parent. Top level module has None
as parent.