Skip to main content

Mojo module

object

Defines the object type, which is used to represent untyped values.

These are Mojo built-ins, so you don't need to import them.

Structs

  • Attr: A generic object's attributes are set on construction, after which the attributes can be read and modified, but no attributes may be removed or added.
  • object: Represents an object without a concrete type.

Was this page helpful?