Python Exception Handling: AttributeError
airbrake.io › attributeerrorDec 06, 2017 · As previously mentioned, the AttributeError is raised when attempting to access an invalid attribute of an object. The typically way to access an attribute is through an attribute reference syntax form, which is to separate the primary (the object instance) and the attribute identifier name with a period (. ).