syft.ast.dynamic_object

Classes

DynamicObject(path_and_name, parent[, ...])

Creates a property in the AST for a dynamically set object in the AST.

class syft.ast.dynamic_object.DynamicObject(path_and_name, parent, object_ref=None, return_type_name=None, client=None)[source]

Bases: syft.ast.attribute.Attribute

Creates a property in the AST for a dynamically set object in the AST. This family of objects aren’t present on the object before creating them (compared to properties or slots).